Skip to content

Instantly share code, notes, and snippets.

@sturadnidge
Created May 13, 2012 17:30
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sturadnidge/2689397 to your computer and use it in GitHub Desktop.
Save sturadnidge/2689397 to your computer and use it in GitHub Desktop.
iPXE Boot an ISO
#!ipxe
echo
initrd http://webserver.fqdn/iso/firmware.iso
chain http://webserver.fqdn/memdisk/memdisk iso ||
echo
echo netboot failed, attempting to boot from local disk
echo
sanboot --no-describe --drive 0x80 ||
echo
echo local boot failed, booting ipxe shell
echo
shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment