On Thursday 04 October 2007, Rafael Barrera Oro wrote: > Hello people, i am having a little trouble with grub. I've just installed a > gentoo x86 (with intention of making it our first Gentoo powered server :D) > and after the install i get the error: > > root (hd0,0) > Filesystem type is ext2fs, partition type 0x83 > kernel (hd0,0)/boot/kernel-genkernel-x86-2.6.22-gentoo-r8 root=/dev/hdb3 > > Error 15: File not found > > I checked and the kernel name is right so any hints will be greatly > appreciated ;)
How's your grub.conf? Did you remember to add the initrd? Example grub.conf from the handbook: default 0 timeout 30 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux 2.6.19-r5 root (hd0,0) kernel /boot/kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev initrd /boot/initramfs-genkernel-x86-2.6.19-gentoo-r5 -- [EMAIL PROTECTED] mailing list

