From 3442eec1d4ee561bb880d856fd2cb5b9849fb60e Mon Sep 17 00:00:00 2001 From: CHUCK <204468377+drainch@users.noreply.github.com> Date: Wed, 23 Apr 2025 05:09:57 -0400 Subject: [PATCH] Add a `dnsmasq.conf` file to configure PXE boot * Set the TFTP root directory to `tftpboot` * Configure DHCP options for PXE boot --- dnsmasq.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dnsmasq.conf diff --git a/dnsmasq.conf b/dnsmasq.conf new file mode 100644 index 0000000..ae7b15f --- /dev/null +++ b/dnsmasq.conf @@ -0,0 +1,7 @@ +port=0 +log-dhcp +enable-tftp +tftp-root=/tftpboot +dhcp-range=192.168.0.50,192.168.0.150,12h +dhcp-match=set:efi64,option:client-arch,7 +dhcp-boot=tag:efi64,grubx64.efi