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 1FkMP4-0003SB-Gg for garchives@archives.gentoo.org; Sun, 28 May 2006 14:38:02 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k4SEbiFW007547; Sun, 28 May 2006 14:37:44 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 k4SEbhrm001943 for ; Sun, 28 May 2006 14:37:43 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 DF1D76448E for ; Sun, 28 May 2006 14:37:42 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sun, 28 May 2006 14:37:42 +0000 From: "Josh Saddler" Date: Sun, 28 May 2006 14:37:42 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml Message-Id: <20060528143742.DF1D76448E@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: 54d10a0c-e4e3-4268-a04e-0ca06afd7b9c X-Archives-Hash: 58eee440c29e45688d2eb1a7f25abe17 nightmorph 06/05/28 14:37:42 Modified: hb-install-amd64-bootloader.xml Log: clarified drive numbers, bug 131394 Revision Changes Path 1.5 xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo Index: hb-install-amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hb-install-amd64-bootloader.xml 26 Mar 2006 15:40:54 -0000 1.4 +++ hb-install-amd64-bootloader.xml 28 May 2006 14:37:42 -0000 1.5 @@ -4,12 +4,12 @@ - + -6.1 -2006-03-26 +6.2 +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