On 8/31/06, Stephen Liu <[EMAIL PROTECTED]> wrote:
Grub started but ending at;
root (hd0,0)
Filesystem type is ext2fs  Partition type 0x83
kernel (hd0,0)/boot/kernel-2.6.17-gentoo-r7 root=/dev/hda2
Error 15:File not found.
Press any key to contiue

Normally there is a symlink from /boot/boot -> /boot, so that you can
use a /boot path even with a separate filesystem.  However, I think it
is better to use the actual paths of the files,

So try specifying the paths without the /boot/ part.  So your boot
entry would look like:

title Gentoo linux 2.6.17.-r7
  kernel (hd0,0)/kernel-2.6.17-gentoo-r7 root=/dev/hda2

Restarted PC and entered chroot environment again.  Found
/usr/src/linux file missing.  It should be symbolic-linked to -->
linux-2.6.17-gentoo-r7

/usr/src/linux should be a symlink to a kernel _source_ tree, not a
compiled kernel.  So probably more like /usr/src/linux ->
/usr/src/linux-2.6.17-gentoo-r7.  This has nothing to do with booting
however.

Would it be the result of previously running;
# grep -v rootfs /proc/mounts > /etc/fstab

Um, yeah.

-Richard

PS: please stop top-posting.
--
gentoo-user@gentoo.org mailing list

Reply via email to