Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-bootloader.xml
Date: Wed, 10 Sep 2008 23:40:55
Message-Id: E1KdZIq-0002C2-4X@stork.gentoo.org
1 nightmorph 08/09/10 23:40:52
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 added note on BIOS reordering (bug 234590), and removed some obsolete stuff on udev
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.11&r2=1.12
13
14 Index: hb-install-x86+amd64-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- hb-install-x86+amd64-bootloader.xml 2 May 2008 08:04:23 -0000 1.11
21 +++ hb-install-x86+amd64-bootloader.xml 10 Sep 2008 23:40:52 -0000 1.12
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.11 2008/05/02 08:04:23 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.12 2008/09/10 23:40:52 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>6.1</version>
32 -<date>2008-05-02</date>
33 +<version>6.2</version>
34 +<date>2008-09-10</date>
35
36 <section>
37 <title>Making your Choice</title>
38 @@ -267,6 +267,12 @@
39 </ul>
40
41 <note>
42 +Grub assigns device designations from the BIOS. If you change your BIOS
43 +settings, your device letters and numbers may change, too. For example, if you
44 +change your device boot order, you may need to change your grub configuration.
45 +</note>
46 +
47 +<note>
48 If your root filesystem is JFS, you <e>must</e> add " ro" to the <c>kernel</c>
49 line since JFS needs to replay its log before it allows read-write mounting.
50 </note>
51 @@ -305,7 +311,7 @@
52
53 title Gentoo Linux <keyval id="kernel-version"/>
54 root (hd0,0)
55 -kernel /boot/<keyval id="genkernel-name"/> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3 udev
56 +kernel /boot/<keyval id="genkernel-name"/> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3
57 initrd /boot/<keyval id="genkernel-initrd"/>
58
59 <comment># Only in case you want to dual-boot</comment>
60 @@ -315,12 +321,6 @@
61 chainloader +1
62 </pre>
63
64 -<note>
65 -The <c>udev</c> mentioned at the end of the kernel line is needed to work around
66 -a bug in some genkernel versions <e>if</e> you use udev in the first place
67 -(which is the default behaviour).
68 -</note>
69 -
70 <p>
71 If you used a different partitioning scheme and/or kernel image, adjust
72 accordingly. However, make sure that anything that follows a GRUB-device (such
73 @@ -579,7 +579,7 @@
74 label=gentoo
75 read-only
76 root=/dev/ram0
77 - append="init=/linuxrc ramdisk=8192 real_root=/dev/sda3 udev"
78 + append="init=/linuxrc ramdisk=8192 real_root=/dev/sda3"
79 initrd=/boot/<keyval id="genkernel-initrd"/>
80
81 <comment># The next two lines are only if you dualboot with a Windows system.</comment>
82 @@ -589,12 +589,6 @@
83 </pre>
84
85 <note>
86 -The <c>udev</c> mentioned at the end of the append line is needed to work around
87 -a bug in some genkernel versions <e>if</e> you use udev in the first place
88 -(which is the default behaviour).
89 -</note>
90 -
91 -<note>
92 If you use a different partitioning scheme and/or kernel image, adjust
93 accordingly.
94 </note>