04-25-2020 05:36 PM
Hi there,
Im having trouble with my cisco 3560 PoE-8 switch. I think had deleted to much and now the switch doesn't boot properly.
Hoping not to put an now file into the switch.. anyone?
mifs[3]: mifs fsck took 1 seconds.
...done Initializing Flash.
done.
Loading "flash:c3560-ipservicesk9-mz.122-53.SE2/c3560-ipservicesk9-mz.122-53.SE2.bin"...flash:c3560-ipservicesk9-mz.122-53.SE2/c3560-ipservicesk9-mz.122-53.SE2.bin: no such file or directory
Error loading "flash:c3560-ipservicesk9-mz.122-53.SE2/c3560-ipservicesk9-mz.122-53.SE2.bin"
Interrupt within 5 seconds to abort boot process.
Boot process failed...
The system is unable to boot automatically. The BOOT
environment variable needs to be set to a bootable
image.
switch: flash_init
Initializing Flash...
...The flash is already initialized.
switch: load_helper
Unknown cmd: load_helper
switch: dir flash:
Directory of flash:/
27997184 bytes available (1024 bytes used)
switch: dir flash
unable to stat flash/: no such device
switch:
Solved! Go to Solution.
04-28-2020 11:32 AM
Good thread for refefence to solve your issue :
https://community.cisco.com/t5/switching/switch-ccccccccccxmodem-i-o-error/td-p/2573884
switch: copy xmodem: flash: (last : missing try that option)
04-25-2020 05:44 PM
04-26-2020 01:21 AM
How is this possible? I dont have tftp server and am searching for commands but found not the right one
04-26-2020 04:57 AM
There is 2 Ways you can recover device in ROMMON Mode.
1. XMODEM
2. TFTP
XMODEM :
Issue the following commands:
1) flash_init
2) load_helper
Next you need to change the baud rate on the switch, otherwise it will take about 2 hours to transfer the IOS via xmodem.
3) set BAUD 115200
After you issue the baud rate command on the switch make sure you also change it in Hyperterminal or whatever software terminal emulation software you use. Otherwise you won't be able to communicate to the switch.
4) copy xmodem:"image_filename.bin" flash:"image_filename.bin"
5) In Hyperterminal select "Transfer" and select "send file". Change the protocol to xmodem. Next select browse and navigate to where you have stored the IOS that you would like to transfer to the switch. Click send.
The transfer will take about 30-40 minutes.
6)boot flash:"image_filename.bin"
The new IOS should boot at this point. If you need more in depth instructions check out this link.
TFTP : ( you should have TFTP Server running on your PC - change the IP address as per your environment) - make sure you put the .bin file Root folder of TFTP.
switch: IP_ADDRESS=192.168.1.1
switch: IP_SUBNET_MASK=255.255.255.0
switch: TFTP_SERVER=192.168.1.2
switch: TFTP_FILE=c3550-ipservicesk9-mz.122-35.SE5.bin
switch: DEFAULT_GATEWAY=192.168.1.1
switch: set
BOOT=tftp://192.168.1.2/c3550-ipservicesk9-mz.122-35.SE5.bin
DEFAULT_GATEWAY=192.168.1.1
IP_ADDRESS=192.168.1.1
IP_SUBNET_MASK=255.255.255.0
TFTP_FILE=c3550-ipservicesk9-mz.122-35.SE5.bin
TFTP_SERVER=192.168.1.2
switch: boot tftp://192.168.1.2/c3550-ipservicesk9-mz.122-35.SE5.bin
Once booted, copy the .bin file to flash, and set the boot variable :
boot system flash:/c3560-ipbasek9-mz.122-35.SE5.bin ( example)
wr and reload and let us know.
Good video if you intrested to Look
04-28-2020 05:39 AM
In the below I get the next errors. I had also search on the cisco forum for solutions but nothing is helping..
switch: copy xmodem: flash
Begin the Xmodem or Xmodem-1K transfer now...
CCCCCCCCCCxmodem:: I/O error
switch: copy xmodem:c3560-ipbasek9-mz.122-55.SE12.bin
usage: copy [-b <buffer_size>] <src_file> <dst_file>
switch: copy xmodem: flash:cc3560-ipbasek9-mz.122-55.SE12.bin
Begin the Xmodem or Xmodem-1K transfer now...
CCCCCCCCCCxmodem:: I/O error
04-28-2020 11:32 AM
Good thread for refefence to solve your issue :
https://community.cisco.com/t5/switching/switch-ccccccccccxmodem-i-o-error/td-p/2573884
switch: copy xmodem: flash: (last : missing try that option)
04-28-2020 01:19 PM
thank you did the trick!
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