Skip to content

Instantly share code, notes, and snippets.

View jonesinator's full-sized avatar

Aaron Jones jonesinator

  • SolidFire
  • Boulder, CO
View GitHub Profile
@AdrianKoshka
AdrianKoshka / make_ipxe_uefi_usb.md
Last active June 19, 2024 21:43
Making a UEFI bootable iPXE USB drive

Making a UEFI bootable iPXE USB drive

Build the UEFI executable for iPXE

# First we'll clone iPXE
$ git clone git://git.ipxe.org/ipxe.git
# Go into the src directory of the cloned git repo
$ cd ipxe/src
# Compile the UEFI iPXE executable