01-30-2024 01:20 AM
Just as the title says: my switch keeps starting in ROMMON mode. It has configs and works, but where I am there are frequent power outages and I constantly have to go log into the switch locally to tell it to boot. Is there a way to make the switch boot in a functional state by default?
01-30-2024 01:49 AM
Essentially the process is this: a power outage happens > switch reboots > I enter the boot command > switch works. I want the switch to do what every other switch does and skip the 3rd step.
01-30-2024 01:50 AM
Ohter one check show boot - make sure you have image in the boot variabe (after booting the device)
example : (if this install mode - you should see packages.conf (in place xxxxxx) - if this bundle mode you see image.bin
Switch#show bootvar
BOOT variable = bootflash:xxxxxxxxxxxxxxx
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
if not chcek dir flash: and replace the image.bin with the flash output file.
Switch(config)#boot system flash bootflash:image.bin
validate #show bootvar
#wr and reload
Check show version - what is your REG value
if not 0x102 - change as below :
Conf t
config-register 0x102
end
wr
if IOS XE - refer below guide :
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide