From 86660a0939d51bb60968d01e8926af5c77f78846 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Wed, 18 Feb 2026 11:58:33 -0500 Subject: [PATCH] Remove UEFI HTTP Boot config from dnsmasq Not needed since iPXE chains to grubx64.efi for Blancco boot. Simplifies DHCP config and avoids interfering with other UEFI clients. Co-Authored-By: Claude Opus 4.6 --- playbook/pxe_server_setup.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbook/pxe_server_setup.yml b/playbook/pxe_server_setup.yml index 5bd3ee5..ab5b5c3 100644 --- a/playbook/pxe_server_setup.yml +++ b/playbook/pxe_server_setup.yml @@ -136,11 +136,6 @@ dhcp-option=6,8.8.8.8 enable-tftp tftp-root={{ tftp_dir }} - # HTTP Boot clients (UEFI) identify with vendor class "HTTPClient" - dhcp-vendorclass=set:httpboot,HTTPClient - dhcp-option-force=tag:httpboot,60,"HTTPClient" - dhcp-option-force=tag:httpboot,66,"" - dhcp-boot=tag:httpboot,http://10.9.100.1/blancco/grubx64.efi dhcp-boot=ipxe.efi log-dhcp