Linux command
iPXE 命令
网络
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Boot from iPXE command line
dhcp && chain http://server/boot.ipxe
Boot specific kernel
kernel http://server/vmlinuz initrd=initrd.img
Load initrd
initrd http://server/initrd.img
Boot loaded kernel
boot
Show network configuration
ifstat
说明
iPXE is an open-source network boot firmware. It replaces or extends PXE (Preboot Execution Environment), supporting HTTP, iSCSI, FCoE, and many other protocols for network booting. iPXE can be embedded in BIOS/UEFI, burned to ROM, or chainloaded from existing PXE. It enables flexible network-based system installation and diskless booting.
FAQ
What is the iPXE command used for?
iPXE is an open-source network boot firmware. It replaces or extends PXE (Preboot Execution Environment), supporting HTTP, iSCSI, FCoE, and many other protocols for network booting. iPXE can be embedded in BIOS/UEFI, burned to ROM, or chainloaded from existing PXE. It enables flexible network-based system installation and diskless booting.
How do I run a basic iPXE example?
Run `dhcp && chain http://server/boot.ipxe` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more iPXE examples?
This page includes 5 examples for iPXE, plus related commands for nearby Linux tasks.