CSCfi / ansible-role-pxe_bootstrap

Ansible role that install and configures TFTP. It also places iPXE/PXE boot conf files
MIT License
24 stars 4 forks source link

Use snponly.efi instead of ipxe.efi #13

Closed jabl closed 7 years ago

jabl commented 7 years ago

ipxe.efi uses iPXE network card drivers; at least Dell PowerEdge Haswell NIC's don't work correctly with it. snponly.efi is the UEFI equivalent of undionly.kpxe for legacy BIOS, and uses the builtin NIC driver. Which seems to work.