Linux command
pxelinux 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Basic PXELINUX setup
cp pxelinux.0 [/tftproot/]
Create config directory
mkdir -p [/tftproot/pxelinux.cfg/]
Create default config
vi [/tftproot/pxelinux.cfg/default]
说明
PXELINUX is a SYSLINUX derivative for PXE network booting. It loads via TFTP and allows booting Linux kernels and other operating systems over the network.
FAQ
What is the pxelinux command used for?
PXELINUX is a SYSLINUX derivative for PXE network booting. It loads via TFTP and allows booting Linux kernels and other operating systems over the network.
How do I run a basic pxelinux example?
Run `cp pxelinux.0 [/tftproot/]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more pxelinux examples?
This page includes 3 examples for pxelinux, plus related commands for nearby Linux tasks.