Krikket wrote:
> To keep quotations intact, I'm bottom-posting, even though it's more
> inconvienent...

Only if you don't snip (which you should, even when top-posting).

[SNIP]
> Which would explain why now when I select Gentoo to boot I get the
> message:
> filesystem type is ext2fs, partition type 0x83
> Error 15: file not found
>
> Now, given the comments about copying the kernel over and not remembering
> doing that (which seems to be confirmed by the lack of it's presence) I
> went over the directions in the install manual again for that part of the
> load.

Yes, your boot partition is missing the kernel image. I'm not sure where 
genkernel puts it, but by all reasoning you should find it 
at /usr/src/linux/arch/i386/boot/bzImage. Make sure that boot is mounted and 
copy the kernel there by issuing:
cp /mnt/gentoo/usr/src/linux/arch/i386/boot/bzImage /mnt/gentoo/boot/kernel-2.4.24

Then modify your grub.conf to the following:

default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.4.24
        root (hd0,0)
        kernel (hd0,0)/boot/kernel-2.4.24 root=/dev/hdb1 vga=794

Note the changed hd in the kernel line (your kernel is in the boot partition, 
not the root one). There was also a typo in the splashimage line.

That should do it.

-- 
Jani-Matti H�tinen


--
[EMAIL PROTECTED] mailing list

Reply via email to