10-25-2020 01:49 AM
Hi all,
I have changed iOS ASR1001 from asr1001-universalk9.03.04.02.S.151-3.S2.bin to asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin. But when I when tried to rebooting the ASR, it showing like below
-> boot: unsupported boot device "asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin"
->autoboot: boot failed, restarting...
but the CRC checking isgood, no problem at all and the ASR is running well actually. I worried because the above alarm will effect the system and etc. I need to send this router to the customer tomorrow. btw I still learning Cisco products. hope you guys can share and help me on this. Below i also attached when I rebooted through CLI.
So my questions is, Does the above alarm will effect the router system?
----------------------------------------------SEPARATOR---------------------------------------------------
Initializing Hardware ...
Calculating the ROMMON CRC ... CRC is correct
System Bootstrap, Version 15.0(1r)S, RELEASE SOFTWARE
Copyright (c) 1994-2010 by cisco Systems, Inc.
Current image running: Boot ROM0
Last reset cause: PowerOn
ASR1000-1RU platform with 4194304 Kbytes of main memory
............................................................................................................................................
............................................................................................................................................
............................................................................................................................................
............................................................................................................................................
boot: unsupported boot device "asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin"
.............................................................................................................................................
............................................................................................................................................
autoboot: boot failed, restarting...
.............................................................................................................................................
............................................................................................................................................
Initializing Hardware ...
Calculating the ROMMON CRC ... CRC is correct
System Bootstrap, Version 15.0(1r)S, RELEASE SOFTWARE
Copyright (c) 1994-2010 by cisco Systems, Inc.
Current image running: Boot ROM0
Last reset cause: Watchdog/ICH
.............................................................................................................................................
............................................................................................................................................
ASR1000-1RU platform with 4194304 Kbytes of main memory
............................................................................................................................................
.............................................................................................................................................
...................................................................................................................................................
.............................................................................................................................................
Warning: filesystem is not clean
File size is 0x1b74530c
Located asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin
Image size 460608268 inode num 14, bks cnt 112454 blk size 8*512
###################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
Boot image size = 460608268 (0x1b74530c) bytes
Package header rev 0 structure detected
Calculating SHA-1 hash...done
validate_package: SHA-1 hash:
calculated 41f193c1:492982e3:84d11b14:0683ee01:b95979e7
expected 41f193c1:492982e3:84d11b14:0683ee01:b95979e7
Image validated
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (rp/0): bootflash 1 contained errors which were auto-corrected.
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, ASR1000 Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.5(3)S6, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2017 by Cisco Systems, Inc.
Compiled Mon 24-Jul-17 20:24 by mcpre
Cisco IOS-XE software, Copyright (c) 2005-2017 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 ASR1001 (1RU) processor (revision 1RU) with 1065971K/6147K bytes of memory.
Processor board ID SSI17090215
9 Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
4194304K bytes of physical memory.
7741439K bytes of eUSB flash at bootflash:.
%INIT: waited 0 seconds for NVRAM to be available
Press RETURN to get started!
Solved! Go to Solution.
10-25-2020 04:53 AM
@Vinnfier93 wrote:
boot system flash asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin
The error message is due to the above incorrect syntax. The 2nd boot variable statement is correct.
Remove the wrong boot variable statement by doing the following:
conf t no boot system flash asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin end wr
Hope this helps.
NOTE: Do not forget to update the ROMMON.
10-25-2020 06:51 PM - edited 01-06-2021 10:54 PM
0 10042219 15.0(1r)S R0 10042219 15.0(1r)S F0 10042219 15.0(1r)S
Do you see the "r" in the IOS version? That means 15.0(1r)S is the ROMMON version.
ROMMON versions have their "r" in the inside of the parenthesis/brackets.
NOTE: This is meant to confuse everyone when Cisco decided to start calling 17.2.1r as an IOS-XE version.
10-25-2020 04:24 AM
Post the complete output to the following commands:
sh boot sh run | i boot
10-25-2020 04:49 AM
Hi Leo,
Here is the output you requested:
Router#show run | i boot
boot-start-marker
boot system flash asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin
boot system flash bootflash:asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin
boot system flash
boot-end-marker
Router#
10-25-2020 04:53 AM
@Vinnfier93 wrote:
boot system flash asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin
The error message is due to the above incorrect syntax. The 2nd boot variable statement is correct.
Remove the wrong boot variable statement by doing the following:
conf t no boot system flash asr1001-universalk9.03.16.06.S.155-3.S6-ext.bin end wr
Hope this helps.
NOTE: Do not forget to update the ROMMON.
10-25-2020 06:51 AM
Hi Leo,
How to confirm that I have current ROMmon version?
here is the output
Router#show platform Chassis type: ASR1001 Slot Type State Insert time (ago) --------- ------------------- --------------------- ----------------- 0 ASR1001 ok 04:24:25 0/0 ASR1001 ok 04:23:35 0/1 SPA-5X1GE-V2 ok 04:23:34 R0 ASR1001 ok, active 04:24:25 F0 ASR1001 ok, active 04:24:25 P0 ASR1001-PWR-AC ps, fail 04:24:05 P1 ASR1001-PWR-AC ok 04:24:03 P2 ASR1001-FANTRAY ok 04:24:07 Slot CPLD Version Firmware Version --------- ------------------- --------------------------------------- 0 10042219 15.0(1r)S R0 10042219 15.0(1r)S F0 10042219 15.0(1r)S Router#
10-25-2020 06:51 PM - edited 01-06-2021 10:54 PM
0 10042219 15.0(1r)S R0 10042219 15.0(1r)S F0 10042219 15.0(1r)S
Do you see the "r" in the IOS version? That means 15.0(1r)S is the ROMMON version.
ROMMON versions have their "r" in the inside of the parenthesis/brackets.
NOTE: This is meant to confuse everyone when Cisco decided to start calling 17.2.1r as an IOS-XE version.
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