如果网络中不存在 DHCP 服务器,请配置它。详情请参阅 Red Hat Enterprise Linux 部署指南。确保配置文件包含以下内容,以便为支持它的系统启用 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"; }
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"; }
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow