tested for efi
This commit is contained in:
parent
1f9431f315
commit
ea80a8f545
2 changed files with 4 additions and 2 deletions
|
|
@ -43,7 +43,8 @@ pxe-service=X86-64_EFI,"PXE (UEFI)","grubx64.efi"
|
|||
+ Ensure the syslinux-common package is installed, then `cp /usr/lib/syslinux/modules/bios/ldlinux.c32 /srv/tftp/`
|
||||
- pxelinux.cfg/default (checked into this repo)
|
||||
+ efi (follow https://ubuntu.com/server/docs/how-to/installation/how-to-netboot-the-server-installer-on-amd64/#set-up-the-files-for-uefi-booting)
|
||||
- grub.cfg/default (checked into this repo)
|
||||
- grub/grub.cfg (checked into this repo)
|
||||
- bootx64.efi
|
||||
- grubx64.efi
|
||||
- unicode.pf
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ interface=enx9cbf0d007794
|
|||
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"
|
||||
pxe-service=X86-64_EFI,"PXE (UEFI)","grubx64.efi"
|
||||
dhcp-match=set:efi-x86_64,option:client-arch,7
|
||||
dhcp-boot=tag:efi-x86_64,bootx64.efi
|
||||
enable-tftp
|
||||
tftp-root=/srv/tftp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue