[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/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 |
|
---|
[7dfa1a8] | 16 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 17 | href="../x86/grub.xml"
|
---|
| 18 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[3f8be484] | 19 |
|
---|
| 20 | <sect2 role="installation">
|
---|
| 21 | <title>Installation of GRUB</title>
|
---|
| 22 |
|
---|
| 23 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 24 | href="../x86/grub.xml"
|
---|
| 25 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 26 |
|
---|
| 27 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 28 | href="../x86/grub.xml"
|
---|
| 29 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 30 |
|
---|
| 31 | <screen><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr</userinput></screen>
|
---|
| 32 |
|
---|
| 33 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 34 | href="../x86/grub.xml"
|
---|
| 35 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="../x86/grub.xml"
|
---|
| 39 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 40 |
|
---|
| 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 42 | href="../x86/grub.xml"
|
---|
| 43 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 44 |
|
---|
| 45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 46 | href="../x86/grub.xml"
|
---|
| 47 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 48 |
|
---|
| 49 | <screen os="h"><userinput>make install
|
---|
[94e6142] | 50 | mkdir -v /boot/grub
|
---|
| 51 | cp -v /usr/lib/grub/x86_64-pc/stage{1,2} /boot/grub</userinput></screen>
|
---|
[3f8be484] | 52 |
|
---|
[6bb43b3] | 53 | <para os="i">Replace <filename class="directory">x86_64-pc</filename> with whatever
|
---|
| 54 | directory is appropriate for the hardware in use.</para>
|
---|
| 55 |
|
---|
| 56 | <para os="j">The <filename class="directory">x86_64-pc</filename> directory
|
---|
| 57 | contains a number of <filename>*stage1_5</filename> files, different
|
---|
| 58 | ones for different file systems. Review the files available and copy
|
---|
| 59 | the appropriate ones to the <filename
|
---|
| 60 | class="directory">/boot/grub</filename> directory. Most users will
|
---|
| 61 | copy the <filename>e2fs_stage1_5</filename> and/or
|
---|
| 62 | <filename>reiserfs_stage1_5</filename> files.</para>
|
---|
[3f8be484] | 63 |
|
---|
| 64 | </sect2>
|
---|
| 65 |
|
---|
| 66 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 67 | href="../x86/grub.xml"
|
---|
| 68 | xpointer="xpointer(id('contents-grub'))"/>
|
---|
| 69 |
|
---|
| 70 | </sect1>
|
---|