Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] grub problem Rafael Barrera Oro <borafael@×××××.com>