假如網路中缺少一部 DHCP 伺服器,請設定一部。 請參考 第25章 以取得設定 DHCP 伺服器的詳細資訊。 請確定設定檔案中含有下列的資訊,所以才能在 支援 PXE 開機的系統上啟動它:
allow booting; allow bootp; class "pxeclients" { match if substring(option vendor-class-identifier, 0, 9) = "PXEClient"; next-server <server-ip>; filename "linux-install/pxelinux.0"; } |
在 next-server 選項之後的 IP 位址應該就是 tftp 伺服器的 IP 位址。