[install-guide] corrected partition numbering for GRUB2 - BZ#760660

Jack Reed jjr at fedoraproject.org
Wed Mar 7 00:24:00 UTC 2012


commit d5d72683fcb0d9087601b2dca7744fa84e697100
Author: Jack Reed <jreed at redhat.com>
Date:   Wed Feb 29 10:02:52 2012 +1000

    corrected partition numbering for GRUB2 - BZ#760660

 en-US/Grub.xml              |    8 ++++----
 en-US/Kickstart2.xml        |    2 +-
 en-US/Trouble_After_Ram.xml |    2 +-
 en-US/medialess.xml         |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/en-US/Grub.xml b/en-US/Grub.xml
index 3c96ac8..b56aa43 100644
--- a/en-US/Grub.xml
+++ b/en-US/Grub.xml
@@ -405,7 +405,7 @@
 
 			</important>
 			 <para>
-				To give an example, if a system has more than one hard drive, GRUB refers to the first hard drive as <command>(hd0)</command> and the second as <command>(hd1)</command>. Likewise, GRUB refers to the first partition on the first drive as <command>(hd1,1)</command> and the third partition on the second hard drive as <command>(hd2,3)</command>.
+				To give an example, if a system has more than one hard drive, GRUB refers to the first hard drive as <command>(hd0)</command> and the second as <command>(hd1)</command>. Likewise, GRUB refers to the first partition on the first drive as <command>(hd0,1)</command> and the third partition on the second hard drive as <command>(hd1,3)</command>.
 			</para>
 			 <para>
 				In general the following rules apply when naming devices and partitions under GRUB:
@@ -471,7 +471,7 @@
 			</para>
 			
 <screen>
-<command>(hd1,1)+1</command></screen>
+<command>(hd0,1)+1</command></screen>
 			 <para>
 				The following shows the <command>chainloader</command> command with a similar blocklist designation at the GRUB command line after setting the correct device and partition as root:
 			</para>
@@ -705,7 +705,7 @@
 					</listitem>
 					 <listitem>
 						<para>
-							<option>p</option> <command><replaceable>&lt;config-file&gt;</replaceable></command> &mdash; This option tells the <command>install</command> command to look for the menu configuration file specified by <command><replaceable>&lt;config-file&gt;</replaceable></command>, such as <command>(hd0,0)/grub/grub.conf</command>.
+							<option>p</option> <command><replaceable>&lt;config-file&gt;</replaceable></command> &mdash; This option tells the <command>install</command> command to look for the menu configuration file specified by <command><replaceable>&lt;config-file&gt;</replaceable></command>, such as <command>(hd0,1)/grub/grub.conf</command>.
 						</para>
 
 					</listitem>
@@ -744,7 +744,7 @@
 				</para>
 				
 <screen>
-<command>set root=(hd0,0)</command></screen>
+<command>set root=(hd0,1)</command></screen>
 
 			</listitem>
 
diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index c3131c3..772bb69 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -559,7 +559,7 @@ Boot loader configuration
 
 <listitem>
 	<para>
-		<command>--timeout=</command> &mdash; Specifies how many seconds the splash menu or hidden menu will wait for a selection before booting the default option. Specifying 0 will tell GRUB not to display these menus.
+		<command>--timeout=</command> &mdash; Specify the number of seconds before the bootloader times out and boots the default option. Specifying 0 will tell GRUB not to display these menus.
 	</para>
 </listitem>
 
diff --git a/en-US/Trouble_After_Ram.xml b/en-US/Trouble_After_Ram.xml
index 5a1d4f8..86e15b0 100644
--- a/en-US/Trouble_After_Ram.xml
+++ b/en-US/Trouble_After_Ram.xml
@@ -72,7 +72,7 @@
 <screen>
 default=0 
 timeout=30 
-splashimage=(hd0,0)/grub/splash.xpm.gz 
+splashimage=(hd0,1)/grub/splash.xpm.gz 
 menuentry 'Fedora Linux, with Linux 3.1.0-0.rc6.git0.3.fc16.x86_64'
 set root=(hd0,1)
 linux /vmlinuz-(2.6.32.130.el6.i686 ro root=UUID=04a07c13-e6bf-6d5a-b207-002689545705 mem=8192M
diff --git a/en-US/medialess.xml b/en-US/medialess.xml
index 57d53ed..25e73fe 100644
--- a/en-US/medialess.xml
+++ b/en-US/medialess.xml
@@ -78,7 +78,7 @@
 		</para>
 		 
 <screen>menuentry "Fedora Linux" {
-        set root=(hd0,0)
+        set root=(hd0,1)
         linux /vmlinuz-install
         initrd /initrd.img-install
 	}</screen>


More information about the docs-commits mailing list