Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HP Service Pack for Proliant (Firmware)
2016-05-30, 17:33 (This post was last modified: 2016-05-30 17:37 by MultimediaMan.)
Post: #6
RE: HP Service Pack for Proliant (Firmware)
Just use the NFS Mount version with NFS Boot: NFS booting works very well.

Here's a bit of code starting the boot using HTTP and concluding with NFS Mounts...

Code:
#!ipxe
#3rd. Stratum Script
#loc. ${17}/NetBoot/iPXE/ipxelinux.cfg/OEM/HP/SPP/firmware2013020.ipxe

set 03_webpath ${17}/Media-Depot/other/tools/HP/2013-02/SPP/pxe/spp2013020
set 03_nfspath nfs://nfs-repo.global.glb.midgard.net/nfs/ro/pub/tools/HP/2013-02/SPP
set 03_isofile HP_Service_Pack_for_Proliant_2013.02.0-0_725490-001_spp_2013.02.0-SPP2013020.2013_0204.107.iso

set arg0 initrd=initrd.img ; set arg1 media=net ; set arg2 ro ; set arg3 root=/dev/ram0 ; set arg4 ramdisk_size=131072 ; set arg5 init=/bin/init ; set arg6 loglevel=3 ; set arg7 ide=nodma ; set arg8 ide=noraid
set arg9 nopat ; set arga pnpbios=off ; set argb vga=791 ; set argc splash=silent ; set argd hp_fibre ; set arge showopts ; set argf noexec32=off ; set argg numa=off ; set argh nox2apic ;
set argi TYPE=AUTOMATIC ; set argj AUTOPOWEROFFONSUCCESS=no ; set argk AUTOREBOOTONSUCCESS=yes ; set argl iso1=${03_nfspath}/iso/${03_isofile} ; set argm iso1mnt=/mnt/bootdevice

echo initrd ${03_webpath}/initrd.img
sleep 2
initrd ${03_webpath}/initrd.img ||

echo chain ${03_webpath}/vmlinuz ${arg0} ${arg1} ${arg2} ${arg3} ${arg4} ${arg5} ${arg6} ${arg7} ${arg8} ${arg9} ${arga} ${argb} ${argc} ${argd} ${arge} ${argf} ${argg} ${argh} ${argi} ${argj} ${argk} ${argl} ${argm}
sleep 2
chain ${03_webpath}/vmlinuz ${arg0} ${arg1} ${arg2} ${arg3} ${arg4} ${arg5} ${arg6} ${arg7} ${arg8} ${arg9} ${arga} ${argb} ${argc} ${argd} ${arge} ${argf} ${argg} ${argh} ${argi} ${argj} ${argk} ${argl} ${argm} ||

:03_end exit

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Service Pack for Proliant (Firmware) - MultimediaMan - 2016-05-30 17:33



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