Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UEFI, iPXE, and HP Service Pack for ProLiant (SPP)
2017-01-26, 16:29 (This post was last modified: 2017-01-26 16:43 by fdge.)
Post: #5
RE: UEFI, iPXE, and HP Service Pack for ProLiant (SPP)
I looks like my problem for "Unable to mount the file system" was do to testing on a VM (physical servers take too long to boot).
I just needed "initrd=initrd.img" with the rest of the arguments, I now have
Code:
echo Starting ${hpsppver} HPE SPP Interactive Firmware Update
kernel http://${ipserver}/data/hp_spp/${hpsppver}/vmlinuz
initrd http://${ipserver}/data/hp_spp/${hpsppver}/initrd.img
imgargs vmlinuz initrd=initrd.img media=net rw root=/dev/ram0 ramdisk_size=1099688 init=/bin/init loglevel=3 ide=nodma ide=noraid nopat pnpbios=off vga=791 splash=silent hp_fibre showopts noexec32=off numa=off nox2apic ipappend 2 TYPE=MANUAL AUTOPOWEROFFONSUCCESS=no AUTOREBOOTONSUCCESS=no iso1=nfs://${ipserver}/opt/planb/data/hp_spp/${hpsppver}/${hpsppiso} iso1mnt=/mnt/bootdevice iso1opts=timeo=120,nolock,bg,ro
boot

For Automatic/Unattended just change
"TYPE=MANUAL AUTOPOWEROFFONSUCCESS=no AUTOREBOOTONSUCCESS=no"
to
"TYPE=AUTOMATIC AUTOPOWEROFFONSUCCESS=no AUTOREBOOTONSUCCESS=yes"

I am also using the hotfix for 2016.10
http://h20566.www2.hpe.com/hpsc/doc/publ...-c05350382
https://downloads.hpe.com/pub/softlib2/s...trd.tar.gz

Thank you, I understand a little more about how iPXE works.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: UEFI, iPXE, and HP Service Pack for ProLiant (SPP) - fdge - 2017-01-26 16:29



User(s) browsing this thread: 1 Guest(s)