02-09-2022 07:56 PM
why is my cisco failing to boot?
switch: boot
boot: attempting to boot from [flash:cat9k_iosxe.17.03.01.SPA.bin]
ERROR: failed to boot from flash:cat9k_iosxe.17.03.01.SPA.bin (Not Found)
Please wait while the system restarts.
02-09-2022 08:00 PM
Hi, your OS image file is missing. you need to install/copy image file back to the switch. check below for newest OS upgrade
02-09-2022 08:11 PM - edited 02-09-2022 08:13 PM
@DO5 wrote:
ERROR: failed to boot from flash:cat9k_iosxe.17.03.01.SPA.bin (Not Found)
If the switch is in ROMMON, post the complete output to the following commands:
dir flash: set
Please refer to attachment for the Emergency-Install procedure.
02-10-2022 02:42 AM
why not follow the one you opened already in the discussion, rather same we repeat all over the steps :
https://community.cisco.com/t5/switching/saving-my-ios-to-flash-on-cisco-9300/m-p/4549114#M518176
02-13-2022 07:06 AM
Hello DO5,
This error means the BOOT variable is not properly set and|or the device is trying to boot from .bin file that is not storage in flash.
Using the "set" command from ROMMON mode you can identify how the BOOT variable is set. In addition form the output of dir flash: command you can double check if the .bin file is saved in flash:
You can look also for a pacakeges.conf file in the flash memory. If this file is there you can check which IOS XE code is expanded on it:
switch:more flash;packages.conf
Finally, based on which file is available in flash: either .bin file or packages.conf you can try setting up the BOOT variable:
BOOT = flash:packages.conf
or
BOOT = flash:<file.bin>
HTH
Leonardo
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