06-23-2018 03:58 PM - edited 03-05-2019 10:39 AM
so i upgraded an asr with below command
boot system flash bootflash:/asr***.bin (notice the /)
luckily it went through :) whereas everywhere on support forums and cisco documentation it mentions correct command as
boot system flash bootflash:asr***.bin (notice the missing /)
just want to know if the command i entered is correct and will continue to work during future reboots or i need to fix it?
thanks
Solved! Go to Solution.
06-24-2018 02:16 AM
06-23-2018 07:43 PM
Usually, the "/" is not needed. If you issue "sh bootvar" do you see the "/" in the booth variable statement?
HTH
06-24-2018 12:11 AM
yes
BOOT variable = bootflash:/asr1001***.bin,1;
06-24-2018 02:16 AM
08-08-2021 05:14 AM - edited 08-08-2021 05:18 AM
So the problem is actually the word bootflash, but the / certainly appears in the show ver
System returned to ROM by Reload Command
System image file is "bootflash:/asr1000-universalk9.16.09.02.SPA.bin"
Last reload reason: Reload Command
See above ? Thats after a reboot with the bootvar set like this :
boot system flash asr1000-universalk9.17.03.03.SPA.bin
IOS would normally convert this and work on a 2900 / 2800 / 2600, but the ASR's are different and most of the people here are like me after a reload expected an upgrade router and started to dig, landed here top hit on google and need the right answer...
So after rebooting the ASR for an upgrade and it didn't upgrade, I changed it like he says too above and it worked
boot-start-marker
boot system flash bootflash:/asr1000-universalk9.17.03.03.SPA.bin
boot-end-marker
System image file is "bootflash:/asr1000-universalk9.17.03.03.SPA.bin"
Last reload reason: Reload Command
I think we can all agree BOOT SYSTEM FLASH BOOTFLASH: is kind of redundant...
They should change the command to boot system bootflash: the fact that bootflash is a flash system and not tftp or whatever is obvious and should be to the IOS-XE... Just like copy scp://name:pass@scpserver.net/asrbin.bin bootflash: has all the context it needs
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