From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FkMNo-0004pW-Us for garchives@archives.gentoo.org; Sun, 28 May 2006 14:36:45 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k4SEaSDc021768; Sun, 28 May 2006 14:36:28 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k4SEaRcC016965 for ; Sun, 28 May 2006 14:36:27 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 0912A64425 for ; Sun, 28 May 2006 14:36:27 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sun, 28 May 2006 14:36:26 +0000 From: "Josh Saddler" Date: Sun, 28 May 2006 14:36:26 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml Message-Id: <20060528143627.0912A64425@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 8f1dcb5d-702f-4fe6-bb75-4afcfedb3f29 X-Archives-Hash: e7ba8bdca231128217b4d5215b27d753 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 @@ - + -2.14 -2006-03-26 +2.15 +2006-05-28
Making your Choice @@ -149,10 +149,11 @@

-The most critical part of understanding GRUB is getting comfortable with -how GRUB refers to hard drives and partitions. Your Linux partition -/dev/hda1 will most likely be called (hd0,0) under -GRUB. Notice the parenthesis around the hd0,0 - 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 +/dev/hda1 (for IDE drives) or /dev/sda1 (for +SATA/SCSI drives) will most likely be called (hd0,0) under GRUB. +Notice the parenthesis around the hd0,0 - they are required.

-- gentoo-doc-cvs@gentoo.org mailing list