PXE boot with efi works.
This commit is contained in:
parent
ea80a8f545
commit
c677f4f4f2
2 changed files with 23 additions and 7 deletions
|
|
@ -1,8 +1,10 @@
|
|||
interface=enx9cbf0d007794
|
||||
interface=enxa0cec8c167a7,lo
|
||||
domain=yourdomain.com
|
||||
dhcp-range=192.168.0.3,192.168.0.253,255.255.255.0,1h
|
||||
pxe-service=x86PC, "PXELINUX (BIOS)", "pxelinux.0"
|
||||
bind-interfaces
|
||||
dhcp-range=enxa0cec8c167a7,192.168.0.100,192.168.0.200
|
||||
#dhcp-boot=pxelinux.0,pxeserver,192.168.0.1
|
||||
dhcp-match=set:efi-x86_64,option:client-arch,7
|
||||
dhcp-boot=tag:efi-x86_64,bootx64.efi
|
||||
#dhcp-boot=tag:efi-x86_64,bootx64.efi
|
||||
dhcp-boot=tag:efi-x86_64,grubx64.efi
|
||||
enable-tftp
|
||||
tftp-root=/srv/tftp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue