| … | |
… | |
| 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.6 2006/11/02 07:27:24 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.7 2007/03/13 14:31:03 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>4.2</version> |
11 | <version>4.3</version> |
| 12 | <date>2006-11-01</date> |
12 | <date>2007-03-12</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> |
| … | |
… | |
| 413 | <p> |
413 | <p> |
| 414 | Now we can install GRUB using <c>grub-install</c>: |
414 | Now we can install GRUB using <c>grub-install</c>: |
| 415 | </p> |
415 | </p> |
| 416 | |
416 | |
| 417 | <pre caption="Running grub-install"> |
417 | <pre caption="Running grub-install"> |
| 418 | # <i>grub-install /dev/hda</i> |
418 | # <i>grub-install --no-floppy /dev/hda</i> |
| 419 | </pre> |
419 | </pre> |
| 420 | |
420 | |
| 421 | <p> |
421 | <p> |
| 422 | If you have more questions regarding GRUB, please consult the <uri |
422 | If you have more questions regarding GRUB, please consult the <uri |
| 423 | link="http://www.gnu.org/software/grub/grub-faq.html">GRUB FAQ</uri> or the |
423 | link="http://www.gnu.org/software/grub/grub-faq.html">GRUB FAQ</uri> or the |
| … | |
… | |
| 439 | with the <path>grub></path> grub command-line prompt. Now, you need to type |
439 | with the <path>grub></path> grub command-line prompt. Now, you need to type |
| 440 | in the right commands to install the GRUB boot record onto your hard drive. |
440 | in the right commands to install the GRUB boot record onto your hard drive. |
| 441 | </p> |
441 | </p> |
| 442 | |
442 | |
| 443 | <pre caption="Starting the GRUB shell"> |
443 | <pre caption="Starting the GRUB shell"> |
| 444 | # <i>grub</i> |
444 | # <i>grub --no-floppy</i> |
| 445 | </pre> |
445 | </pre> |
| 446 | |
446 | |
| 447 | <note> |
447 | <note> |
| 448 | If your system does not have any floppy drives, add the <c>--no-floppy</c> |
448 | If your system does not have any floppy drives, add the <c>--no-floppy</c> |
| 449 | option to the above command to prevent grub from probing the (non-existing) |
449 | option to the above command to prevent grub from probing the (non-existing) |