>>>>> On Tue, 5 Jan 2021 07:36:54 -0800, fai1...@macrotex.net said:
> I would like to use HTTP Boot with a UEFI client. What are the changes > on the FAI server side I need to make to accomplish this? Your dhcp server should include a test for vendor-class-identifier, like in this example https://github.com/faiproject/fai/blob/master/examples/etc/dhcpd.conf Then you need pxelinux.0 and ldlinux.e64 in the tftp directory. The rest of the pxelinux.cfg/ can remain the same. In the config space examples we already have examples for partitioning schemes for EFI and the package config for using grub-efi instead of grub-pc. -- regards Thomas