I have spent the last three days trying to get Gentoo installed. I followed the installation for x86 verbatim. I used Grub for a bootloader and used genkernel to auto-compile the kernel. So when I finally got everything done (emerges, etc.. ) and I reboot the system for the first time, Grub gives me a Error 15: file not found??? So I have searched all of the posts and have tried all of the fixes that pertain to grub/kernel/boot but still nothing works.
Here is my grub.conf:
default 0
timeout 15
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux
root (hd0,0)
kernel (hd0,0)/kernel-2.4.23_pre8-gss root=/dev/hda3
initrd (hd0,0)/initrd-2.4.23_pre8-gss
What should I be looking for in the /boot directory? Because there ain't nothing there? If I need to add a symlink, what do I add?
My /usr/src directory contains:
/linux
/linux-2.4.23_pre8.gss
Do I need to recompile the kernel?
Please help...
Thanks
Mike
PS... is there anyway to speed up the installation?




