diff --git a/etc/dnsmasq.conf b/etc/dnsmasq.conf index 9cdd29c..04abf75 100644 --- a/etc/dnsmasq.conf +++ b/etc/dnsmasq.conf @@ -11,7 +11,7 @@ dhcp-no-override # Identify the type of PXE client, and set the boot filename accordingly # Copied from https://github.com/linuxserver/docker-netbootxyz#dd-wrt dhcp-match=set:bios,60,PXEClient:Arch:00000 -dhcp-boot=tag:bios,netboot.xyz.kpxe +dhcp-boot=tag:bios,netboot.xyz-undionly.kpxe dhcp-match=set:efi32,60,PXEClient:Arch:00002 dhcp-boot=tag:efi32,netboot.xyz.efi dhcp-match=set:efi32-1,60,PXEClient:Arch:00006 @@ -24,6 +24,6 @@ dhcp-match=set:efi64-2,60,PXEClient:Arch:00009 dhcp-boot=tag:efi64-2,netboot.xyz.efi # Boot the relevant PXE image -pxe-service=x86PC,"Run netboot.xyz, BIOS mode",netboot.xyz.kpxe +pxe-service=x86PC,"Run netboot.xyz, BIOS mode",netboot.xyz-undionly.kpxe pxe-service=X86-64_EFI, "Run netboot.xyz, UEFI mode", netboot.xyz.efi pxe-service=BC_EFI, "Run netboot.xyz, UEFI mode", netboot.xyz.efi