cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
10344
Views
1
Helpful
4
Replies

CISCO 9300 FAILING TO BOOT

DO5
Level 1
Level 1

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.

 

4 Replies 4

Hi, your OS image file is missing. you need to install/copy image file back to the switch. check below for newest OS upgrade

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9300/software/release/17-2/release_notes/ol-17-2-9300.html

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

Leo Laohoo
Hall of Fame
Hall of Fame

@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.

balaji.bandi
Hall of Fame
Hall of Fame

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

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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