ROMmon Recovery for the Cisco 1600 Series Router
Introduction
This document describes how to recover a Cisco 1600 Series Router stuck in
ROMmon (rommon# > prompt).
Step-by-Step Procedure
- The first thing you need to do is see which devices are available on your
router. Do this by issuing the dev command.
rommon 1 > dev
Devices in device table:
id name
flash: flash
rommon 2 >
- Issue the dir [device ID] command for each available device, and
look for a valid Cisco IOSŪ software image:
rommon 3 > dir flash:
File size Checksum File name
3407884 bytes (0x804b4c) 0x6ba0 c1600-y-mz.120-12
rommon 4 >
- Try to boot from that image. If the file is valid, this brings you back to normal operation mode:
rommon 5 > boot flash:c1600-y-mz.120-12
program load complete, entry point: 0x80008000, size: 0x804a30
Self decompressing the image : ###################################
########...
- If none of the files are valid, you have to download a new one using one
of the following procedures:
- Download using the Boot Image and a TFTP server
Since the 1600 Series has its Boot Image in ROM, it cannot be corrupted
and is always available. This procedure is faster than the Xmodem
download.
If you are unable to go to Rx-boot mode, the problem is probably
hardware-related.
Go to How To Upgrade from ROMmon Using TFTP with Boot Image
for the detailed instructions.
- Download using X-modem from ROMmon
You can also download a new Cisco IOS software directly from ROMmon
through the console port, using X-modem. See Xmodem Console Download Procedure using ROMmon.
- Use Another Router to Get a Valid Cisco IOS Software Image into the
PCMCIA Card
In the event that you have a similar router (or at least one other
router which has a compatible PCMCIA flash card filesystem - see
PCMCIA Filesystem Compatibility Matrix),
you can also use that Flash card to recover the router:
Source: http://www.cisco.com/en/US/products/hw/routers/ps214/products_tech_note09186a0080094013.shtml
|