summaryrefslogtreecommitdiff
path: root/README
blob: 09f835f9c41652dd5fd3a0719ed359894a48502d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
gummiboot Simple UEFI boot manager

gummiboot executes EFI images. The default entry is selected by a configured
pattern (glob) or an on-screen menu.

gummiboot operates on the EFI System Partition (ESP) only. Configuration
file fragments, kernels, initrds, other EFI images need to reside on the
ESP. Linux kernels must be built with CONFIG_EFI_STUB to be able to be
directly executed as an EFI image.

gummiboot reads simple and entirely generic configurion files; one file
per boot entry to select from.

Pressing Space (or most other) keys during bootup will show an on-screen
menu with all configured entries to select from. Pressing enter on the
selected entry loads and starts the EFI image.

If no timeout is configured and no key pressed during bootup, the default
entry is booted right away.

Further documentation is available in the gummiboot wiki at:
  http://freedesktop.org/wiki/Software/gummiboot

Links:
  http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
  http://www.freedesktop.org/software/systemd/man/kernel-install.html