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?
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 addresssetenv netmask <255.255.255.0> - set subnet masksetenv serverip <xxx.xxx.xxx.xxx> - set tftp server addresssetenv gatewayip <xxx.xxx.xxx.xxx> - set gateway addressprintenv- 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)saveenvupdate_primaryboot_prim or reset (when prior command is done)
Sweet! I will give it a shot.