Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created April 29, 2011 09:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsmidsrod/948098 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/948098 to your computer and use it in GitHub Desktop.
Booting PXELinux from another location than original TFTP/DHCP-specified location
#!ipxe
echo
echo Booting SystemRescueCD 2.1.0 x86 for ${hostname}
# PXELinux options, see http://syslinux.zytor.com/wiki/index.php/PXELINUX for details
set 210:string http://boot.smidsrod.lan/sysrcd-2.1.0-x86/
set 209:string isolinux.cfg
set filename ${210:string}pxelinux.0
chain ${filename} ||
echo Booting ${filename} failed, dropping to shell
shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment