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.50)
id 1EeHsh-0004Yi-BL
for garchives@archives.gentoo.org; Mon, 21 Nov 2005 20:03:16 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jALJvvSu005874;
Mon, 21 Nov 2005 19:57:57 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30])
by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jALJvai2001609
for
+# emerge grub@@ -194,7 +194,7 @@ editor): -+# nano -w /boot/grub/grub.conf@@ -221,19 +221,19 @@ line since JFS needs to replay its log before it allows read-write mounting. -+-# Which listing to boot as default. 0 is the first, 1 the second etc. default 0# How many seconds to wait before the default listing is booted. timeout 30# Nice, fat splash-image to spice things up :) # Comment out if you don't have a graphics card installed -splashimage=(hd0,0)/grub/splash.xpm.gz +splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux 2.6.12# Partition where the kernel image (or operating system) is located root (hd0,0) -kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3 +kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/hda3# The next four lines are only if you dualboot with a Windows system. # In this case, Windows is hosted on /dev/hda6. @@ -244,15 +244,15 @@+default 0 timeout 30 -splashimage=(hd0,0)/grub/splash.xpm.gz +splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux 2.6.12 root (hd0,0) -kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev -initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6 +kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev +initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r6# Only in case you want to dual-boot title=Windows XP @@ -267,14 +267,23 @@ (which is the default behaviour). --If you use a different partitioning scheme and/or kernel image, adjust -accordingly. However, make sure that anything that follows a GRUB-device -(such as + + +(hd0,0) ) is relative to the mountpoint, not the root. In -other words,(hd0,0)/grub/splash.xpm.gz is in reality -/boot/grub/splash.xpm.gz since(hd0,0) is ++If you used a different partitioning scheme and/or kernel image, adjust +accordingly. However, make sure that anything that follows a GRUB-device (such +as
(hd0,0) ) is relative to the mountpoint, not the root. In other +words,(hd0,0)/grub/splash.xpm.gz is in reality +/boot/grub/splash.xpm.gz since(hd0,0) is/boot . -+Besides, if you chose to use a different partitioning scheme and did not put +
/boot in a separate partition, the/boot prefix used +in the above code samples is reallyrequired . If you followed our +suggested partitioning plan, the/boot prefix it not required, but +aboot symlink makes it work. In short, the above examples should +work whether you defined a separate/boot partition or not. +If you need to pass any additional options to the kernel, simply add 1.38 +31 -23 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.38&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.38&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.37&r2=1.38&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.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- hb-install-x86-bootloader.xml 17 Sep 2005 20:09:19 -0000 1.37 +++ hb-install-x86-bootloader.xml 21 Nov 2005 18:29:51 -0000 1.38 @@ -2,14 +2,14 @@ - + - +
-- 2.6 -2005-09-17 +2.7 +2005-11-21 Making your Choice @@ -201,7 +201,7 @@ To install GRUB, let's first emerge it:+# emerge grub@@ -212,7 +212,7 @@nano (or, if applicable, another editor): -+# nano -w /boot/grub/grub.conf@@ -241,19 +241,19 @@ line since JFS needs to replay its log before it allows read-write mounting. -+- -# Which listing to boot as default. 0 is the first, 1 the second etc. default 0# How many seconds to wait before the default listing is booted. timeout 30# Nice, fat splash-image to spice things up :) # Comment out if you don't have a graphics card installed -splashimage=(hd0,0)/grub/splash.xpm.gz +splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r3# Partition where the kernel image (or operating system) is located root (hd0,0) -kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda3 +kernel /boot/kernel-2.6.11-gentoo-r3 root=/dev/hda3# The next four lines are only if you dualboot with a Windows system. # In this case, Windows is hosted on /dev/hda6. @@ -263,16 +263,15 @@ chainloader +1+default 0 timeout 30 -splashimage=(hd0,0)/grub/splash.xpm.gz +splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r3 root (hd0,0) -kernel /kernel-genkernel-x86-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev -initrd /initramfs-genkernel-x86-2.6.11-gentoo-r3 +kernel /boot/kernel-genkernel-x86-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev +initrd /boot/initramfs-genkernel-x86-2.6.11-gentoo-r3# Only in case you want to dual-boot title=Windows XP @@ -287,14 +286,23 @@ (which is the default behaviour). --If you use a different partitioning scheme and/or kernel image, adjust -accordingly. However, make sure that anything that follows a GRUB-device -(such as + + +(hd0,0) ) is relative to the mountpoint, not the root. In -other words,(hd0,0)/grub/splash.xpm.gz is in reality -/boot/grub/splash.xpm.gz since(hd0,0) is ++If you used a different partitioning scheme and/or kernel image, adjust +accordingly. However, make sure that anything that follows a GRUB-device (such +as
(hd0,0) ) is relative to the mountpoint, not the root. In other +words,(hd0,0)/grub/splash.xpm.gz is in reality +/boot/grub/splash.xpm.gz since(hd0,0) is/boot . -+Besides, if you chose to use a different partitioning scheme and did not put +
/boot in a separate partition, the/boot prefix used +in the above code samples is reallyrequired . If you followed our +suggested partitioning plan, the/boot prefix it not required, but +aboot symlink makes it work. In short, the above examples should +work whether you defined a separate/boot partition or not. +If you need to pass any additional options to the kernel, simply add @@ -382,7 +390,7 @@ in the right commands to install the GRUB boot record onto your hard drive.
-+# grub@@ -414,7 +422,7 @@ Now go on, configure GRUB, shall we? :-) -+grub> root (hd0,0)(Specify where your /boot partition resides) grub> setup (hd0)(Install GRUB in the MBR) grub> quit(Exit the GRUB shell) -- gentoo-doc-cvs@gentoo.org mailing list