source: postlfs/filesystems/uefi-bootloaders/efibootmgr.xml@ 9a4c8a4e

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 9a4c8a4e was 862e392, checked in by Xi Ruoyao <xry111@…>, 16 months ago

tag: efivar and efibootmgr

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY efibootmgr-download-http "https://github.com/rhboot/efibootmgr/archive/&efibootmgr-version;/efibootmgr-&efibootmgr-version;.tar.gz">
8 <!ENTITY efibootmgr-download-ftp " ">
9 <!ENTITY efibootmgr-md5sum "e170147da25e1d5f72721ffc46fe4e06">
10 <!ENTITY efibootmgr-size "48 KB">
11 <!ENTITY efibootmgr-buildsize "1.1 MB">
12 <!ENTITY efibootmgr-time "less than 0.1 SBU">
13]>
14
15<sect1 id="efibootmgr" xreflabel="efibootmgr-&efibootmgr-version;">
16 <?dbhtml filename="efibootmgr.html"?>
17
18
19 <title>efibootmgr-&efibootmgr-version;</title>
20
21 <indexterm zone="efibootmgr">
22 <primary sortas="a-efibootmgr">efibootmgr</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to efibootmgr</title>
27
28 <para>
29 The <application>efibootmgr</application> package provides tools and
30 libraries to manipulate EFI variables.
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&efibootmgr-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&efibootmgr-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &efibootmgr-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &efibootmgr-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &efibootmgr-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &efibootmgr-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">efibootmgr Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="efivar"/> and
74 <xref linkend="popt"/>
75 </para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/efibootmgr"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of efibootmgr</title>
84
85 <para>
86 Build <application>efibootmgr</application> with the following
87 commands:
88 </para>
89
90<screen><userinput>make EFIDIR=LFS EFI_LOADER=grubx64.efi</userinput></screen>
91
92 <para>
93 This package does not have a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install EFIDIR=LFS</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para>
108 <parameter>EFIDIR=LFS</parameter>:
109 This option specifies the distro's subdirectory name under
110 <filename class="directory">/boot/efi/EFI</filename>.
111 The building system of this package needs it to be set explicitly.
112 </para>
113
114 <para>
115 <parameter>EFI_LOADER=grubx64.efi</parameter>:
116 This option specifies the name of the default EFI boot loader. It is
117 set to match the EFI boot loader provided by GRUB
118 <!--xref linkend="grub-efi"/-->.
119 </para>
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127
128 <seglistitem>
129 <seg>
130 efibootdump and efibootmgr
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="efibootdump">
141 <term><command>efibootdump</command></term>
142 <listitem>
143 <para>
144 is a tool to display individual UEFI boot options, from a file
145 or an UEFI variable
146 </para>
147 <indexterm zone="efibootdump">
148 <primary sortas="b-efibootdump">efibootdump</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="efibootmgr-prog">
154 <term><command>efibootmgr</command></term>
155 <listitem>
156 <para>
157 is a tool to manipulate the UEFI Boot Manager
158 </para>
159 <indexterm zone="efibootmgr efibootmgr-prog">
160 <primary sortas="b-efibootmgr">efibootmgr</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.