| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.5 2006/09/21 14:26:14 vapier Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.6 2006/11/02 07:27:24 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>4.1</version> |
11 | <version>4.2</version> |
| 12 | <date>2006-09-21</date> |
12 | <date>2006-11-01</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Making your Choice</title> |
15 | <title>Making your Choice</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Introduction</title> |
17 | <title>Introduction</title> |
| … | |
… | |
| 236 | <body> |
236 | <body> |
| 237 | |
237 | |
| 238 | <p> |
238 | <p> |
| 239 | To install GRUB, let's first emerge it: |
239 | To install GRUB, let's first emerge it: |
| 240 | </p> |
240 | </p> |
|
|
241 | |
|
|
242 | <impo test="func:keyval('arch')='AMD64'"> |
|
|
243 | If you are using a non-multilib <uri |
|
|
244 | link="?part=1&chap=6#doc_chap2">profile</uri>, you should <b>not</b> emerge |
|
|
245 | grub, but instead you should emerge <c>grub-static</c>. |
|
|
246 | </impo> |
| 241 | |
247 | |
| 242 | <pre caption="Installing GRUB"> |
248 | <pre caption="Installing GRUB"> |
| 243 | # <i>emerge grub</i> |
249 | # <i>emerge grub</i> |
| 244 | </pre> |
250 | </pre> |
| 245 | |
251 | |