*I have checked Ciscos site and done some googling*
I am working with a brand new Cisco ASA 5540. Cisco sent it to replace our existing backup asas power supply

. At any rate it had no OS. So after playing in rommon and I got it to boot from an image off of my machine. The problem is when I reload the damn thing it won't boot off of the OS. So I looked at the config register and noticed it was set to 0x01 (boot off of flash). So I booted I added a boot system line to tell it to boot off of flash (where the image that I loaded it). It failed again. So I TFTP booted and checked the flash:
ciscoasa# dir flash
Directory of disk0:/flash
97 -rwx 2183 09:18:34 Jan 16 2003 flash
255844352 bytes total (216170496 bytes free)
ciscoasa#
WTF? So then I did a dir disk0:
ciscoasa# dir disk0:
Directory of disk0:/
92 -rwx 14137344 05:11:16 Jul 18 2011 asa804-k8.bin
3 drwx 4096 05:16:22 Jul 18 2011 log
6 drwx 4096 05:16:54 Jul 18 2011 crypto_archive
83 -rwx 0 08:00:34 Jan 16 2003 nat_ident_migrate
94 -rwx 1584 07:46:50 Jan 17 2003 8_0_4_0_startup_cfg.sav
13 drwx 4096 08:00:34 Jan 16 2003 coredumpinfo
95 -rwx 1138 08:00:34 Jan 16 2003 upgrade_startup_errors_200301160800.log
96 -rwx 1138 08:18:16 Jan 16 2003 upgrade_startup_errors_200301160818.log
97 -rwx 2183 09:18:34 Jan 16 2003 flash
98 -rwx 1138 07:46:50 Jan 17 2003 upgrade_startup_errors_200301170746.log
So as you can see the image is there. So I issue boot system disk0:/asa804-k8.bin thinking that will solve the issue. I did a copy run start and reloaded. It failed to boot again (just goes through the motions and then asks if I want to hit esc or spacebar. I waited for 30 minutes and it just cycles through the same thing). It is very annoying.
Mind you that disk0 is the on board built in internal flash, not a card (which I tried as well and it failed). I am not sure what I am doing wrong here. It should be pretty easy to do right?
I also tried to do copy file from disk0 to flash:
ciscoasa# copy disk0: flash:
Source filename []? asa804-k8.bin
Destination filename [asa804-k8.bin]?
%Error copying disk0:/asa804-k8.bin (destination path is identical)
ciscoasa# copy disk0: flash
Source filename []? asa804-k8.bin
Destination filename [asa804-k8.bin]?
%Error copying disk0:/asa804-k8.bin (destination path is identical)
ciscoasa# copy disk0: disk0:\flash
Source filename []? asa804-k8.bin
Destination filename [\flash]? asa804-k8.bin
%Error copying disk0:/asa804-k8.bin (destination path is identical)
HALP!!!