source: chapter06/grub.xml@ 698a753

Last change on this file since 698a753 was c2133bc, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Upgraded to DocBook 4.4 DTD

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[c2133bc]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[673b0d8]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[83865af]6<sect1 id="ch-system-grub" role="wrap" arch="x86">
[673b0d8]7<title>Grub-&grub-version;</title>
8<?dbhtml filename="grub.html"?>
9
10<indexterm zone="ch-system-grub"><primary sortas="a-Grub">Grub</primary></indexterm>
[955533b]11
[a001133]12<sect2 role="package"><title/>
[ef13657]13<para>The Grub package contains the Grand Unified Bootloader.</para>
[5888299]14
[a001133]15<segmentedlist>
16<segtitle>&buildtime;</segtitle>
17<segtitle>&diskspace;</segtitle>
18<seglistitem><seg>0.2 SBU</seg><seg>10 MB</seg></seglistitem>
19</segmentedlist>
[673b0d8]20
[a001133]21<segmentedlist>
22<segtitle>Grub installation depends on</segtitle>
23<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
[69993f4]24GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem>
[a001133]25</segmentedlist>
26</sect2>
[955533b]27
[a001133]28<sect2 role="installation">
[73aedd1d]29<title>Installation of Grub</title>
30
[ef13657]31<para>This package is known to have issues when its default
32optimization flags (including the <parameter>-march</parameter> and
33<parameter>-mcpu</parameter> options) are changed. If any environment
34variables that override default optimizations have been defined, such
[752f4e5]35as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
[24a08b9]36unset them when building Grub.</para>
[73aedd1d]37
[0fa9275]38<para>Prepare Grub for compilation:</para>
[9dfc02f]39
[0fa9275]40<screen><userinput>./configure --prefix=/usr</userinput></screen>
[9dfc02f]41
[ef13657]42<para>Compile the package:</para>
[73aedd1d]43
44<screen><userinput>make</userinput></screen>
45
[9dfc02f]46<para>To test the results, issue:
47<userinput>make check</userinput>.</para>
48
[343c80b]49<para>Note that the test results will always show the error
[2256873]50<quote>ufs2_stage1_5 is too big.</quote> This is due to a compiler
[343c80b]51issue, but can be ignored unless you plan to boot from an UFS
52partition. The partitions are normally only used by Sun
53workstations.</para>
[79376d8]54
[ef13657]55<para>Install the package:</para>
[73aedd1d]56
57<screen><userinput>make install
58mkdir /boot/grub
59cp /usr/share/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
60
61<para>Replace <filename class="directory">i386-pc</filename> with whatever
[ef13657]62directory is appropriate for the hardware in use.</para>
[73aedd1d]63
[ef13657]64<para>The <filename class="directory">i386-pc</filename> directory
65contains a number of <filename>*stage1_5</filename> files, different
66ones for different file systems. Review the files available and copy
67the appropriate ones to the <filename
68class="directory">/boot/grub</filename> directory. Most users will
69copy the <filename>e2fs_stage1_5</filename> and/or
70<filename>reiserfs_stage1_5</filename> files.</para>
[73aedd1d]71
[0e9a9e2]72<beginpage/>
[73aedd1d]73</sect2>
[955533b]74
[5888299]75
[c6cb3aa]76<sect2 id="contents-grub" role="content"><title>Contents of Grub</title>
[673b0d8]77
[c6cb3aa]78<segmentedlist>
79<segtitle>Installed programs</segtitle>
80<seglistitem><seg>grub, grub-install,
[69993f4]81grub-md5-crypt, grub-terminfo, and mbchk</seg></seglistitem>
[c6cb3aa]82</segmentedlist>
[673b0d8]83
[2256873]84<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
[3ed279f]85<?dbfo list-presentation="list"?>
[673b0d8]86
[b8a819f]87<varlistentry id="grub">
88<term><command>grub</command></term>
[c6cb3aa]89<listitem>
[2256873]90<para>The Grand Unified Bootloader's command shell</para>
[3ed279f]91<indexterm zone="ch-system-grub grub"><primary sortas="b-grub">grub</primary></indexterm>
[c6cb3aa]92</listitem>
93</varlistentry>
[73aedd1d]94
[b8a819f]95<varlistentry id="grub-install">
96<term><command>grub-install</command></term>
[c6cb3aa]97<listitem>
[2256873]98<para>Installs GRUB on the given device</para>
[3ed279f]99<indexterm zone="ch-system-grub grub-install"><primary sortas="b-grub-install">grub-install</primary></indexterm>
[c6cb3aa]100</listitem>
101</varlistentry>
[673b0d8]102
[b8a819f]103<varlistentry id="grub-md5-crypt">
104<term><command>grub-md5-crypt</command></term>
[c6cb3aa]105<listitem>
[2256873]106<para>Encrypts a password in MD5 format</para>
[3ed279f]107<indexterm zone="ch-system-grub grub-md5-crypt"><primary sortas="b-grub-md5-crypt">grub-md5-crypt</primary></indexterm>
[c6cb3aa]108</listitem>
109</varlistentry>
[673b0d8]110
[b8a819f]111<varlistentry id="grub-terminfo">
112<term><command>grub-terminfo</command></term>
[c6cb3aa]113<listitem>
[2256873]114<para>Generates a terminfo command from a terminfo name; it can be
115employed if an unknown terminal is being used</para>
[3ed279f]116<indexterm zone="ch-system-grub grub-terminfo"><primary sortas="b-grub-terminfo">grub-terminfo</primary></indexterm>
[c6cb3aa]117</listitem>
118</varlistentry>
[673b0d8]119
[b8a819f]120<varlistentry id="mbchk">
121<term><command>mbchk</command></term>
[c6cb3aa]122<listitem>
[2256873]123<para>Checks the format of a multi-boot kernel</para>
[3ed279f]124<indexterm zone="ch-system-grub mbchk"><primary sortas="b-mbchk">mbchk</primary></indexterm>
[c6cb3aa]125</listitem>
126</varlistentry>
127</variablelist>
[673b0d8]128
129</sect2>
130
131</sect1>
[ef13657]132
Note: See TracBrowser for help on using the repository browser.