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 | <sect1 id="ch-system-grub" role="wrap">
|
---|
8 | <?dbhtml filename="grub.html"?>
|
---|
9 |
|
---|
10 | <title>GRUB-&grub-version;</title>
|
---|
11 |
|
---|
12 | <indexterm zone="ch-system-grub">
|
---|
13 | <primary sortas="a-GRUB">GRUB</primary>
|
---|
14 | </indexterm>
|
---|
15 |
|
---|
16 | <sect2 role="package">
|
---|
17 | <title/>
|
---|
18 |
|
---|
19 | <para>The GRUB package contains the GRand Unified Bootloader.</para>
|
---|
20 |
|
---|
21 | </sect2>
|
---|
22 |
|
---|
23 | <sect2 role="installation">
|
---|
24 | <title>Installation of GRUB</title>
|
---|
25 |
|
---|
26 | <note os="n1">
|
---|
27 | <para>If you would like use a different bootloader than this
|
---|
28 | one you can go to the following link for alterative bootloaders
|
---|
29 | and the instructions to use them.
|
---|
30 | <ulink url="http://trac.cross-lfs.org/wiki/bootloaders"/></para>
|
---|
31 | </note>
|
---|
32 |
|
---|
33 | <para os="p1">GRUB has an issue where it sometimes doesn't detect
|
---|
34 | the disk geometry correctly when used with Linux 2.6, resulting
|
---|
35 | in the error message <literal>Error 24: Attempt to access block outside
|
---|
36 | partition</literal>. The following patch contains a fix for this issue
|
---|
37 | as well as various fixes for raid controllers and support for the
|
---|
38 | new Intel Mac:</para>
|
---|
39 |
|
---|
40 | <screen os="p2"><userinput>patch -Np1 -i ../&grub-fixes-patch;</userinput></screen>
|
---|
41 |
|
---|
42 | <para os="p3">By default, GRUB doesn't support ext2 filesystems with 256-byte inodes. Fix this by applying the following patch:</para>
|
---|
43 |
|
---|
44 | <screen os="p4"><userinput>patch -Np1 -i ../&grub-256byte_inode-patch;</userinput></screen>
|
---|
45 |
|
---|
46 | <para os="a">This package is known to have issues when its default optimization
|
---|
47 | flags (including the <option>-march</option> and <option>-mcpu</option>
|
---|
48 | options) are changed. If any environment variables that override default
|
---|
49 | optimizations have been defined, such as <envar>CFLAGS</envar> and
|
---|
50 | <envar>CXXFLAGS</envar>, unset them when building GRUB.</para>
|
---|
51 |
|
---|
52 | <para os="b">Prepare GRUB for compilation:</para>
|
---|
53 |
|
---|
54 | <screen><userinput>./configure --prefix=/usr</userinput></screen>
|
---|
55 |
|
---|
56 | <para os="c">Compile the package:</para>
|
---|
57 |
|
---|
58 | <screen os="d"><userinput>make</userinput></screen>
|
---|
59 |
|
---|
60 | <para os="e">To test the results, issue:
|
---|
61 | <userinput>make check</userinput>.</para>
|
---|
62 |
|
---|
63 | <para os="f">Install the package:</para>
|
---|
64 |
|
---|
65 | <screen os="g"><userinput>make install
|
---|
66 | mkdir -pv /boot/grub
|
---|
67 | cp -v /usr/lib/grub/*/stage{1,2} /boot/grub</userinput></screen>
|
---|
68 |
|
---|
69 | <para os="h">The directory in
|
---|
70 | <filename class="directory">/usr/lib/grub</filename> (its name depends
|
---|
71 | on your arch) contains a number of <filename>*stage1_5</filename> files,
|
---|
72 | different ones for different file systems. Review the files available and
|
---|
73 | copy the appropriate ones to the <filename
|
---|
74 | class="directory">/boot/grub</filename> directory. Most users will
|
---|
75 | copy the <filename>e2fs_stage1_5</filename> and/or
|
---|
76 | <filename>reiserfs_stage1_5</filename> files.</para>
|
---|
77 |
|
---|
78 | </sect2>
|
---|
79 |
|
---|
80 | <sect2 id="contents-grub" role="content">
|
---|
81 | <title>Contents of GRUB</title>
|
---|
82 |
|
---|
83 | <segmentedlist>
|
---|
84 | <segtitle>Installed programs</segtitle>
|
---|
85 |
|
---|
86 | <seglistitem>
|
---|
87 | <seg>grub, grub-install, grub-md5-crypt, grub-set-default, grub-terminfo, and mbchk</seg>
|
---|
88 | </seglistitem>
|
---|
89 | </segmentedlist>
|
---|
90 |
|
---|
91 | <variablelist>
|
---|
92 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
93 | <?dbfo list-presentation="list"?>
|
---|
94 | <?dbhtml list-presentation="table"?>
|
---|
95 |
|
---|
96 | <varlistentry id="grub">
|
---|
97 | <term><command>grub</command></term>
|
---|
98 | <listitem>
|
---|
99 | <para>The Grand Unified Bootloader's command shell</para>
|
---|
100 | <indexterm zone="ch-system-grub grub">
|
---|
101 | <primary sortas="b-grub">grub</primary>
|
---|
102 | </indexterm>
|
---|
103 | </listitem>
|
---|
104 | </varlistentry>
|
---|
105 |
|
---|
106 | <varlistentry id="grub-install">
|
---|
107 | <term><command>grub-install</command></term>
|
---|
108 | <listitem>
|
---|
109 | <para>Installs GRUB on the given device</para>
|
---|
110 | <indexterm zone="ch-system-grub grub-install">
|
---|
111 | <primary sortas="b-grub-install">grub-install</primary>
|
---|
112 | </indexterm>
|
---|
113 | </listitem>
|
---|
114 | </varlistentry>
|
---|
115 |
|
---|
116 | <varlistentry id="grub-md5-crypt">
|
---|
117 | <term><command>grub-md5-crypt</command></term>
|
---|
118 | <listitem>
|
---|
119 | <para>Encrypts a password in MD5 format</para>
|
---|
120 | <indexterm zone="ch-system-grub grub-md5-crypt">
|
---|
121 | <primary sortas="b-grub-md5-crypt">grub-md5-crypt</primary>
|
---|
122 | </indexterm>
|
---|
123 | </listitem>
|
---|
124 | </varlistentry>
|
---|
125 |
|
---|
126 | <varlistentry id="grub-set-default">
|
---|
127 | <term><command>grub-set-default</command></term>
|
---|
128 | <listitem>
|
---|
129 | <para>Sets the default boot entry for GRUB</para>
|
---|
130 | <indexterm zone="ch-system-grub grub-set-default">
|
---|
131 | <primary sortas="b-grub-set-default">grub-set-default</primary>
|
---|
132 | </indexterm>
|
---|
133 | </listitem>
|
---|
134 | </varlistentry>
|
---|
135 |
|
---|
136 | <varlistentry id="grub-terminfo">
|
---|
137 | <term><command>grub-terminfo</command></term>
|
---|
138 | <listitem>
|
---|
139 | <para>Generates a terminfo command from a terminfo name; it can be
|
---|
140 | employed if an unknown terminal is being used</para>
|
---|
141 | <indexterm zone="ch-system-grub grub-terminfo">
|
---|
142 | <primary sortas="b-grub-terminfo">grub-terminfo</primary>
|
---|
143 | </indexterm>
|
---|
144 | </listitem>
|
---|
145 | </varlistentry>
|
---|
146 |
|
---|
147 | <varlistentry id="mbchk">
|
---|
148 | <term><command>mbchk</command></term>
|
---|
149 | <listitem>
|
---|
150 | <para>Checks the format of a multi-boot kernel</para>
|
---|
151 | <indexterm zone="ch-system-grub mbchk">
|
---|
152 | <primary sortas="b-mbchk">mbchk</primary>
|
---|
153 | </indexterm>
|
---|
154 | </listitem>
|
---|
155 | </varlistentry>
|
---|
156 |
|
---|
157 | </variablelist>
|
---|
158 |
|
---|
159 | </sect2>
|
---|
160 |
|
---|
161 | </sect1>
|
---|