|
4 | 4 |
|
5 | 5 | <!-- SPDX-License-Identifier: LGPL-2.1+ --> |
6 | 6 |
|
7 | | -<refentry id="sd-boot" conditional='ENABLE_EFI' |
| 7 | +<refentry id="systemd-boot" conditional='ENABLE_EFI' |
8 | 8 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
9 | 9 | <refentryinfo> |
10 | | - <title>sd-boot</title> |
| 10 | + <title>systemd-boot</title> |
11 | 11 | <productname>systemd</productname> |
12 | 12 | </refentryinfo> |
13 | 13 |
|
14 | 14 | <refmeta> |
15 | | - <refentrytitle>sd-boot</refentrytitle> |
| 15 | + <refentrytitle>systemd-boot</refentrytitle> |
16 | 16 | <manvolnum>7</manvolnum> |
17 | 17 | </refmeta> |
18 | 18 |
|
19 | 19 | <refnamediv> |
| 20 | + <refname>systemd-boot</refname> |
20 | 21 | <refname>sd-boot</refname> |
21 | 22 | <refpurpose>A simple UEFI boot manager</refpurpose> |
22 | 23 | </refnamediv> |
|
27 | 28 | <para><command>systemd-boot</command> or <command>sd-boot</command> is a simple |
28 | 29 | UEFI boot manager, previously known as <command>gummiboot</command>. It provides |
29 | 30 | a graphical menu to select the entry to boot and an editor for the kernel command |
30 | | - line. sd-boot is only useful on machines using UEFI. |
| 31 | + line. systemd-boot is only useful on machines using UEFI. |
31 | 32 | </para> |
32 | 33 |
|
33 | | - <para>sd-boot loads information from the EFI system partition (ESP), usually |
| 34 | + <para>systemd-boot loads information from the EFI system partition (ESP), usually |
34 | 35 | mounted at <filename>/boot</filename>, <filename>/efi</filename>, or |
35 | 36 | <filename>/boot/efi</filename>. Configuration file fragments, kernels, initrds, |
36 | 37 | other EFI images need to reside on the ESP. Linux kernels must be built with |
37 | 38 | <option>CONFIG_EFI_STUB</option> to be able to be directly executed as an EFI |
38 | | - image. sd-boot will automatically list other boot entries registered as EFI boot |
| 39 | + image. systemd-boot will automatically list other boot entries registered as EFI boot |
39 | 40 | variables, and a list of kernels from configuration files following the <ulink |
40 | 41 | url="https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot Loader |
41 | 42 | Specification</ulink> located under <filename>/loader/entries/</filename> on the |
|
46 | 47 | with the Boot Loader Specification. |
47 | 48 | <citerefentry><refentrytitle>bootctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> |
48 | 49 | may be used from a running system to locate the ESP, list available entries, and |
49 | | - install sd-boot itself.</para> |
| 50 | + install systemd-boot itself.</para> |
50 | 51 |
|
51 | | - <para>sd-boot will provide information about the time spent in UEFI firmware |
| 52 | + <para>systemd-boot will provide information about the time spent in UEFI firmware |
52 | 53 | using the |
53 | 54 | <ulink url="https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Boot Loader Interface</ulink>. |
54 | 55 | This information can be displayed using |
|
59 | 60 | <refsect1> |
60 | 61 | <title>Configuration</title> |
61 | 62 |
|
62 | | - <para>sd-boot reads configuration like the timeout and default entry from |
| 63 | + <para>systemd-boot reads configuration like the timeout and default entry from |
63 | 64 | <filename>/loader/loader.conf</filename> on the ESP and from EFI variables. See |
64 | 65 | <citerefentry><refentrytitle>loader.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. |
65 | 66 | </para> |
|
111 | 112 |
|
112 | 113 | <varlistentry> |
113 | 114 | <term>v</term> |
114 | | - <listitem><para>Show sd-boot, UEFI, and firmware versions</para></listitem> |
| 115 | + <listitem><para>Show systemd-boot, UEFI, and firmware versions</para></listitem> |
115 | 116 | </varlistentry> |
116 | 117 |
|
117 | 118 | <varlistentry> |
|
213 | 214 | </varlistentry> |
214 | 215 | </variablelist> |
215 | 216 |
|
216 | | - <para>Note that unless configured otherwise in the UEFI firmware, sd-boot will |
| 217 | + <para>Note that unless configured otherwise in the UEFI firmware, systemd-boot will |
217 | 218 | use the US keyboard layout, so key labels might not match for keys like +/-. |
218 | 219 | </para> |
219 | 220 | </refsect1> |
|
0 commit comments