Skip to content

Instantly share code, notes, and snippets.

View OlsenSM91's full-sized avatar

Steven Olsen OlsenSM91

View GitHub Profile
@OlsenSM91
OlsenSM91 / Instructions.md
Last active May 5, 2025 18:10
How to Configure Ubuntu 22.04.03 LTS as a PXE Server

Setup and Configuration of an Ubuntu 22.04.3 LTS PXE Server

Utilizing dnsmasq and netbootxyz docker container to become a PXE server to deploy various images over a local network. This setup will configure a TFTP server, a DHCP server, a DNS server and iPXE firmware boot files to utilize PXE booting for known or custom boot image resources

Install Dependancies

I'm going to assume that you already have a fresh copy of Ubuntu Server 22.04.3 LTS with no current packages installed other than SSH

SSH into server

ssh user@ip.ad.dr.ess