Hello,
I'm trying to install Gentoo 2004.0 on an IBM xSeries 365 using the minimal install disk. Everything was going REALLY smoothly up until when I try to install grub. Here's a list of steps I'm doing after a boot from the live CD ....
# Installing the Fusion MPT modules for my RAID controller
modprobe mptbase
modprobe mptscsih
# Mounting my file systems
mount /dev/sda2 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
# chrooting into my install area & setting up my environment
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
# Installing grub
emerge --usepkg grub
grub-install --root-directory=/boot /dev/sda
... and after that here's the error I get:
Could not find device for /boot/boot: Not found or not a block device.
I do have a seperate /boot partition and I'm following the directions as given in the handbook. I also tried LILO but I get a similar error.
Any ideas on how to fix?
Thanks,
Chris

