cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3974
Views
18
Helpful
16
Replies

ASA - unable to boot -- need urgent help

sarat1317
Level 1
Level 1

Hi

I have erased the startup config and reloaded ASA 5510. Now its not able to boot preoperly

Launching BootLoader...

Default configuration file contains 1 entry.

Searching / for images to boot.

Error 28: Selected item cannot fit into memory

unable to boot an image

It seems the image file is not found. I cant use dir command on rommon mode to check if the image is on there.

can someone please advise on this ASAP? And if I want to upload the image, do I require additional access to download the image?

thanks

sarat

16 Replies 16

Good to know that finally. Yeah of course worked on VPNs. I will try to help you with the other problem.

Regards,

----------------------------------------------------------------------------------------------------------------------------

To install/upgrade IOS on ASA, this is the procedure which I did. I am putting this together as it may help others.

1. Download TFTP software on PC - this act as a TFTP server.

2. Assign IP address / mask / GW to PC (y.y.y.2/255.255.255.0/y.y.y.1)

3. Console to ASA from PC

4. Connect E0/0 port on ASA to PC (straight through)

5. Reload ASA

6. Configure TFTP server

7. Use these commands on ASA as below

interface e0/0

address x.x.x.x (assigned to ASA interface)

server y.y.y.2 (assigned to tftp server)

file asa702-k8.bin

ping y.y.y.2 - Make sure you can ping the server from ASA

tftp

This will upload the file.

Copy tftp flash -- didnt work for me directly and I got a message file cannot be opened and I was not able to ping the server.

8. Make sure interface connected to PC is up/up. Name the interface (inside/outside) and assign an address. Add a default route to pointing to PC GW. Now should be able to ping the server.

int e0/0

nameif inside

ip address x.x.x.x 255.255.255.0

route inside 0 0 y.y.y.1

9. Copy tftp flash

server ip - y.y.y.y

source file name - asa702-k8.bin

dest file name - asa702-k8.bin

File will be copied.

10. boot system disk0:/asa702-k8.bin

11. wr mem

----------------------------------------------------------------------------------------------------------------------------

Review Cisco Networking for a $25 gift card