OK Neon427 ...
First run mount on its own and check no partitions are mounted to /mnt/gentoo
Next mount your root partition to /mnt/gentoo using
Code:
mount /dev/hda3 /mnt/gentoo
then use
and check a boot directory exists
Next mount the boot partition to /mnt/gentoo/boot using
Code:
mount /dev/hda1 /mnt/gentoo/boot
You should now be able to list the contents of fstab using
Code:
cat /mnt/gentoo/etc/fstab
and the contents of the grub menu.lst file using
Code:
cat /mnt/gentoo/boot/grub/menu.lst
You can check the kernel name using
Code:
ls /mnt/gentoo/boot
If you post the fstab, menu.lst and kernel name then we should be able to help suggest modifications required.
Ed: you should have used the mount commands during the install process - handbook section 4e
