04-26-2017 04:12 AM - edited 03-12-2019 02:16 AM
Hello Cisco experts,
I bought a used ASA 5510 two months ago for my lab gear, it was working super fine, but two days ago i turned on my ASA to work with and i found my self on the ROMMON, i know that it's tooo weird but even me i can't understand how come,
any way, moved to resolve the issue, i successfully uploaded asa724.bin via tftp then boot from, but the climax here is when i try to manually reboot, ASA asks if i need enter to ROMMON mode, otherwise keep looping trying to find the boot image.
So to work with ASA, i'm supposed to upload and image and keep the ASA ON, because simply if i reboot it i'll will need to re-upload image again,
NOTE: after uploading image and boot with, i noticed that my old running configuation is safe.
bellow some output commands:
ASA-LAB# show configuration
: Saved
: Written by enable_15 at 01:51:33.183 UTC Wed Jan 1 2003
!
ASA Version 7.2(4)
!
hostname ASA-LAB
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Ethernet0/0
nameif inside
security-level 100
ip address 10.0.0.2 255.0.0.0
!
interface Ethernet0/1
shutdown
no nameif
no security-level
no ip address
!
interface Ethernet0/2
shutdown
no nameif
no security-level
no ip address
!
interface Ethernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
shutdown
no nameif
no security-level
no ip address
!
boot system disk0:/asa724-k8.bin
ftp mode passive
pager lines 24
mtu inside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-722.bin
no asdm history enable
arp timeout 14400
route inside 0.0.0.0 0.0.0.0 10.0.0.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh timeout 5
console timeout 0
!
!
prompt hostname context
Cryptochecksum:f562c587ddf9575acfe1457da0f7e487
ASA-LAB# show version
Cisco Adaptive Security Appliance Software Version 7.2(4)
Compiled on Sun 06-Apr-08 13:39 by builders
System image file is "tftp://10.0.0.1/asa724-k8.bin"
Config file at boot was "startup-config"
ASA-LAB up 26 mins 37 secs
Hardware: ASA5510, 1024 MB RAM, CPU Pentium 4 Celeron 1600 MHz
Internal ATA Compact Flash, 256MB
BIOS Flash M50FW080 @ 0xffe00000, 1024KB
Encryption hardware device : Cisco ASA-55x0 on-board accelerator (revision 0x0)
Boot microcode : CNlite-MC-Boot-Cisco-1.2
SSL/IKE microcode: CNlite-MC-IPSEC-Admin-3.03
IPSec microcode : CNlite-MC-IPSECm-MAIN-2.05
0: Ext: Ethernet0/0 : address is 0022.90c1.fcce, irq 9
1: Ext: Ethernet0/1 : address is 0022.90c1.fccf, irq 9
2: Ext: Ethernet0/2 : address is 0022.90c1.fcd0, irq 9
3: Ext: Ethernet0/3 : address is 0022.90c1.fcd1, irq 9
4: Ext: Management0/0 : address is 0022.90c1.fcd2, irq 11
5: Int: Not used : irq 11
6: Int: Not used : irq 5
The Running Activation Key is not valid, using default settings:
Licensed features for this platform:
Maximum Physical Interfaces : Unlimited
Maximum VLANs : 50
Inside Hosts : Unlimited
Failover : Disabled
VPN-DES : Enabled
VPN-3DES-AES : Disabled
Security Contexts : 0
GTP/GPRS : Disabled
VPN Peers : 250
WebVPN Peers : 2
This platform has a Base license.
Serial Number: JMX1248L17S
Running Activation Key: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
Configuration register is 0x1
Configuration last modified by enable_15 at 01:51:28.524 UTC Wed Jan 1 2003
ASA-LAB#
ASA-LAB# dir
Directory of disk0:/
7 -rw- 16459776 08:22:10 Jan 01 2003 asa822-k8.bin
8 drw- 0 00:45:00 Jan 01 2003 crypto_archive
9 -rw- 8515584 01:16:18 Jan 01 2003 asa724-k8.bin
255426560 bytes total (230383616 bytes free)
ASA-LAB# show dis
ASA-LAB# show disk0
-#- --length-- -----date/time------ path
7 16459776 Jan 01 2003 08:22:10 asa822-k8.bin
8 0 Jan 01 2003 00:45:00 crypto_archive
9 8515584 Jan 01 2003 01:16:18 asa724-k8.bin
230383616 bytes available (25042944 bytes used)
ASA-LAB# show flash:
-#- --length-- -----date/time------ path
7 16459776 Jan 01 2003 08:22:10 asa822-k8.bin
8 0 Jan 01 2003 00:45:00 crypto_archive
9 8515584 Jan 01 2003 01:16:18 asa724-k8.bin
230383616 bytes available (25042944 bytes used)
Solved! Go to Solution.
09-10-2017 04:17 AM
issue resolved by hasard =)
i have had an external Flash Memory Card 64Mo pluged on my ASA, i removed it and reload, ASA was successfuly booting and run it IOS without any problem
the external Flash card was faulty
04-26-2017 05:00 AM
Chabrouk,
the fact that you can still get your startup config from flash makes me think there is nothing wrong with the integrity if the flashcard itself. but rather with the image itself. Have you tried deleting it and load it back onto the flash card?
after this force it to boot from flash:
hostname(config)# boot config {disk0:/ | disk1:/}[path/]filename
Please rate if useful
04-26-2017 08:18 AM
hello dennis, appreciate your feedback,
what do you mean about "load it back onto Flashcard" ? you mean load it onto Disk0:/ ?
about booting from flash, don't know what i should put on cmd
ASA-LAB(config)# boot config
ASA-LAB(config)# boot config flas
ASA-LAB(config)# boot config flash:?
configure mode commands/options:
flash:/asa724-k8.bin flash:/asa822-k8.bin flash:/crypto_archive
ASA-LAB(config)# boot config flash:
Waiting for your feedback and also from other memeber,
Thanks for collaboration
04-27-2017 08:37 PM
hi,
did you check for errors on flash using the fsck disk0: command?
try to format flash using the format disk0: command.
09-10-2017 04:17 AM
issue resolved by hasard =)
i have had an external Flash Memory Card 64Mo pluged on my ASA, i removed it and reload, ASA was successfuly booting and run it IOS without any problem
the external Flash card was faulty
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide