iLO recovery broken flash
# Install ftp client
sudo apt install -y ftp
# Connect to iLo IP
ftp ILO_IP
# user: root
# pass: flash
# Transfer iLo image in binary mode
bin
put ilo4_262.bin
# Install ftp client
sudo apt install -y ftp
# Connect to iLo IP
ftp ILO_IP
# user: root
# pass: flash
# Transfer iLo image in binary mode
bin
put ilo4_262.bin
Download Latest firmware
http://pingtool.org/latest-hp-ilo-firmwares/
https://support.hpe.com/hpesc/public/home/driverHome?sp4ts.oid=1009143853
# download "RECOMMENDED * Online ROM Flash Component for Linux - HPE Integrated Lights-Out"
Extract firmware
chmod +x /tmp/CP0*.scexe
/tmp/CP0*.scexe --unpack=/tmp
# flash iLo firmware (local)
yes | ./CP036949.scexe
# ipmitool -I lanplus -H www1-ipmi -U Administrator -P pass1234 hpm upgrade ilo4_261.bin
Flash iLo with SSH (not tested)