Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created September 11, 2015 06:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save robinsmidsrod/41f93b2ad84695180070 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/41f93b2ad84695180070 to your computer and use it in GitHub Desktop.
Simplest way of chainloading iPXE for both UEFI and legacy BIOS with ISC dhcpd
option arch code 93 = unsigned integer 16;
next-server X.X.X.X;
if option arch = 00:07 {
filename "ipxe.efi";
}
else {
filename "undionly.kpxe";
#filename "ipxe.pxe"; # if you prefer native drivers
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment