swift 05/04/07 11:01:47
Modified: xml/htdocs/doc/en/handbook hb-install-x86-bootloader.xml
hb-install-amd64-bootloader.xml
Log:
#87117 - Add "udev" as boot parameter
Apparently, the issues aren't always fixed. I have both reports of success
with
the current genkernel (3.1.6) and malfunctions. Again, the issue seems to be
with the initrd created by genkernel, and not with the genkernel that's on the
Universal InstallCD (networkless installations aren't affected).
We'll probably want to remove this update from the guide later on when we're
certain that it's fixed.
Revision Changes Path
1.31 +9 -4 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.31&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.31&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.30&r2=1.31&cvsroot=gentoo
Index: hb-install-x86-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- hb-install-x86-bootloader.xml 29 Mar 2005 21:04:39 -0000 1.30
+++ hb-install-x86-bootloader.xml 7 Apr 2005 11:01:47 -0000 1.31
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
1.30 2005/03/29 21:04:39 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
1.31 2005/04/07 11:01:47 swift Exp $ -->
<sections>
-<version>2.1</version>
-<date>2005-03-29</date>
+<version>2.2</version>
+<date>2005-04-07</date>
<section>
<title>Making your Choice</title>
@@ -271,7 +271,7 @@
title=Gentoo Linux 2.6.11-r3
root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192
real_root=/dev/hda3
+kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192
real_root=/dev/hda3 udev
initrd /initrd-2.6.11-gentoo-r3
<comment># Only in case you want to dual-boot</comment>
@@ -281,6 +281,11 @@
chainloader +1
</pre>
+<note>
+The <c>udev</c> mentioned at the end of the kernel line is needed to work
around
+a bug in some genkernel versions <e>if</e> you use udev in the first place
+(which is the default behaviour).
+</note>
<note>
If you use a different partitioning scheme and/or kernel image, adjust
1.28 +9 -4 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.28&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.28&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.27&r2=1.28&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.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hb-install-amd64-bootloader.xml 29 Mar 2005 21:04:39 -0000 1.27
+++ hb-install-amd64-bootloader.xml 7 Apr 2005 11:01:47 -0000 1.28
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
1.27 2005/03/29 21:04:39 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
1.28 2005/04/07 11:01:47 swift Exp $ -->
<sections>
-<version>2.1</version>
-<date>2005-03-29</date>
+<version>2.2</version>
+<date>2005-04-07</date>
<section>
<title>Making your Choice</title>
@@ -266,7 +266,7 @@
title=Gentoo Linux 2.6.11
root (hd0,0)
-kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192
real_root=/dev/hda3
+kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192
real_root=/dev/hda3 udev
initrd /initrd-2.6.11-gentoo-r3
<comment># Only in case you want to dual-boot</comment>
@@ -276,6 +276,11 @@
chainloader +1
</pre>
+<note>
+The <c>udev</c> mentioned at the end of the kernel line is needed to work
around
+a bug in some genkernel versions <e>if</e> you use udev in the first place
+(which is the default behaviour).
+</note>
<note>
If you use a different partitioning scheme and/or kernel image, adjust
--
[email protected] mailing list