LinuxCommandLibrary

pxelinux-options

Reference for PXE boot parameters

TLDR

Show PXELINUX configuration options
$ pxelinux-options
copy
Display available parameters
$ pxelinux-options --help
copy

SYNOPSIS

pxelinux-options [options]

DESCRIPTION

pxelinux-options provides a reference for PXELINUX configuration directives used in PXE network boot setups. It documents the available parameters for boot menu entries, kernel loading, and network boot behavior within PXELINUX configuration files.
The reference covers options like TIMEOUT, PROMPT, DEFAULT, LABEL, KERNEL, APPEND, and LOCALBOOT that control how systems boot over the network. It is part of the SYSLINUX project and complements the main pxelinux bootloader documentation.

PARAMETERS

Documentation reference for PXELINUX configuration.

CAVEATS

Reference tool only. Part of SYSLINUX.

HISTORY

pxelinux-options is part of SYSLINUX for PXE boot configuration.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard