|
default vesamenu.c32 prompt 1 timeout 600
|
default vesamenu.c32 prompt 1 timeout 600
|
|
DHCP Server
|
DHCP服务器
|
|
DHCP Server Configuration
|
DHCP服务器配置
|
|
# dnf install dhcp
|
# dnf install dhcp
|
|
# dnf install syslinux
|
# dnf install syslinux
|
|
# dnf install tftp-server
|
# dnf install tftp-server
|
|
function load_video { insmod efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus insmod all_video }
|
function load_video { insmod efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus insmod all_video }
|
|
label local menu label Boot from ^local drive localboot 0xffff
|
label local menu label Boot from ^local drive localboot 0xffff
|
|
load_video set gfxpayload=keep insmod gzio
|
load_video set gfxpayload=keep insmod gzio
|
|
next-server 192.168.1.2;
|
next-server 192.168.1.2;
|
|
option domain-name-servers 192.168.1.1; option routers 192.168.1.1;
|
option domain-name-servers 192.168.1.1; option routers 192.168.1.1;
|
|
PXE-capable computer
|
PXE兼容的电脑
|
|
PXE Installation Overview
|
PXE安装概览
|
|
subnet 192.168.1.0 netmask 255.255.255.0 { authoritative; default-lease-time 600; max-lease-time 7200; ddns-update-style none;
|
subnet 192.168.1.0 netmask 255.255.255.0 { authoritative; default-lease-time 600; max-lease-time 7200; ddns-update-style none;
|
|
subnet 192.168.1.0 netmask 255.255.255.0 { if option arch = 00:07 { filename "uefi/shim.efi"; } else { filename "pxelinux.0"; }
|
subnet 192.168.1.0 netmask 255.255.255.0 { if option arch = 00:07 { filename "uefi/shim.efi"; } else { filename "pxelinux.0"; }
|
|
TFTP Server
|
TFTP服务器
|
|
Download the initrd
|
下载initrd
|
|
Download the kernel.
|
下载内核。
|
|
Downloading the kernel and initrd
|
下载内核和initrd
|
|
Get the [package]*syslinux* bootloader for BIOS clients.
|
为BIOS客户端获取[package]*syslinux* bootloader。
|