Skip to content

Instantly share code, notes, and snippets.

View DerMitch's full-sized avatar

Michael Mayr DerMitch

View GitHub Profile
@DerMitch
DerMitch / make_ipxe_uefi_usb.md
Created February 5, 2018 14:13 — forked from AdrianKoshka/make_ipxe_uefi_usb.md
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