01-19-2024 07:39 PM
Hello,
I have a Cisco C1111 and I'm going to update the firmware,
using the FTP I copy the new firmware in flash and then select it in boot system, but always my Cisco run the non desired image
when I did show boot I get that
CiscoISR#show boot
BOOT variable = c1100-universalk9_ias.17.03.04a.SPA.bin,1;flash:c1100-universalk9.17.09.04.SPA.bin,12;tftp:c1100-universalk9.17.09.04.SPA.bin 255.255.255.255,12;bootflash:c1100-universalk9.17.09.04.SPA.bin,12;bootflashc1100-universalk9.17.09.04.SPA.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
Standby not ready to show bootvar
please tell me how I can clean everything and run the new image -c1100-universalk9.17.09.04.SPA.bin -
thanks
01-19-2024 09:16 PM
Post the complete output to the command "sh run | include boot".
Cisco ISR & ASR 1k Routers: IOS-XE/Firmware Upgrade (Install Mode)
01-20-2024 12:23 PM
Erase all boot system commands from your router configuration.
Leave only one command pointing to the IOS version you want to boot: boot system flash c1100-universalk9.17.09.04.SPA.bin
Save your router configuration and verify that the boot variable is correct:
BOOT variable = c1100-universalk9.17.09.04.SPA.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
Reload the router and verify that it has booted with the correct version.
01-22-2024 07:26 AM - edited 01-22-2024 07:30 AM
post from @Leo Laohoo and @liviu.gheorghe will definitely help
BOOT variable = c1100-universalk9_ias.17.03.04a.SPA.bin,1;flash:c1100-universalk9.17.09.04.SPA.bin,12;tftp:c1100-universalk9.17.09.04.SPA.bin 255.255.255.255,12;bootflash:c1100-universalk9.17.09.04.SPA.bin,12;bootflashc1100-universalk9.17.09.04.SPA.bin,1;
the order of above entries is important!
and you did not CHANGE the boot image but instead appended to the list
-> 17.03.04a still comes before 17.9.04
==>> remove all entries and add anew starting with your desired image, (and then a secondary image if necessary)
01-22-2024 03:54 PM
Thank you for your support,
Can you tell please how I can clean everything from the router, I mean everything like firmware, configuration,
keep just the right firmware to boot on it.
thanks
01-22-2024 05:30 PM
@Equipe Telecommunications wrote:
Can you tell please how I can clean everything from the router, I mean everything like firmware, configuration, keep just the right firmware to boot on it.
Please read the link that I've posted. All the relevant information have already been well documented.
01-23-2024 12:01 AM
Can you post the output of the command: show run | section boot
to see exactly what boot commands you have configured and after that I can tell you what commands to configure in order to boot the image you want.
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