Skip to content

Instantly share code, notes, and snippets.

View rexberg's full-sized avatar

Markus Rexhepi-Lindberg rexberg

View GitHub Profile
@rikka0w0
rikka0w0 / ipxe_build.md
Last active March 28, 2025 12:06
Build IPXE

1. Install tools and config IPXE

# Install compiler and dependencies
sudo apt-get install -y git gcc make liblzma-dev

# Grab the source code
git clone https://github.com/ipxe/ipxe.git
cd ipxe/src

# Enable NFS support