# # (DHCPサーバーの設定は略) # # クライアントのアーキテクチャ(PXEの識別子)を定義 dhcp-match=set:bios,option:client-arch,0 dhcp-match=set:efi64,option:client-arch,7 dhcp-match=set:efi64,option:client-arch,9 # BIOSマシンには pxelinux.0 を送る dhcp-boot=tag:bios,pxelinux.0 # UEFI(64bit)マシンには bootx64.efi (Shim) を送る dhcp-boot=tag:efi64,bootx64.efi dhcp-boot=tag:efi64,grubnetx64.efi # grubnetx64.efiを使用する場合はこちら # TFTPサーバーの有効化 enable-tftp tftp-root=/srv/tftp