cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1639
Views
0
Helpful
1
Replies

VG202 - Corrupt Flash?

Andy Hewitt
Level 1
Level 1

Hi all,

I've got a VG202 I've recently removed from an installation as it was reported as faulty.  (Lines showing as engaged/no dial tone despite not being in use and gateway showing no active calls)

Back at my desk, trying to boot into the thing it freezes at the below stage and goes no further.

(c) 1986-2010 by Cisco Systems, Inc.

Compiled Wed 28-Apr-10 15:45 by prod_rel_team

Accessing in ROMMON mode I've tried to replace the firmware by both tftp and xmodem but I get flash errors each time.  Either not enough room or unable to write file.

On running a dir flash: I get the error:

The device is not recognizable.

dir: cannot open device "flash:"

Is there anything I can do or is it destined for the scrapheap?

Thanks

Andy

1 Reply 1

acampbell
VIP Alumni
VIP Alumni

Hi Andy,

Before you send this VG to the dustbin.

Try this :-

rommon 1 > IP_ADDRESS=10.1.1.1
rommon 2 > IP_SUBNET_MASK=255.255.255.0
rommon 3 > DEFAULT_GATEWAY=10.1.1.2   
rommon 4 > TFTP_SERVER=10.1.1.2
rommon 5 > TFTP_FILE=YOUR_IOS_FILE.bin
rommon 6 >  set

Note tftpdnld can have a syntax of tftpdnld – r.
Entering -r downloads and boots the new software but
does not save the software to flash memory.
An IOS will require downloading on to the router when fully booted up.


2. Issue set command to check settings before tftpdnld

rommon 7> PS1=rommon ! >
WARM_REBOOT=FALSE
BSI=0
RANDOM_NUM=1795826770
BOOT=
RET_2_RTS=16:04:40 UTC Wed Sep 7 2011
RET_2_RCALTS=1315411483
?=1
IP_ADDRESS=10.1.1.1
IP_SUBNET_MASK=255.255.255.0
DEFAULT_GATEWAY=10.1.1.2
TFTP_SERVER=10.1.1.2
TFTP_FILE=YOUR_IOS_FILE.bin


3. Start the download using tftpdnld –r

rommon 7 > tftpdnld -r

            IP_ADDRESS: 10.1.1.1
        IP_SUBNET_MASK: 255.255.255.0
       DEFAULT_GATEWAY: 10.1.1.2
          TFTP_SERVER: 10.1.1.2
            TFTP_FILE: YOUR_IOS_FILE.bin
         TFTP_MACADDR: 00:1a:6d:f9:7e:44
         TFTP_VERBOSE: Progress
     TFTP_RETRY_COUNT: 18
         TFTP_TIMEOUT: 7200
        TFTP_CHECKSUM: Yes
               FE_PORT: 0
        FE_SPEED_MODE: Auto Detect

Receiving YOUR_IOS_FILE.bin from 10.1.1.2  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
File reception completed.
Validating checksum.

loading image YOUR_IOS_FILE.bin    <<<< router starts loading new image
program load complete, entry point: 0x80012000, size: 0x15337b8
Self decompressing the image :  ####################################################################################### ##################################################################### [OK]

Now you should be at the ROUTER> prompt
Go to enable ROUTER#

Now try
dir or show flash

You may now be able to format the flash

router#format flash

when this finishes copy the IOS as normal from the TFTP server

Worth a try

HTH
Alex

Regards, Alex. Please rate useful posts.