08-05-2023, 10:18 PM
That does in fact work!
I'm using this dnsmasq configuration. Might be useful to put that in the documentation:
I'm using this dnsmasq configuration. Might be useful to put that in the documentation:
Code:
dhcp-vendorclass=BIOS,PXEClient:Arch:00000
dhcp-vendorclass=UEFI32,PXEClient:Arch:00006
dhcp-vendorclass=UEFI,PXEClient:Arch:00007
dhcp-vendorclass=UEFI64,PXEClient:Arch:00009
dhcp-boot=net:UEFI32,iventoy_loader_16000_ia32,,<server_IP_address>
dhcp-boot=net:UEFI,iventoy_loader_16000_uefi,,<server_IP_address>
dhcp-boot=net:UEFI64,iventoy_loader_16000_aa64,,<server_IP_address>
dhcp-boot=net:BIOS,iventoy_loader_16000_bios,,<server_IP_address>