- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 07:05 PM - edited 03-08-2019 11:08 AM
Hi
I have a Cisco Catalyst 3560-24T-S Switch .
In the beginning, I need to reset this switch , so I run: erase nvram to delete the configuration.. And then I rebooted the device, and then it cannot be started.
So I tried to load a new flash copy onto it. But now I cannot load a new flash copy onto it.
I've tried using: dir flash to see what's in the flash directory but only to find that: unable to stat flash/: no such device
I've also tried: format flash ,and then transfer the .bin file again, but the same result.
Have anybody had the same problem before?
If you know how to solve it please reply me.
Thanks a lot.
Solved! Go to Solution.
- Labels:
-
Catalyst 3000
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2017 02:28 AM
Hello,
your config register is most probably configured in a way that tell the switch that it must boot image as specified in config. But you erased config. You have to either change config register to boot first available image or you have to boot the switch and correct boo variable in config and save the config to alter boot variable.
What are you doing wrong in the phase where you are - you have to call device using flash: (with colon) so dir flash:, then boot flash:<yourimage.bin>
This document may help you: http://www.cisco.com/c/en/us/support/docs/switches/catalyst-2950-series-switches/41845-192.html
Regards
Stepan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 08:29 PM
Console into the switch and reboot.
We want to see what the switch is doing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2017 08:58 AM
did you initialize the flash....flash_init and then run load_helper before dir flash:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2017 12:29 AM
Hello Mark,
Yes I did this way, finally I found that the Xmodem transmission filed with Hyper Terminal and Xshell, and then I tried SecureCRT and it works. Sounds strange but anyway works.
Thank you for your suggestion!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2017 12:26 AM
Hello Leo,
I found the reason why I cannot find the .bin file is that the transmission failed. I tried hyper terminal and XShell, both failed with Xmodem transmission. Finally successfully with SecureCRT.
After that, I pointed the .bin file to boot. It booted successfully.
Thank you anyway!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2017 02:28 AM
Hello,
your config register is most probably configured in a way that tell the switch that it must boot image as specified in config. But you erased config. You have to either change config register to boot first available image or you have to boot the switch and correct boo variable in config and save the config to alter boot variable.
What are you doing wrong in the phase where you are - you have to call device using flash: (with colon) so dir flash:, then boot flash:<yourimage.bin>
This document may help you: http://www.cisco.com/c/en/us/support/docs/switches/catalyst-2950-series-switches/41845-192.html
Regards
Stepan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2017 12:25 AM
Hello Stepan,
Thanks for your answer. Yes I agree with your opinion, maybe the config missed during erase nvram.
But I found the reason why I cannot find the .bin file is that the transmission failed. I tried hyper terminal and XShell, both failed with Xmodem transmission. Finally successfully with SecureCRT.
After that, I pointed the .bin file to boot. It booted successfully.
Thank you anyway!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2020 11:18 AM
