Use netboot.xyz-undionly.kpxe as it appears more reliable with our
HP / HPE servers for netboot.
mode "644"
end
+remote_file "/srv/tftp/netboot.xyz-snp.efi" do
+ action :create
+ source "https://boot.netboot.xyz/ipxe/netboot.xyz-snp.efi"
+ owner "root"
+ group "root"
+ mode "644"
+end
+
remote_file "/srv/tftp/netboot.xyz.kpxe" do
action :create
source "https://boot.netboot.xyz/ipxe/netboot.xyz.kpxe"
} elsif option arch = 00:07 {
filename "netboot.xyz.efi";
} else {
- filename "netboot.xyz.kpxe";
+ filename "netboot.xyz-undionly.kpxe";
}
}
<% end -%>