cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
208
Views
0
Helpful
1
Replies

2514 stuck in boot mode

versache
Level 1
Level 1

I am workin on a 2514 router and it is stuck in boot mode. I have tryed everything to try to get out of it but with no success

1 Reply 1

rsissons
Level 5
Level 5

Unless the router actually has a hardware error, the usual cause of it being stuck in boot mode is either the configuration register is wrong, ie typically it is set to

0x2101 rather than 0x2102, as it should be to

boot from flash. Or that there is either no IOS image on the flash, or the image that is there is corrupted.

If this is the case, you can TFTP a new IOS image from the boot prompt. Since the boot image does not have support for routing, your tftp server will either have to be on a directly connected segment or you will need to add the 'ip default-gateway' command.

You change the configuration register using the 'config-register 0x2102' command in config mode. Note that you do not need to save this change to NVRAM.