07-12-2022 02:34 PM
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?
07-13-2022 12:02 PM - edited 07-13-2022 02:19 PM
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)
07-13-2022 02:16 PM
Sweet! I will give it a shot.