Recently I encounter Cisco switch 3750 reload puts it into switch: prompt. I try every possible troubleshoot but wherever switch reload its automatically boot to recovery mode. This is happen because manually boot process is enable to yes. test-sw4#sh boot BOOT path-list: flash:/c2950-i6k2l2q4-mz.121-22.EA12 Config file: flash:/config.text Private Config file: flash:/private-config.text Enable Break: no Manual Boot: yes *************Output Omitted**************** To set switch to boot automatically, we have to issue no boot command in global configuration mode. test-sw4(config)#no boot manual ? <cr> test-sw4(config)#no boot manual test-sw4(config)#end test-sw4#wr Building configuration... [OK] test-sw4# Verify the command. test-sw4#sh boot BOOT path-list: flash:/c2950-i6k2l2q4-mz.121-22.EA12 Config file: ...