Skip to content

Instantly share code, notes, and snippets.

@nemf
Created September 27, 2012 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemf/3794569 to your computer and use it in GitHub Desktop.
Save nemf/3794569 to your computer and use it in GitHub Desktop.
ipxe, wimboot
## ipxe
git clone http://git.ipxe.org/ipxe.git
cd src
make bin/undionly.kpxe
cp bin/undionly.kpxe /tftpboot
## wimboot
git clone http://git.ipxe.org/wimboot.git
cd wimboot
cp -p wimboot /tftpboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment