Having problems booting Gentoo
Okay, here goes:
I have three hard drives. Two run Windows in RAID 0 off of my nVidia nForce4 RAID. The third is also a SATA drive on the nForce controller, but not in the RAID set. I've been trying for the past few days to get Gentoo installed on this drive--installing it completely separately so Linux doesn't even try to touch the RAID array. I'm going to change the drive order in the boot priority to change OS's...at least that's the plan. However, I can't boot it for the life of me. Everything installs just fine (during the installation, the boot CD picks up the non-RAIDed drive as sdc and that's where I've been installing it to), but I can't get GRUB to boot this configuration. When I set my GRUB.conf file like I think it should be...
Code:
root (hd2,0)
kernel /kernel-2.6.11-gentoo-r6 root=/dev/sdc3
...it says that the disk is not found. However, I've found that when I change it to...
Code:
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r6 root=/dev/sdc3
...it seems to work, but then gives me a kernel panic and says that I need to point the root= to the right place. However, I've tried all possible combinations and none seem to work (sdc1, sdc2, sdc3). I thought that maybe it was something I did or something, so I've now actually installed up to this point a total of 3 times. 2 stage1's and 1 stage3 (my latest because I got tired of doing stage1's).
BTW, I'm using ext2 for the boot and swap and reiserfs for the rest of the drive. I've made sure to enable SCSI and SATA support as well as the filesystem support in the kernel when compiling it too. In case it matters, my fstab looks like this:
Code:
/dev/sdc1 /boot ext2 defaults,noatime 1 2
/dev/sdc3 / reiserfs noatime,notail 0 1
/dev/sdc2 none swap sw 0 0
Does anyone know what could be going on here? I don't think it's a kernel configuration error, I'm pretty sure it has something to do with the software RAID array screwing stuff up or something with the drive labeling or something because I also tried installing Ubuntu, and though it installed fine, it wouldn't boot and gave me a "No Operating System Found" message or something like that. I'm at my wit's end here :x