From: Grant Slater Date: Wed, 13 May 2026 20:51:10 +0000 (+0100) Subject: dhcpd: Use "legacy" netboot images without USB NIC support X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain?ds=inline dhcpd: Use "legacy" netboot images without USB NIC support The USB NIC support causes issues for example USB keyboard in HPE iLO https://github.com/netbootxyz/netboot.xyz/pull/1777 --- diff --git a/cookbooks/dhcpd/recipes/default.rb b/cookbooks/dhcpd/recipes/default.rb index 685d08c3b..175b316e3 100644 --- a/cookbooks/dhcpd/recipes/default.rb +++ b/cookbooks/dhcpd/recipes/default.rb @@ -31,7 +31,7 @@ end remote_file "/srv/tftp/netboot.xyz.efi" do action :create - source "https://boot.netboot.xyz/ipxe/netboot.xyz.efi" + source "https://boot.netboot.xyz/ipxe/netboot.xyz-legacy.efi" owner "root" group "root" mode "644" @@ -47,7 +47,7 @@ end remote_file "/srv/tftp/netboot.xyz.kpxe" do action :create - source "https://boot.netboot.xyz/ipxe/netboot.xyz.kpxe" + source "https://boot.netboot.xyz/ipxe/netboot.xyz-legacy.kpxe" owner "root" group "root" mode "644"