Hi
I installed gentoo following the manual but when it comes to the reboot part i just get a grub shell, it doesn't boot auto... But if i do kernel /kernelXXXXXXX and boot it boots fine... i rechecked my grub.conf and it has the correct kernel, any ideas?
My /boot/grub/grub.conf: ( I have Grub v 0.94 ) default 0 timeout 30
title=gentoo root (hd0,1) kernel /kernel-2.6.10-gentoo-r6 root=/dev/hda5 ######
When 2.6 kernels are installed (the 'make install' part), the kernel is copied into /boot as vmlinuz-2.6.XXXXXXX, but there is a symlink created which is just vmlinuz. That way your grub.conf can look like the snippet shown below:
title Gentoo Linux root (hd0,0) kernel /vmlinuz root=/dev/hda3
-- [email protected] mailing list
