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

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d5cc78a was d5cc78a, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Editorial changes to new evi pages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24395 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 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/releases/download/&efibootmgr-version;/efibootmgr-&efibootmgr-version;.tar.bz2">
8 <!ENTITY efibootmgr-download-ftp " ">
9 <!ENTITY efibootmgr-md5sum "6ae315936d9bc8613b3a4cb8a4064128">
10 <!ENTITY efibootmgr-size "44 KB">
11 <!ENTITY efibootmgr-buildsize "592 KB">
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 <sect1info>
19 <othername>$LastChangedBy: bdubbs $</othername>
20 <date>$Date: 2021-02-21 03:35:58 +0800 (日, 2021-02-21) $</date>
21 </sect1info>
22
23 <title>efibootmgr-&efibootmgr-version;</title>
24
25 <indexterm zone="efibootmgr">
26 <primary sortas="a-efibootmgr">efibootmgr</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to efibootmgr</title>
31
32 <para>
33 The <application>efibootmgr</application> package provides tools and
34 libraries to manipulate EFI variables.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&efibootmgr-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&efibootmgr-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &efibootmgr-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &efibootmgr-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &efibootmgr-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &efibootmgr-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">efibootmgr Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="efivar"/> and
78 <xref linkend="popt"/>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/efibootmgr"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of efibootmgr</title>
88
89 <para>
90 At first, fix an outdated hotfix declaration causing compilation
91 failure:
92 </para>
93
94<screen><userinput>sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c</userinput></screen>
95
96 <para>
97 Build <application>efibootmgr</application> with the following
98 commands:
99 </para>
100
101<screen><userinput>make EFIDIR=LFS EFI_LOADER=grubx64.efi</userinput></screen>
102
103 <para>
104 This package does not have a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install sbindir=/sbin EFIDIR=LFS</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para>
119 <parameter>EFIDIR=LFS</parameter>:
120 This option specifies the distro's subdirectory name under
121 <filename class="directory">/boot/efi/EFI</filename>.
122 The building system of this package needs it to be set explicitly.
123 </para>
124
125 <para>
126 <parameter>EFI_LOADER=grubx64.efi</parameter>:
127 This option specifies the name of the default EFI boot loader. It is
128 set to match the EFI boot loader provided by GRUB
129 <!--xref linkend="grub-efi"/-->.
130 </para>
131
132 <para>
133 <parameter>sbindir=/sbin</parameter>:
134 Make <command>efibootmgr</command> avaliable even if
135 <filename class="directory">/usr</filename> is offline.
136 </para>
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144
145 <seglistitem>
146 <seg>
147 efibootdump and efibootmgr
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="efibootdump">
158 <term><command>efibootdump</command></term>
159 <listitem>
160 <para>
161 is a tool to display individual UEFI boot options, from a file
162 or an UEFI variable
163 </para>
164 <indexterm zone="efibootdump">
165 <primary sortas="b-efibootdump">efibootdump</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="efibootmgr-prog">
171 <term><command>efibootmgr</command></term>
172 <listitem>
173 <para>
174 is a tool to manipulate the UEFI Boot Manager
175 </para>
176 <indexterm zone="efibootmgr efibootmgr-prog">
177 <primary sortas="b-efibootmgr">efibootmgr</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.