- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 10:13 PM
Hi,
We recently upgraded the IOS on 4321 router. While removing the old boot system marker we are seeing an error message.
%Error parsing bootflash:/isr4300-universalk9.17.03.04a.SPA.bin (No such file or directory)
the above said image has been deleted from the bootflash
Please suggest how to delete this from boot marker.".isr4300-universalk9.17.03.04a.SPA.bin"
current config on router.
boot-start-marker
boot system bootflash:isr4300-universalk9.17.03.04a.SPA.bin
boot system bootflash:isr4300-universalk9.17.09.05a.SPA.bin
boot system bootflash:isr4300-universalk9.17.09.03a.SPA.bin
boot-end-marker
Trying to delete the first one.
Router 1(config)#boot-start-marker
Router 1(config)#no boot system bootflash:isr4300-universalk9.17.03.04a.SPA.bin
%Error parsing bootflash:isr4300-universalk9.17.03.04a.SPA.bin (No such file or directory)
Router 1(config)#boot-end-marker
Router 1#show bootvar
BOOT variable = bootflash:isr4300-universalk9.17.03.04a.SPA.bin,12;bootflash:isr4300-universalk9.17.09.05a.SPA.bin,12;bootflash:isr4300-universalk9.17.09.03a.SPA.bin,12;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
Standby not ready to show bootvar
Regards,
Jagadish
Solved! Go to Solution.
- Labels:
-
Other Routers
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 11:42 PM
>...Router 1(config)#boot-start-marker
You don't need to type that command ; just
Router 1(config)# no boot system bootflash:isr4300-universalk9.17.03.04a.SPA.bin
You may also try .
Router 1(config)# no boot system
first to clear everything and set the image you want to boot with
Router 1(config)# boot system...
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 11:42 PM
>...Router 1(config)#boot-start-marker
You don't need to type that command ; just
Router 1(config)# no boot system bootflash:isr4300-universalk9.17.03.04a.SPA.bin
You may also try .
Router 1(config)# no boot system
first to clear everything and set the image you want to boot with
Router 1(config)# boot system...
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 12:02 AM
Its complaing about no files, do you have Files in the bootflash:
dir bootflash: (check the files)
dir
if not as suggested remove complete boot variable and make sure you add new boot variable (do not forget to write the config)
then check show boot (before you reload)
