Gentoo Archives: gentoo-user

From: Rafael Barrera Oro <borafael@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub problem
Date: Thu, 04 Oct 2007 18:59:10
Message-Id: a964044f0710041139v557c78e0w595f4ef2446c323b@mail.gmail.com
In Reply to: Re: [gentoo-user] grub problem by Tapio Raevaara
1 Replacing /boot/ for (hd0,0) worked perfectly, ¡thanks a million!
2
3 take care
4
5 Rafael
6
7 2007/10/4, Tapio Raevaara <tapio.raevaara@×××.fi>:
8 >
9 > On Thursday 04 October 2007, Rafael Barrera Oro wrote:
10 > > Hello people, i am having a little trouble with grub. I've just
11 > installed a
12 > > gentoo x86 (with intention of making it our first Gentoo powered server
13 > :D)
14 > > and after the install i get the error:
15 > >
16 > > root (hd0,0)
17 > > Filesystem type is ext2fs, partition type 0x83
18 > > kernel (hd0,0)/boot/kernel-genkernel-x86-2.6.22-gentoo-r8 root=/dev/hdb3
19 > >
20 > > Error 15: File not found
21 > >
22 > > I checked and the kernel name is right so any hints will be greatly
23 > > appreciated ;)
24 >
25 > How's your grub.conf? Did you remember to add the initrd?
26 >
27 > Example grub.conf from the handbook:
28 >
29 > default 0
30 > timeout 30
31 > splashimage=(hd0,0)/boot/grub/splash.xpm.gz
32 >
33 > title=Gentoo Linux 2.6.19-r5
34 > root (hd0,0)
35 > kernel /boot/kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/ram0
36 > init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
37 > initrd /boot/initramfs-genkernel-x86-2.6.19-gentoo-r5
38 > --
39 > gentoo-user@g.o mailing list
40 >
41 >