# # This is an example PXE linux configuration file. # # Use this as an example of how to configure your TFTP server to # PXE boot the SPP. # # # Important kernel parameters: # # iso1 - The ISO Image network location. Can be either a ISO image or a directory # with the contents of the SPP copied into it. # # Example: # # iso1=nfs://nfsserver.localdomain.net/path/to/spp.iso # iso1=nfs://nfsserver.localdomain.net/path/to/spp_directory # iso1=cifs://winfsserver.localdomain.net/path/to/spp.iso # iso1=cifs://user@winfsserver.localdomain.net/path/to/spp_directory # iso1=cifs://user:password@winfsserver.localdomain.net/path/to/spp_directory # # # iso1mnt - The directory where iso1 should be mounted. MUST BE iso1mnt=/mnt/bootdevice # # iso1opts - (Optional) The mount options to use when mounting the SPP. # Use this to add any special mount options you might need for # your network. # MENU TITLE Service Pack for ProLiant PXE Boot Menu TIMEOUT 300 label Main Menu MENU LABEL ^Return to Main Menu KERNEL menu.c32 APPEND pxelinux.cfg/default label sos MENU LABEL Automatic Firmware Update Version Gen8.0 kernel sppgen80/vmlinuz append initrd=sppgen80/initrd.img media=net root=/dev/ram0 splash quiet hp_fibre showopts TYPE=AUTOMATIC AUTOPOWEROFFONSUCCESS=no AUTOREBOOTONSUCCESS=yes iso1=nfs://nfsserver.localdomain.net/path/to/spp.iso iso1mnt=/mnt/bootdevice label vsos MENU LABEL Interactive Firmware Update Version Gen8.0 kernel sppgen80/vmlinuz append initrd=sppgen80/initrd.img media=net root=/dev/ram0 splash quiet hp_fibre showopts TYPE=MANUAL AUTOPOWEROFFONSUCCESS=no iso1=nfs://nfsserver.localdomain.net/path/to/spp.iso iso1mnt=/mnt/bootdevice