Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239082 - grub.conf - find no kernel
Summary: grub.conf - find no kernel
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-29 20:08 UTC by Thomas Behrend
Modified: 2008-09-29 20:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Behrend 2008-09-29 20:08:52 UTC
I followed the German Documentation to install Gentoo and found a little bug.
In the Section 10 Configuring the Bootloader i found this:

title Gentoo Linux 2.6.24-r5
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.6.24-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3 udev
initrd /boot/initramfs-genkernel-x86-2.6.24-gentoo-r5

Ok, my partitions are a litte different, but Grub wont find any kernel or initrd.

I fixed it to:

title Gentoo Linux 2.6.25-r7
root (hd0,2)
kernel (hd0,1)/kernel-genkernel-x86-2.6.25-gentoo-r7 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3 udev
initrd (hd0,1)/initramfs-genkernel-x86-2.6.25-gentoo-r7

In the Grub shell i can use my tabkey to search for the right kernel, so he find the files but wont boot.
Maybe the /boot/ in the documentation should change to the (hdx,x) notation, its easyer for the unexperienced users.

Reproducible: Always
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2008-09-29 20:21:11 UTC
If you're using different partitions than those used in the documentation, you're expected to edit the grub.conf file so that it matches your setup.