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!

IOS error

Status
Not open for further replies.

novell202

ISP
Joined
Oct 7, 2003
Messages
7
Location
CA
I have a router 3640 and they have some error in ios. I just boot in rommon..... what I do to reinitialize the router??

In the flash memory I have a c3640-is-mz.xxx.bin, but when I write in rommon: boot flash, the router juste turn a round.....
 
If I recall, in rom monitor type

o/r 0x2102

i (initialize)

This should reintialize the router to boot from NVRAM.

Once it's booted you have to go into global config and change the register to 0x2102 and save it to make it permanent.

Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#config
Router(config)#config-register 0x2102
Router(config)#end

you should then do a "show ver" and you should see that your register is 0x2142 (0x2102 after next reload).

SpudNuts(ITC), USN(Ret), CCNA, BSCI, BCRAN, CST
 
It doesn't work, juste return in rommon menu....


 
I found this in cisco web site, but when I put oder ios, the older it is in flash too....

Smart Init is disabled. IOMEM set to: 50
INSUFFICIENT MEMORY TO LOAD IMAGE! I/O memory percentage cannot be adjusted.

that what I have after........


What I do please!!!!

Thank's a lot
 
If the flash max's out your memory, you have to erase the flash (router#erase flash:) prior to the upgrade.

Have you looked here?


How much flash and RAM do you have in that 3640? Based on the image that you mentioned (IP Plus), you need 8 megs of Flash and 32 megs of RAM. Those are minimum requirements for that IOS image, you don't have that much it will not load the image.

SpudNuts(ITC), USN(Ret), CCNA, BSCI, BCRAN, CST
 
Sorry the minimum for a 3640 with that IOS image should be 16megs of Flash and 64megs of DRAM.

SpudNuts(ITC), USN(Ret), CCNA, BSCI, BCRAN, CST
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top