Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > 2501 Hangs at bootstrap

Reply
Thread Tools

2501 Hangs at bootstrap

 
 
encoad@gmail.com
Guest
Posts: n/a
 
      02-20-2007
Hi Everyone,

I'm working on my CCNA and bought two 2501s. Both have 16megs of
flash and RAM, they are not identical, they were made at differen
times and the mainboards look slightly different. One works
perfectly. The other seems to hang at or right after the bootstrap:

-----------
System Bootstrap, Version 11.0(10c)XB2, PLATFORM SPECIFIC RELEASE
SOFTWARE
fc1)
Copyright (c) 1986-1998 by cisco
Systems
2500 processor with 14336 Kbytes of main
memory
-----------

It never goes beyond the above text. If I CTRL-BRK the router, I get
to the ">" prompt which I believe is ROMmon. If I set "o/r 0x2101",
then "i", the router will reboot, but it will once again get stuck. I
can still get into ROMmon, but I have no clue what to do beyond
that.

All of the recovery procedures that I've been able to find involved
settings 0x2101 and getting past the bootstrap then using TFTP to
download a new IOS bin file. Is it possible to do the TFTP from
within ROMmon? it seems I have some commands available to me when I
do a "?", but I don't see any way to set the IP address of the TFTP
server.

Any help would be greatly appreciated. I know its pretty silly to be
wasting time on a ten year old router, but I certainly learn alot more
when things don't work right.

Nicholas

 
Reply With Quote
 
 
 
 
Doug McIntyre
Guest
Posts: n/a
 
      02-20-2007
writes:
>I'm working on my CCNA and bought two 2501s. Both have 16megs of
>flash and RAM, they are not identical, they were made at differen
>times and the mainboards look slightly different. One works
>perfectly. The other seems to hang at or right after the bootstrap:


>-----------
>System Bootstrap, Version 11.0(10c)XB2, PLATFORM SPECIFIC RELEASE
>SOFTWARE
>fc1)
>Copyright (c) 1986-1998 by cisco
>Systems
>2500 processor with 14336 Kbytes of main
>memory
>-----------


>It never goes beyond the above text. If I CTRL-BRK the router, I get
>to the ">" prompt which I believe is ROMmon. If I set "o/r 0x2101",
>then "i", the router will reboot, but it will once again get stuck. I
>can still get into ROMmon, but I have no clue what to do beyond
>that.



Not a good sign. Try swapping memory between the two boxes?
Try setting the config register with bit 8000 set (o/r 0xa101)
to get more diagnostics about what is hanging inside POST.


>All of the recovery procedures that I've been able to find involved
>settings 0x2101 and getting past the bootstrap then using TFTP to
>download a new IOS bin file. Is it possible to do the TFTP from
>within ROMmon? it seems I have some commands available to me when I
>do a "?", but I don't see any way to set the IP address of the TFTP
>server.



You aren't getting far enough for password recovery. The 2501 ROMMON
doesn't support TFTP. It has a boot ROM and Flash ROM, so you could
always fall back to boot ROM to get something new TFTP'd into FlashROM.
But you are failing before any of this, you are trapped in POST.


>Any help would be greatly appreciated. I know its pretty silly to be
>wasting time on a ten year old router, but I certainly learn alot more
>when things don't work right.



Well, if you bought it from somebody, I'd do a return of it if they
offered it right away. If not, you may have a doorstop, as its not
getting past POST.



 
Reply With Quote
 
 
 
 
encoad@gmail.com
Guest
Posts: n/a
 
      02-20-2007
> Not a good sign. Try swapping memory between the two boxes?
> Try setting the config register with bit 8000 set (o/r 0xa101)
> to get more diagnostics about what is hanging inside POST.


I've pasted the results from 0xa101 to the bottom of this message.
Everything appears to be ok to my inexperienced eyes.

I tried swapping the memory. The "dead" router booted up and got me
to a real command prompt, though it did spit out some errors. Mainly
stating that such and such is not support etc... Maybe a version
mismatch of some kind?

Is it possible I just have a dead flash memory simm? (just to
confirm, my 2501 has three pieces of replaceable memory, the pair is
the RAM right? And the single is the Flash?

> You aren't getting far enough for password recovery. The 2501 ROMMON
> doesn't support TFTP. It has a boot ROM and Flash ROM, so you could
> always fall back to boot ROM to get something new TFTP'd into FlashROM.
> But you are failing before any of this, you are trapped in POST.


This is what I figured. Bummer.

> Well, if you bought it from somebody, I'd do a return of it if they
> offered it right away. If not, you may have a doorstop, as its not
> getting past POST.- Hide quoted text -


Good advice, though for the $20 bucks this thing cost me it isn't
worth the trouble. Plus I feel I got a good deal on the other one,
and he tossed in some AUI converters, so I won't complain.

So should I try to find a new 16meg flash simm?


----------------
Exiting boot state - setting bus error vector...[OK]
Sizing RAM and ROM...16 bit wide EPROM...8 Mbit EPROMs...32 bit wide
CPU RAM...F
ound 16 MB CPU RAM...[OK]
Testing low memory...0's...1's...address+1...[OK]
Sizing memory...writing...reading...at 0x1000804, expected 0x4000, got
0x2E00333
2 16384 pages...memsize() returned 0x01000000[OK]
Setting cookie...[OK]
Setting memory to all ones...[OK]
Setting up exception vectors...[OK]
Enabling processor caches...set CACR to 0x2101...[OK]
Processor type is: 2500[OK]
Enabling timers...[OK]
Enabling Watchdog timer...[OK]
Sizing NVRAM...found 32K bytes of NVRAM[OK]
Searching for system code...found at 1010000, magic number = 4E56...
[OK]
Setting up monitor variables...No 2MB soldered-on...16MB only...
found 14336 total Kbytes of DRAM, iomem_base set to E00000[OK]
Reading hardware revision register...
2500 processor, hardware revision = 14
Parity Logic tests...[OK]
Exiting to monitor command level

2500 processor with 14336 Kbytes of main memory
--------------------

Thanks again,
Nicholas

 
Reply With Quote
 
www.BradReese.Com
Guest
Posts: n/a
 
      02-20-2007
Hi Nicholas,

You may wish to investigate Cisco Hardware Troubleshooting:

http://www.bradreese.com/cisco-big-i...ROUBLESHOOTING

Hope this helps.

Brad Reese
http://www.BradReese.Com

 
Reply With Quote
 
encoad@gmail.com
Guest
Posts: n/a
 
      02-20-2007
> http://www.bradreese.com/cisco-big-i...ROUBLESHOOTING


Thanks for the suggestion Brad, I had already checked out those Cisco
pages, they weren't much help. Most of the advice that's out there
implies that you have to get IOS loaded before you can fix it. (which
seems odd).

I'm guessing my Flash memory is toasted? Any else think the same?

Nicholas

 
Reply With Quote
 
fred
Guest
Posts: n/a
 
      03-29-2007
wrote in
news: ps.com:

>> Not a good sign. Try swapping memory between the two boxes?
>> Try setting the config register with bit 8000 set (o/r 0xa101)
>> to get more diagnostics about what is hanging inside POST.

>
> I've pasted the results from 0xa101 to the bottom of this message.
> Everything appears to be ok to my inexperienced eyes.
>
> I tried swapping the memory. The "dead" router booted up and got me
> to a real command prompt, though it did spit out some errors. Mainly
> stating that such and such is not support etc... Maybe a version
> mismatch of some kind?
>
> Is it possible I just have a dead flash memory simm? (just to
> confirm, my 2501 has three pieces of replaceable memory, the pair is
> the RAM right? And the single is the Flash?
>
>> You aren't getting far enough for password recovery. The 2501 ROMMON
>> doesn't support TFTP. It has a boot ROM and Flash ROM, so you could
>> always fall back to boot ROM to get something new TFTP'd into
>> FlashROM. But you are failing before any of this, you are trapped in
>> POST.

>
> This is what I figured. Bummer.
>
>> Well, if you bought it from somebody, I'd do a return of it if they
>> offered it right away. If not, you may have a doorstop, as its not
>> getting past POST.- Hide quoted text -

>
> Good advice, though for the $20 bucks this thing cost me it isn't
> worth the trouble. Plus I feel I got a good deal on the other one,
> and he tossed in some AUI converters, so I won't complain.
>
> So should I try to find a new 16meg flash simm?
>
>
> ----------------
> Exiting boot state - setting bus error vector...[OK]
> Sizing RAM and ROM...16 bit wide EPROM...8 Mbit EPROMs...32 bit wide
> CPU RAM...F
> ound 16 MB CPU RAM...[OK]
> Testing low memory...0's...1's...address+1...[OK]
> Sizing memory...writing...reading...at 0x1000804, expected 0x4000, got
> 0x2E00333
> 2 16384 pages...memsize() returned 0x01000000[OK]
> Setting cookie...[OK]
> Setting memory to all ones...[OK]
> Setting up exception vectors...[OK]
> Enabling processor caches...set CACR to 0x2101...[OK]
> Processor type is: 2500[OK]
> Enabling timers...[OK]
> Enabling Watchdog timer...[OK]
> Sizing NVRAM...found 32K bytes of NVRAM[OK]
> Searching for system code...found at 1010000, magic number = 4E56...
> [OK]
> Setting up monitor variables...No 2MB soldered-on...16MB only...
> found 14336 total Kbytes of DRAM, iomem_base set to E00000[OK]
> Reading hardware revision register...
> 2500 processor, hardware revision = 14
> Parity Logic tests...[OK]
> Exiting to monitor command level
>
> 2500 processor with 14336 Kbytes of main memory
> --------------------
>
> Thanks again,
> Nicholas
>


i believe you will find that the single simm is the ram and the pair is
the flash memory.

f
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dual python / bootstrap RPM woes Python 0 07-20-2006 01:19 AM
Clear hangs up - & hangs up - & hangs up Sue Bilstein NZ Computing 26 03-07-2004 01:33 AM
Cisco 2503 Bootstrap Problem Alien Brain Cisco 2 12-12-2003 12:49 AM
difference between Cisco 2501 and Cisco pro 2501? Vin Cisco 3 11-18-2003 07:31 PM
Bootstrap Upgrade for 2503 (12.2) Jo Knight Cisco 1 10-19-2003 06:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57