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

trunk
Last change on this file was a9922f2, checked in by Xi Ruoyao <xry111@…>, 2 months ago

uefi-bootloaders: Tag

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 &lfs121_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
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of efibootmgr</title>
82
83 <para>
84 Build <application>efibootmgr</application> with the following
85 commands:
86 </para>
87
88<screen><userinput>make EFIDIR=LFS EFI_LOADER=grubx64.efi</userinput></screen>
89
90 <para>
91 This package does not have a test suite.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>make install EFIDIR=LFS</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <para>
106 <parameter>EFIDIR=LFS</parameter>:
107 This option specifies the distro's subdirectory name under
108 <filename class="directory">/boot/efi/EFI</filename>.
109 The building system of this package needs it to be set explicitly.
110 </para>
111
112 <para>
113 <parameter>EFI_LOADER=grubx64.efi</parameter>:
114 This option specifies the name of the default EFI boot loader. It is
115 set to match the EFI boot loader provided by GRUB
116 <!--xref linkend="grub-efi"/-->.
117 </para>
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125
126 <seglistitem>
127 <seg>
128 efibootdump and efibootmgr
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="efibootdump">
139 <term><command>efibootdump</command></term>
140 <listitem>
141 <para>
142 is a tool to display individual UEFI boot options, from a file
143 or an UEFI variable
144 </para>
145 <indexterm zone="efibootdump">
146 <primary sortas="b-efibootdump">efibootdump</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="efibootmgr-prog">
152 <term><command>efibootmgr</command></term>
153 <listitem>
154 <para>
155 is a tool to manipulate the UEFI Boot Manager
156 </para>
157 <indexterm zone="efibootmgr efibootmgr-prog">
158 <primary sortas="b-efibootmgr">efibootmgr</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.