cancel
Showing results for 
Search instead for 
Did you mean: 

Switch recovery with 09.0.10c

network_adminis
New Contributor III

I have a 7150 48p that will not boot.

I am in recovery mode the recover instructions say to use the boot code from the firmware download but with 09.0.10c there is no boot code in the download.

Any ideas?

2 REPLIES 2

BenBeck
Moderator
Moderator

Hey @network_adminis 

Assuming you are at bootmon, it should look something like this for UFI-only image:

setenv ipaddr <device IP address> - set ip address
setenv netmask <255.255.255.0> - set subnet mask
setenv serverip <xxx.xxx.xxx.xxx> - set tftp server address
setenv gatewayip <xxx.xxx.xxx.xxx> - set gateway address
printenv
- Try to ping your TFTP server.  If you cannot ping, check your connections. Once ping is successful, enter these commands:
setenv image_name SPR08090jufi.bin (change OS image as needed)
saveenv
update_primary
boot_prim or reset (when prior command is done)

 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

Sweet! I will give it a shot.