I am currently trying to install Gentoo on my AMD64 NFORCE 4 NVRAID System.
Although I am still a bloody newbie, I got quite far using the HOWTOs from the Gentoo Forums, the german Gentoo-WIKI and Gerte's BIOS RAID Pages.
But during the final reboot, right after I selected the "Gentoo Linux" entry in Grub, I get the following error:
>> Mounting filesystems...
>> Preparing environment for dmraid...
>> Creating /dev/mapper/control character device with major:10 minor:63
>> Calling dmraid...
no block devices found
>> dmraid was run successfully
>> Determining root device...
>> Block device /dev/mapper/nvidia_dhfjcdfc4 is not a valid root device...
>> The rootdevice is unspecified or not detected
>> Specify real_root=<root_blockdevice> on the kernel cmdline
Please specify a device to boot, or "shell" for a shell
What's going wrong here?
my grub.conf looks like this:
title Gentoo Linux
root (hd0,0)
kernel /kernel-2.6.14-gentoo-r2 root=/dev/ram0 init=/linuxrc real_root=/dev/mapper/nvidia_dhfjcdfc4
initrd (hd0,0)/initrd
the partition layout of my RAID:
Disk /dev/mapper/nvidia_dhfjcdfc: 74.0 GB, 74039130112 bytes
255 heads, 63 sectors/track, 9001 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/mapper/nvidia_dhfjcdfc1 * 1 17 136521 83 Linux
/dev/mapper/nvidia_dhfjcdfc2 18 4577 36628200 87 NTFS volume set
/dev/mapper/nvidia_dhfjcdfc3 4578 4702 1004062+ 82 Linux swap / Solaris
/dev/mapper/nvidia_dhfjcdfc4 4703 9001 34531717+ 83 Linux
Has anyone got any ideas?
Thanks in advance, Doc Spliff

