Files
master/chapter06/grub.html
2015-05-23 18:50:06 +08:00

483 lines
16 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content=
"application/xhtml+xml; charset=utf-8" />
<title>
6.54.&nbsp;GRUB-2.02~beta2
</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/lfs.css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1" />
<link rel="stylesheet" href="../stylesheets/lfs-print.css" type="text/css"
media="print" />
</head>
<body class="lfs" id="lfs-7.7-systemd">
<div class="navheader">
<h4>
Linux From Scratch - Version 7.7-systemd
</h4>
<h3>
Chapter&nbsp;6.&nbsp;Installing Basic System Software
</h3>
<ul>
<li class="prev">
<a accesskey="p" href="xz.html" title="Xz-5.2.0">Prev</a>
<p>
Xz-5.2.0
</p>
</li>
<li class="next">
<a accesskey="n" href="less.html" title="Less-458">Next</a>
<p>
Less-458
</p>
</li>
<li class="up">
<a accesskey="u" href="chapter06.html" title=
"Chapter&nbsp;6.&nbsp;Installing Basic System Software">Up</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Linux From Scratch - Version 7.7-systemd">Home</a>
</li>
</ul>
</div>
<div class="wrap" lang="en" xml:lang="en">
<h1 class="sect1">
<a id="ch-system-grub" name="ch-system-grub"></a>6.54.
GRUB-2.02~beta2
</h1>
<div class="package" lang="en" xml:lang="en">
<p>
The GRUB package contains the GRand Unified Bootloader.
</p>
<div class="segmentedlist">
<div class="seglistitem">
<div class="seg">
<strong class="segtitle">Approximate build time:</strong>
<span class="segbody">0.8 SBU</span>
</div>
<div class="seg">
<strong class="segtitle">Required disk space:</strong>
<span class="segbody">170 MB</span>
</div>
</div>
</div>
</div>
<div class="installation" lang="en" xml:lang="en">
<h2 class="sect2">
6.54.1. Installation of GRUB
</h2>
<p>
Prepare GRUB for compilation:
</p>
<pre class="userinput">
<kbd class="command">./configure --prefix=/usr \
--sbindir=/sbin \
--sysconfdir=/etc \
--disable-grub-emu-usb \
--disable-efiemu \
--disable-werror</kbd>
</pre>
<div class="variablelist">
<p class="title">
<strong>The meaning of the new configure options:</strong>
</p>
<dl class="variablelist">
<dt>
<span class="term"><em class=
"parameter"><code>--disable-werror</code></em></span>
</dt>
<dd>
<p>
This allows the build to complete with warnings introduced by
more recent Flex versions.
</p>
</dd>
<dt>
<span class="term"><em class=
"parameter"><code>--disable-grub-emu-usb
--disable-efiemu</code></em></span>
</dt>
<dd>
<p>
These options minimize what is built by disabling features
and testing programs not needed for LFS.
</p>
</dd>
</dl>
</div>
<p>
Compile the package:
</p>
<pre class="userinput">
<kbd class="command">make</kbd>
</pre>
<p>
This package does not come with a test suite.
</p>
<p>
Install the package:
</p>
<pre class="userinput">
<kbd class="command">make install</kbd>
</pre>
<p>
Using GRUB to make your LFS system bootable will be discussed in
<a class="xref" href="../chapter08/grub.html" title=
"8.4.&nbsp;Using GRUB to Set Up the Boot Process">Section&nbsp;8.4,
&ldquo;Using GRUB to Set Up the Boot Process&rdquo;</a>.
</p>
</div>
<div class="content" lang="en" xml:lang="en">
<h2 class="sect2">
<a id="contents-gRUB" name="contents-gRUB"></a>6.54.2. Contents of
GRUB
</h2>
<div class="segmentedlist">
<div class="seglistitem">
<div class="seg">
<strong class="segtitle">Installed programs:</strong>
<span class="segbody">grub-bios-setup, grub-editenv,
grub-fstest, grub-install, grub-kbdcomp, grub-menulst2cfg,
grub-mkconfig, grub-mkimage, grub-mklayout, grub-mknetdir,
grub-mkpasswd-pbkdf2, grub-mkrelpath, grub-mkrescue,
grub-mkstandalone, grub-ofpathname, grub-probe, grub-reboot,
grub-script-check, grub-set-default, grub-sparc64-setup</span>
</div>
<div class="seg">
<strong class="segtitle">Installed directories:</strong>
<span class="segbody">/usr/lib/grub, /etc/grub.d,
/usr/share/grub, /boot/grub</span>
</div>
</div>
</div>
<div class="variablelist">
<h3>
Short Descriptions
</h3>
<table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top" />
<col />
</colgroup>
<tbody>
<tr>
<td>
<p>
<a id="grub-bios-setup" name=
"grub-bios-setup"></a><span class="term"><span class=
"command"><strong>grub-bios-setup</strong></span></span>
</p>
</td>
<td>
<p>
Is a helper program for grub-install
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-editenv" name="grub-editenv"></a><span class=
"term"><span class=
"command"><strong>grub-editenv</strong></span></span>
</p>
</td>
<td>
<p>
A tool to edit the environment block
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-fstest" name="grub-fstest"></a><span class=
"term"><span class=
"command"><strong>grub-fstest</strong></span></span>
</p>
</td>
<td>
<p>
Tool to debug the filesystem driver
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-install" name="grub-install"></a><span class=
"term"><span class=
"command"><strong>grub-install</strong></span></span>
</p>
</td>
<td>
<p>
Install GRUB on your drive
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-kbdcomp" name="grub-kbdcomp"></a><span class=
"term"><span class=
"command"><strong>grub-kbdcomp</strong></span></span>
</p>
</td>
<td>
<p>
Script that converts an xkb layout into one recognized by
GRUB
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-menulst2cfg" name=
"grub-menulst2cfg"></a><span class="term"><span class=
"command"><strong>grub-menulst2cfg</strong></span></span>
</p>
</td>
<td>
<p>
Converts a GRUB Legacy <code class=
"filename">menu.lst</code> into a <code class=
"filename">grub.cfg</code> for use with GRUB 2
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-mkconfig" name=
"grub-mkconfig"></a><span class="term"><span class=
"command"><strong>grub-mkconfig</strong></span></span>
</p>
</td>
<td>
<p>
Generate a grub config file
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-mkimage" name="grub-mkimage"></a><span class=
"term"><span class=
"command"><strong>grub-mkimage</strong></span></span>
</p>
</td>
<td>
<p>
Make a bootable image of GRUB
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-mklayout" name=
"grub-mklayout"></a><span class="term"><span class=
"command"><strong>grub-mklayout</strong></span></span>
</p>
</td>
<td>
<p>
Generates a GRUB keyboard layout file
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-mknetdir" name=
"grub-mknetdir"></a><span class="term"><span class=
"command"><strong>grub-mknetdir</strong></span></span>
</p>
</td>
<td>
<p>
Prepares a GRUB netboot directory
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-mkpasswd-pbkdf2" name=
"grub-mkpasswd-pbkdf2"></a><span class=
"term"><span class="command"><strong>grub-mkpasswd-pbkdf2</strong></span></span>
</p>
</td>
<td>
<p>
Generates an encrypted PBKDF2 password for use in the
boot menu
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-mkrelpath" name=
"grub-mkrelpath"></a><span class="term"><span class=
"command"><strong>grub-mkrelpath</strong></span></span>
</p>
</td>
<td>
<p>
Makes a system pathname relative to its root
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-mkrescue" name=
"grub-mkrescue"></a><span class="term"><span class=
"command"><strong>grub-mkrescue</strong></span></span>
</p>
</td>
<td>
<p>
Make a bootable image of GRUB suitable for a floppy disk
or CDROM/DVD
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-mkstandalone" name=
"grub-mkstandalone"></a><span class="term"><span class=
"command"><strong>grub-mkstandalone</strong></span></span>
</p>
</td>
<td>
<p>
Generates a standalone image
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-ofpathname" name=
"grub-ofpathname"></a><span class="term"><span class=
"command"><strong>grub-ofpathname</strong></span></span>
</p>
</td>
<td>
<p>
Is a helper program that prints the path of a GRUB device
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-probe" name="grub-probe"></a><span class=
"term"><span class=
"command"><strong>grub-probe</strong></span></span>
</p>
</td>
<td>
<p>
Probe device information for a given path or device
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-reboot" name="grub-reboot"></a><span class=
"term"><span class=
"command"><strong>grub-reboot</strong></span></span>
</p>
</td>
<td>
<p>
Sets the default boot entry for GRUB for the next boot
only
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-script-check" name=
"grub-script-check"></a><span class="term"><span class=
"command"><strong>grub-script-check</strong></span></span>
</p>
</td>
<td>
<p>
Checks GRUB configuration script for syntax errors
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-set-default" name=
"grub-set-default"></a><span class="term"><span class=
"command"><strong>grub-set-default</strong></span></span>
</p>
</td>
<td>
<p>
Sets the default boot entry for GRUB
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="grub-sparc64-setup" name=
"grub-sparc64-setup"></a><span class="term"><span class=
"command"><strong>grub-sparc64-setup</strong></span></span>
</p>
</td>
<td>
<p>
Is a helper program for grub-setup
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="navfooter">
<ul>
<li class="prev">
<a accesskey="p" href="xz.html" title="Xz-5.2.0">Prev</a>
<p>
Xz-5.2.0
</p>
</li>
<li class="next">
<a accesskey="n" href="less.html" title="Less-458">Next</a>
<p>
Less-458
</p>
</li>
<li class="up">
<a accesskey="u" href="chapter06.html" title=
"Chapter&nbsp;6.&nbsp;Installing Basic System Software">Up</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Linux From Scratch - Version 7.7-systemd">Home</a>
</li>
</ul>
</div>
</body>
</html>