cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
271
Views
2
Helpful
8
Replies

Boot fail in switch: boot config file not found.. Loading "flash:/c100

Junak
Level 1
Level 1

switch: boot
config file not found..
Loading "flash:/c1000-universalk9-mz.152-7.E4/c1000-universalk9-mz.152-7.E4.bin"...
Error loading "flash:/c1000-universalk9-mz.152-7.E4/c1000-universalk9-mz.152-7.E4.bin"

Interrupt within 5 seconds to abort boot process.
..................................................Loading "flash:/c1000-universalk9-mz.152-7.E9.bin"...Verifying image flash:/c1000-universalk9-mz.152-7.E9.bin............................................................................................................................................................................................................................................................***Warning: Primary Key is NOT in parameter block !!
***Warning: Primary Key is NOT in parameter block !!

WARNING: Unable to determine image authentication.Image is either unsigned or is signed but corrupted.

Error loading "flash:/c1000-universalk9-mz.152-7.E9.bin"

Interrupt within 5 seconds to abort boot process.
..................................................Boot process failed...

 

8 Replies 8

Your image either 

1- not download from cisco site

2- not compatible with platforms you have

MHM

C1000FE-24T-4G-L this model.

Leo Laohoo
Hall of Fame
Hall of Fame

If the switch is still in ROMMON, post the complete output to the following commands: 

set
dir flash:

marce1000
Hall of Fame
Hall of Fame

 

  - @Junak             Verify the md5sum of the image you are trying to boot on the switch as in :
                              Switch# verify /md5 flash:/c1000-universalk9-mz.152-7.E4/c1000-universalk9-mz.152-7.E4.bin

 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! '

Jens Albrecht
Level 7
Level 7

Hello @Junak,

based on your output either the software image on the flash got corrupted or the flash itself has a problem.

The easiest way to restore functionality is to prepare an USB stick (up to 4GB with FAT16 works best) with the lastest firmware:

  • Download the latest version 15.2.7E12 from Cisco if not done already
  • Copy the BIN-file onto the USB drive
  • Verify the checksum of the BIN-file on the USB-drive and compare it to the value on the download page.
    On Windows systems you can use the command 'certutil -hashfile <filename.bin> MD5'
  • Use the USB-stick to boot your switch using the command 'boot usbflash0:<your-image-name.bin>'
  • Once the switch booted successfully, you can copy the image from USB onto flash.

In case you get error messages when you try to copy the new firmware onto the flash, you might have to erase the flash.
Make sure to backup the config in that case before erasing the flash.

If you want to use the WebGUI you can also use the archive command to install the TAR-file, once the switch booted from USB.

HTH!


@Jens Albrecht wrote:
  • Download the latest version 15.2.7E12 from Cisco if not done already

Be careful of CSCwo56969.

Bug ID might say this bug only affects 2960X-series family of switches but the firmware of the Catalyst 1000 series family of switches is "cut" from the same code and may have the same mistakes.

Yes, it is always good to keep an eye on potential bugs.

All 2960X switches got replaced already quite some time ago but I still run a few 2960CX and 3560CX switches on that code without any issues.