03-17-2025 11:32 PM
Hello. I need some help please.
On the CISCO-IE-3400-8T2S model i have the following error.
Loading Flash isntaller etc ... and then Error: file flash: installer not found or already open
This error appeared after i configured the switch, i powered it off, then i mounted it in the cabinet and then i foud out that is no longer working and LED server blinking fast.
Is there anyone who can help me with the flash rom file so i can upload back and try to fix it ?
Please check picture.
Thank you.
Andrei.
Solved! Go to Solution.
03-18-2025 02:58 AM - edited 03-18-2025 08:18 AM
It seems that the FN74245 is what is happening like @Leo Laohoo pointed out.
You should have a valid IOS in the flash and boot it with boot system flash:<IOS_filename>
After that issue the show boot command to see what the boot variable is. If you don't have something like:
SW_TEST#sho boot
---------------------------
Switch 1
---------------------------
Current Boot Variables:
BOOT variable = flash:<IOS_filename>;
Boot Variables on next reload:
BOOT variable = flash:cat9k_lite_iosxe.17.09.05.SPA.bin;
Manual Boot = no
Enable Break = no
Boot Mode = DEVICE
iPXE Timeout = 0
Add the following in the config:
boot system flash:<IOS_filename>
Save and reload to test.
HTH
03-18-2025 12:01 AM
try emergency recovery :
03-18-2025 01:29 AM
Hello.
I have tried this but nothing happend when i press the reset button for 15 seconds.
The service LED keeps blinking fast.
03-18-2025 12:18 AM
Also in addition to what @balaji.bandi mentioned, can you do a flash_init and after that a dir command from the boothelper prompt.
It will help determine what happened.
03-18-2025 01:09 AM
Hello.
I have tried your following comands but the result is:
Command not found
03-18-2025 02:12 AM
If the switch is still in ROMMON and the firmware is in a USB flash, force the switch to boot the firmware from ROMMON: boot usb0:filename.bin
03-18-2025 02:22 AM
The switch doesn’t have any sd card or usb
the rom file is installed in internal memory
this also brand new just came from Cisco
03-18-2025 02:41 AM
03-18-2025 02:58 AM - edited 03-18-2025 08:18 AM
It seems that the FN74245 is what is happening like @Leo Laohoo pointed out.
You should have a valid IOS in the flash and boot it with boot system flash:<IOS_filename>
After that issue the show boot command to see what the boot variable is. If you don't have something like:
SW_TEST#sho boot
---------------------------
Switch 1
---------------------------
Current Boot Variables:
BOOT variable = flash:<IOS_filename>;
Boot Variables on next reload:
BOOT variable = flash:cat9k_lite_iosxe.17.09.05.SPA.bin;
Manual Boot = no
Enable Break = no
Boot Mode = DEVICE
iPXE Timeout = 0
Add the following in the config:
boot system flash:<IOS_filename>
Save and reload to test.
HTH
03-18-2025 09:23 PM
I want to thank Liviu Gheorghe for this help. With the above solution, i managed to solve the problem quickly. He is a professional and a nice guy.
Also thank you all for your involvement and help, it helped me understand what the problem is, and in the future if i encounter difficulties like this, i will know approximately what to check.
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