05-10-2016 11:55 AM - edited 03-08-2019 05:41 AM
Solved! Go to Solution.
05-10-2016 01:35 PM
Can you give the output of "show boot".
I think you will need to do something like:
BOOT=usbflash:xxxxx.bin
or maybe
set BOOT=usbflash:xxxxx.bin
And then do the boot command again.
05-10-2016 12:15 PM
I believe what you are doing should work.
You could either look at upgrading the ROMMON, as the version you have might be too old to support this - or you could just TFTP copy the image to the router.
05-10-2016 12:45 PM
Hi!
Please do not try to copy the IOS to flash and then boot. Try to boot directly from the usb with
switch: boot usbflash:xxxxx.bin
After that many other steps can be made to copy the file to flash, etc.
Hope it helps, best regards!
JC
05-10-2016 01:30 PM
Thank you Carlos. I ran the boot usbflash0:xxxxx.bin command and I got the following results:
% Front-end Microcode IMG MGR: HW image is upgraded. MCU reset causes the switch to reload
Using driver version 1 for media type 2
Base ethernet MAC Address: f8:66:f2:c1:ec:80
Xmodem file system is available.
The password-recovery mechanism is enabled.
Initializing Flash...
mifs[2]: 0 files, 1 directories
mifs[2]: Total bytes : 2097152
mifs[2]: Bytes used : 1024
mifs[2]: Bytes available : 2096128
mifs[2]: mifs fsck took 2 seconds.
mifs[3]: 0 files, 1 directories
mifs[3]: Total bytes : 4194304
mifs[3]: Bytes used : 1024
mifs[3]: Bytes available : 4193280
mifs[3]: mifs fsck took 3 seconds.
mifs[4]: 5 files, 1 directories
mifs[4]: Total bytes : 524288
mifs[4]: Bytes used : 9216
mifs[4]: Bytes available : 515072
mifs[4]: mifs fsck took 1 seconds.
mifs[5]: 5 files, 1 directories
mifs[5]: Total bytes : 524288
mifs[5]: Bytes used : 9216
mifs[5]: Bytes available : 515072
mifs[5]: mifs fsck took 1 seconds.
mifs[6]: 0 files, 1 directories
mifs[6]: Total bytes : 57671680
mifs[6]: Bytes used : 1024
mifs[6]: Bytes available : 57670656
mifs[6]: mifs fsck took 45 seconds.
...done Initializing Flash.
done.
Loading "flash:/c3750e-universalk9-mz.122-55.SE1/c3750e-universalk9-mz.122-55.SE1.bin"...flash:/c3750e-universalk9-mz.122-55.SE1/c3750e-universalk9-mz.122-55.SE1.bin: no such file or directory
Error loading "flash:/c3750e-universalk9-mz.122-55.SE1/c3750e-universalk9-mz.122-55.SE1.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:
The switch reloaded after I set the boot command. Any other ideas?
Thank you.
05-10-2016 01:35 PM
Can you give the output of "show boot".
I think you will need to do something like:
BOOT=usbflash:xxxxx.bin
or maybe
set BOOT=usbflash:xxxxx.bin
And then do the boot command again.
05-10-2016 01:55 PM
Hi!
I remember I have been gone through this before and the solution was to actually double check the bin file name. In the output you wrote:
Error loading "flash:/c3750e-universalk9-mz.122-55.SE1/c3750e-universalk9-mz.122-55.SE1.bin"
Can you check that the name of the file is exactly the one you see in the dir? Because I see you are probably typing:
boot usbflash: flash:/c3750e-universalk9-mz.122-55.SE1/c3750e-universalk9-mz.122-55.SE1.bin"
It should be just: boot usbflash:c3750e-universalk9-mz.150-2.SE4.bin
Hope it helps, best regards!
JC
03-24-2020 01:26 AM
Thank You it works
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