LOADER.CONF(5) | loader.conf | LOADER.CONF(5) |
NAME¶
loader.conf - Configuration file for systemd-boot
SYNOPSIS¶
ESP/loader/loader.conf, ESP/loader/loader.conf.d/*.conf
DESCRIPTION¶
systemd-boot(7) will read /loader/loader.conf and any files with the ".conf" extension under /loader/loader.conf.d/ on the EFI system partition (ESP).
Each configuration file must consist of an option name, followed by whitespace, and the option value. "#" may be used to start a comment line. Empty and comment lines are ignored.
Boolean arguments may be written as "yes"/"y"/"true"/"1" or "no"/"n"/"false"/"0".
OPTIONS¶
The following configuration options are understood:
default
timeout
If the timeout is disabled, the default entry will be booted immediately. The menu can be shown by pressing and holding a key before systemd-boot is launched.
console-mode
0
1
2
auto
max
keep
editor
auto-entries
auto-firmware
EXAMPLE¶
# /boot/efi/loader/loader.conf timeout 0 default 01234567890abcdef1234567890abdf0-* editor no
The menu will not be shown by default (the menu can still be shown by pressing and holding a key during boot). One of the entries with files with a name starting with "01234567890abcdef1234567890abdf0-" will be selected by default. If more than one entry matches, the one with the highest priority will be selected (generally the one with the highest version number). The editor will be disabled, so it is not possible to alter the kernel command line.
SEE ALSO¶
systemd 239 |