cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4254
Views
4
Helpful
6
Replies

Router in boot prompt Router(boot)#

kr_madan
Level 1
Level 1

Hi All,

Can anyone help me how to come out of Router(boot)# prompt to normal prompt ?

Regards,

Madan.

1 Accepted Solution

Accepted Solutions

dnewell24
Level 1
Level 1

The router has currently loaded the boot image. If your router has a valid IOS image, change your config register and reload.

Router(boot)#configure terminal

Router(boot)(config)#config-register 0x2102

Router(boot)(config)#exit

Router(boot)#

More info about the boot image.

http://www.cisco.com/en/US/products/hw/routers/ps214/products_tech_note09186a0080110ed1.shtml

View solution in original post

6 Replies 6

dnewell24
Level 1
Level 1

The router has currently loaded the boot image. If your router has a valid IOS image, change your config register and reload.

Router(boot)#configure terminal

Router(boot)(config)#config-register 0x2102

Router(boot)(config)#exit

Router(boot)#

More info about the boot image.

http://www.cisco.com/en/US/products/hw/routers/ps214/products_tech_note09186a0080110ed1.shtml

Hi Newell,

Thanks for the reply.

when router is in boot prompt the config-register shows as 0x2102 in show version.

do i need to change it again ?

Regards,

Madan.

hostname(boot)#show flash

System flash directory:

File Length Name/status

1 16294764 c2500-is-l.123-1a.bin

[16294828 bytes used, 482388 available, 16777216 total]

16384K bytes of processor board System flash (Read/Write)

hostname(boot)#

Is there a valid accessible IOS image on the router?

hostname(boot)#show flash

System flash directory:

File Length Name/status

1 16294764 c2500-is-l.123-1a.bin

[16294828 bytes used, 482388 available, 16777216 total]

16384K bytes of processor board System flash (Read/Write)

If not reload the image using the copy tftp flash command. This requires a TFTP server with the IOS image and IP network connectivity to the server.

If the router config register is 0x2102 then Ryan's question to verify the content of flash and whether it has a valid image is a good way to approach solving this problem. A slightly different approach is to look at how the router gets into (boot) mode. If the original poster can boot the router again, and post all the messages to the console while the router boots then we may understand what is sending the router to (boot) mode and see how to fix it.

I am wondering about the possibility that there is a boot command in the config that is sendig the router into (boot) mode.

HTH

Rick

HTH

Rick

jstoecker
Level 1
Level 1

Madan,

What model router is this that you're getting the (boot) prompt?

If it's a 7500 and you don't have a flash card with a valid IOS in the RSP (or if the config points to an IOS that doesn't exist) you'll get that prompt.

John