hi,
dhcpd.conf(5) has two undocumented options i experimented with
recently for doing pxe boot on my lan.
for example, one might write the following:
# iPXE client
user-class "iPXE" {
filename "menu.ipxe";
}
to configure a iPXE script as the boot file for ipxe clients, or
# UEFI PXE Boot
vendor-class "PXEClient:Arch:00007:UNDI:003001" {
filename "BOOTX64.EFI";
# avoid proxy dhcp
option vendor-encapsulated-options 06:01:0a;
}
to send the EFI bootloader to a UEFI client.
should these be documented? i can't find them in the manuals.