You are not logged in.
Pages: 1
Hello out there,
I wonder if there is a way with dnsmasq to request ipxe features like nfs.
option 41 - ipxe.nfs
## /etc/dnsmasq.conf
dhcp-range=192.168.2.0,proxy
dhcp-match=set:nfs,??????
pxe-service=tag:!nfs,X86PC,"1",undionly.kpxe
pxe-service=tag:!nfs,BC_EFI,"2",ipxe.efi
pxe-service=tag:!nfs,X86-64_EFI,"3",ipxe.efi
dhcp-boot=tag:nfs,http://XXX.XXX.XXX.XXX/test.php?mac=${mac}&uuid=${uuid}
.
.
enable-tftp
tftp-root=/srv/tftp
I can't break "the infinite loop" during chainloading ipxe.efi or undionly.kpxe with dnsmasq multi-arch.
Thanks in advance.
Last edited by Schlunze (2015-08-23 20:15:16)
Offline
You could look at:
Toshiba Satellite P50T-A
Toshiba Qosmio F60
Offline
Hello,
thanks, but it don't work this way with qemu vm's. I look for a way to chainload a more featured version with nfs support of IPXE with undionly.kpxe/ipxe.efi and dnsmasq.
Offline
Pages: 1