Created
May 13, 2012 17:30
-
-
Save sturadnidge/2689397 to your computer and use it in GitHub Desktop.
iPXE Boot an ISO
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
#!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