nightmorph 06/05/28 14:36:26 Modified: hb-install-amd64-bootloader.xml Log: clarified drive numbers, bug 131394
Revision Changes Path 1.44 xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.44&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.44&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml.diff?r1=1.43&r2=1.44&cvsroot=gentoo Index: hb-install-amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- hb-install-amd64-bootloader.xml 26 Mar 2006 15:36:18 -0000 1.43 +++ hb-install-amd64-bootloader.xml 28 May 2006 14:36:26 -0000 1.44 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.43 2006/03/26 15:36:18 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.44 2006/05/28 14:36:26 nightmorph Exp $ --> <sections> -<version>2.14</version> -<date>2006-03-26</date> +<version>2.15</version> +<date>2006-05-28</date> <section> <title>Making your Choice</title> @@ -149,10 +149,11 @@ <body> <p> -The most critical part of understanding GRUB is getting comfortable with -how GRUB refers to hard drives and partitions. Your Linux partition -<path>/dev/hda1</path> will most likely be called <path>(hd0,0)</path> under -GRUB. Notice the parenthesis around the <path>hd0,0</path> - they are required. +The most critical part of understanding GRUB is getting comfortable with how +GRUB refers to hard drives and partitions. Your Linux partition +<path>/dev/hda1</path> (for IDE drives) or <path>/dev/sda1</path> (for +SATA/SCSI drives) will most likely be called <path>(hd0,0)</path> under GRUB. +Notice the parenthesis around the <path>hd0,0</path> - they are required. </p> <p> -- [email protected] mailing list
