LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

iPXE

open-source network boot firmware

TLDR

Boot from iPXE command line
$ dhcp && chain http://server/boot.ipxe
copy
Boot specific kernel
$ kernel http://server/vmlinuz initrd=initrd.img
copy
Load initrd
$ initrd http://server/initrd.img
copy
Boot loaded kernel
$ boot
copy
Show network configuration
$ ifstat
copy

SYNOPSIS

iPXE command-line or script commands

DESCRIPTION

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.

COMMANDS

dhcp

Obtain IP via DHCP.
ifopen
Open network interface.
ifstat
Show interface statistics.
kernel url
Load kernel image.
initrd url
Load initial ramdisk.
boot
Boot loaded kernel.
chain url
Load and execute script.
imgfree
Free loaded images.
shell
Enter iPXE shell.
exit
Exit iPXE.

BOOT SCRIPT EXAMPLE

$ #!ipxe
dhcp
kernel http://server/vmlinuz ip=dhcp
initrd http://server/initrd.img
boot
copy

CAVEATS

Requires network boot support. HTTPS needs certificates. UEFI and BIOS need different builds. Some NICs may lack driver support.

HISTORY

iPXE evolved from Etherboot and gPXE projects. It provides advanced network booting beyond standard PXE, supporting modern protocols and scripting capabilities.

SEE ALSO

pxelinux(1), dnsmasq(8), tftp(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid