cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
64261
Views
10
Helpful
6
Replies

CISCO ISR 4431 Boot-up Issue

mubi.malik
Level 1
Level 1

Hi everyone,

i have upgraded IOS for CISCO ISR 4431. after i copied new IOS and removed previous Image from flash, when i reload it initially gives error that no Valid Boot image found. and then it boots from same image. please help. 

output after reload command is given below

Initializing Hardware ...

System integrity status: 00000610
Rom image verified correctly


System Bootstrap, Version 15.4(3r)S, RELEASE SOFTWARE
Copyright (c) 1994-2014 by cisco Systems, Inc.

Current image running: Boot ROM0

Last reset cause: LocalSoft
Cisco ISR4431/K9 platform with 4194304 Kbytes of main memory


no valid BOOT image found
Final autoboot attempt from default boot device...
File size is 0x00000000
Located tracelogs.666
Image size 0 inode num 12, bks cnt 0 blk size 8*512

Boot image size = 0 (0x0) bytes
File size is 0x0000001e
Located throughput_monitor_params
Image size 30 inode num 13, bks cnt 1 blk size 8*512
#
Boot image size = 30 (0x1e) bytes

Unsigned package found, aborting ...
File size is 0x1949fb08
Located isr4400-universalk9.03.13.05.S.154-3.S5-ext.SPA.bin
Image size 424278792 inode num 15, bks cnt 103584 blk size 8*512
###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
Boot image size = 424278792 (0x1949fb08) bytes

Package header rev 1 structure detected
Calculating SHA-1 hash...done
validate_package: SHA-1 hash:
calculated 16a946dd:7e115d4b:41b6852f:d9b79d1c:0b48747b
expected 16a946dd:7e115d4b:41b6852f:d9b79d1c:0b48747b

RSA Signed RELEASE Image Signature Verification Successful.
Package Load Test Latency : 9458 msec
Image validated
%IOSXEBOOT-4-BOOT_SRC: (rp/0): mounting /boot/super.iso to /tmp/sw/isos

Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

cisco Systems, Inc.
170 West Tasman Drive
San Jose, California 95134-1706

Cisco IOS Software, ISR Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(3)S5, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2016 by Cisco Systems, Inc.
Compiled Sun 31-Jan-16 01:20 by mcpre

Cisco IOS-XE software, Copyright (c) 2005-2016 by cisco Systems, Inc.
All rights reserved. Certain components of Cisco IOS-XE software are
licensed under the GNU General Public License ("GPL") Version 2.0. The
software code licensed under GPL Version 2.0 is free software that comes
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such
GPL code under the terms of GPL Version 2.0. For more details, see the
documentation or "License Notice" file accompanying the IOS-XE software,
or the applicable URL provided on the flyer accompanying the IOS-XE
software.

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

cisco ISR4431/K9 (1RU) processor with 1687037K/6147K bytes of memory.
Processor board ID FGL204910VB
4 Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
4194304K bytes of physical memory.
7081983K bytes of flash memory at bootflash:.

1 Accepted Solution

Accepted Solutions

boot system flash /bootflash/isr4400-universalk9.03.13.05.S.154-3.S5-ext.SPA.bin

Hold on ... The boot variable string is incorrect. 

The correct syntax is "boot system flash bootflash:<FILENAME>.bin".

View solution in original post

6 Replies 6

Leo Laohoo
Hall of Fame
Hall of Fame

no valid BOOT image found

There is nothing to worry about this.  

But if you want to clean up, check the configuration of the router and there should be a boot variable string pointing to the wrong/deleted IOS file.  Remove that line and this error message should go away.

i changed that as well but no success. boot varriable is pointing to new IOS. Please let me know if there is any other command required

BOOT variable = /bootflash/isr4400-universalk9.03.13.05.S.154-3.S5-ext.SPA.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102

Standby not ready to show bootvar

also, check following


Router#sh runn | inc boot
boot-start-marker
boot system flash /bootflash/isr4400-universalk9.03.13.05.S.154-3.S5-ext.SPA.bin
boot-end-marker


Router#dir bootflash:
Directory of bootflash:/

11 drwx 16384 Nov 30 2016 20:43:39 +00:00 lost+found
724321 drwx 4096 Nov 30 2016 20:44:56 +00:00 core
740417 drwx 4096 Apr 26 2017 00:54:02 +00:00 .prst_sync
676033 drwx 4096 Nov 30 2016 20:44:56 +00:00 .rollback_timer
12 -rw- 0 Nov 30 2016 20:45:11 +00:00 tracelogs.666
466785 drwx 24576 Apr 26 2017 00:58:47 +00:00 tracelogs
96577 drwx 4096 Nov 30 2016 20:45:13 +00:00 .installer
13 -rw- 30 Apr 26 2017 00:54:11 +00:00 throughput_monitor_params
15 -rw- 424278792 Apr 24 2017 06:06:48 +00:00 isr4400-universalk9.03.13.05.S.154-3.S5-ext.SPA.bin

7138107392 bytes total (6347337728 bytes free)

boot system flash /bootflash/isr4400-universalk9.03.13.05.S.154-3.S5-ext.SPA.bin

Hold on ... The boot variable string is incorrect. 

The correct syntax is "boot system flash bootflash:<FILENAME>.bin".

Exactly like that, but I did a little amendment:
boot system flash bootflash:/isr4400-universalk9.03.16.04b.S.155-3.S4b-ext.SPA.bin
With no "/" sign I got an "Unsupported header" error.

try this

 

no boot system flash bootflash:/isr4400-universalk9.03.16.04b.S.155-3.S4b-ext.SPA.bin

boot system bootflash:/isr4400-universalk9.03.16.04b.S.155-3.S4b-ext.SPA.bin

 

 

thanks

 

saravanan renganthan 

You can use the Show Version command to check where the file you want to boot from is located in flash or bootflash.

 

#SHOW VERSION

...

System returned to ROM by Reload Command
System image file is "bootflash:isr4200-universalk9_ias.16.09.03.SPA.bin"
Last reload reason: Reload Command

.....