09-08-2003 04:19 PM - edited 03-02-2019 10:11 AM
Im currently upgrading the routers IOS because of the recent discovery of the Cisco IOS IP Version 4 flaw. I download the recommended flash image of all the routers I got and have started upgrading some of my routers. Today I got a problem with one of the 1700 I did upgrade. The old image on the router is c1700-y-mz.122-8.T5.bin and the one I downloaded and copied(using TFTP) to the router is 1700-y-mz.122-8.T10.bin. Since I have enough flash memory I didnt delete the old flash image for safety. And this is what I did. I copy the new image and I change the boot system of the router so that It boot from the new one first and if it doesnt work then boot from the old image.
This is the command I use:
(config)#boot system flash c1700-y-mz.122-8.T10.bin
(config)#boot system flash c1700-y-mz.122-8.T5.bin
However when I reload the router it comes up with the following:
System Bootstrap, Version 12.2(1r)XE1, RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/cgi-bin/ibld/view.pl?i=support
Copyright (c) 2001 by cisco Systems, Inc.
C1700 platform with 32768 Kbytes of main memory
program load complete, entry point: 0x80008000, size: 0x3ea1a0
Self decompressing the image :
################################################]
%SYS-6-READ_BOOTFILE_SKIP: boot system flash:c1700-y-mz.122-8.T10.bin
command id
%SYS-6-READ_BOOTFILE_SKIP: boot system flash:c1700-y-mz.122-8.T5.bin
command isd
%SYS-6-BOOT_MESSAGES: Messages above this line are from the boot
loader.
program load complete, entry point: 0x80008000, size: 0x3ea1a0
Self decompressing the image :
################################################]
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 Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y-M), Version 12.2(8)T5, RELEASE
SOFTWARE (fc1)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Fri 21-Jun-02 01:11 by ccai
Image text-base: 0x80008108, data-base: 0x807BB890
%Software-forced reload
I really need this router to be up ASAP and would really appreciate any
help to boot it up either from the old image or the new image.
Please help
09-08-2003 04:31 PM
it looks like it is loading the new image and it is either a corupted image or you are hitting a bug.
to load the old image connect to the console while it is booting up break in to the box with a break sequence , then the box should go to rommon>
at the rommon> prompt change the config register to 0x2142, the reset it should load the first image in flash, from your boot statements it does not look like the flash is partitioned so it should load the first image.
If that fails from the rommon prompt do a
rommon>boot flash:c1700-y-mz.122-8.T5.bin
09-08-2003 06:27 PM
Thanks. Is it possible if you could list the step by step. That will really make it easier for me.
09-09-2003 03:15 PM
That really solve my problem. On romon 3 >I boot from the old image and remove the boot system command. Then I erase flash and then copy the new one.The new image is not corrupt. It works fine now.
I think its the boot system itself was the problem.
One question.Do we need to add this command "boot system" and then add the commands "boot system flash:flash image name" when we have two flash image and want to prioratize the boot system ?
for e.g
(config)#boot system
(config)#boot system flash c1700-y-mz.122-8.T10.bin
(config)#boot system flash c1700-y-mz.122-8.T5.bin
with the first one as my prefered image
regards
09-09-2003 04:14 PM
you do not need the
(config)#boot system
it is most likely what hosed you up .
you need to have boot statements if you have more than 1 image in flash and it is not partitioned .
without boot statements the box will load the first image it sees in flash .
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