The USB NIC support causes issues for example USB keyboard in HPE iLO
https://github.com/netbootxyz/netboot.xyz/pull/1777
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"
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"