Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

1605r - stuck in boot, startup-config is empty

Status
Not open for further replies.

Josh009

IS-IT--Management
Joined
Apr 22, 2003
Messages
3
Location
US
Please bear with me, I'm new to cisco...

So, I have a 1605r, and in attempting to upgrade IOS to 12.2, I managed to lose the startup config. I've been crawling all over cisco.com looking for answers.

So far, i've got the ios image on the flash, but im stuck there. I'm guessing since the startup config in nvram is empty, i should put something in it....

Directory of nvram:/

1 -rw- 0 <no date> startup-config
2 ---- 0 <no date> private-config

Directory of system:/

2 dr-x 0 <no date> memory
1 -rw- 520 <no date> running-config
 
Check the config register and make sure it is set to 0x2102.

To check it do a 'show ver' and you should see it listed towards the bottom.

 
conf reg was set at 0x2101. Changed to 0x2102, reloaded and got this:
I think this means that nvram contains no boot commands...




System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
C1600 platform with 8192 Kbytes of main memory

program load complete, entry point: 0x4020060, size: 0x165eac

Warning: flash:1 does not exist. Command retained.
%SYS-6-BOOT_MESSAGES: Messages above this line are from the boot loader.
program load complete, entry point: 0x2005000, size: 0x3436c6

Error : compressed image checksum is incorrect 0xB2B9F598
Expected a checksum of 0x6F571B51

*** EXCEPTION ***
software forced crash
program counter = 0x200517e
status register = 0x2700
vbr at time of exception = 0x4000000

monitor: command &quot;boot&quot; aborted due to exception


System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
C1600 platform with 8192 Kbytes of main memory

loadprog: trouble reading a.out file
boot: cannot load &quot;flash:&quot;ê


System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
C1600 platform with 8192 Kbytes of main memory

program load complete, entry point: 0x4020060, size: 0x165eac

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) 1600 Software (C1600-RBOOT-R), Version 12.0(3)T, RELEASE SOFTWARE (fc1
)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Mon 22-Feb-99 23:05 by ccai
Image text-base: 0x04020060, data-base: 0x02005000

cisco 1605 (68360) processor (revision C) with 7680K/512K bytes of memory.
Processor board ID 20362352, with hardware revision 00000003
2 Ethernet/IEEE 802.3 interface(s)
System/IO memory with parity disabled
8192K bytes of DRAM onboard
System running from ROM
8K bytes of non-volatile configuration memory.
4096K bytes of processor board PCMCIA flash (Read/Write)

Warning: flash:1 does not exist. Command retained.


Press RETURN to get started!

 
This looks like a flash problem. You may have to format and reload the IOS you need.
 
Sounds right to me, bad or no image in the flash.

Warning: flash:1 does not exist.

Would say you need to re-load the IOS onto your device.
 
That did it.
I reloaded the flash, twice, but to no avail.
So, I downloaded the ios directly from cisco, copied it to flash, and it worked.


Thanks for your input!
 
Now that you say that I totaly missed this, sorry I could have saved you some grief.

Error : compressed image checksum is incorrect 0xB2B9F598
Expected a checksum of 0x6F571B51

Means the Image is corrupt the checksum for the image isn't correct so the image won't be loaded. I should have noticed that and told you, you are going to need a new image. Would have saved you some time!

Sorry I didn't catch that.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top