Created
October 23, 2011 22:54
-
-
Save Termiux/1308029 to your computer and use it in GitHub Desktop.
gPXE boot loader script to point to a selected boot server. Used to point to my FOG server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!gpxe | |
dhcp net0 | |
set filename pxelinux.0 | |
set next-server fog.server.ip.address | |
set 210:string http://fog.server.ip.address/fogimg/ | |
imgfetch pxelinux.0 | |
imgload pxelinux.0 | |
boot pxelinux.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a script related to the gPXE project http://www.etherboot.org/
When added this script to the gpxe it will do a pxe boot and connect tot he server indicated in this script disregarding the parameters send from the dhcp server