On 2/22/06, Titus Dingjan <[EMAIL PROTECTED]> wrote: > > grub> device (hd0) /dev/cciss/c0d0 <snip> > Running "install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,0)/boot/grub/stage2 > /boot/grub/menu.lst"... <1, 0, 512>[1]<2, 0, 512>[2]<2, 0, > 7680>[2][3][4][5][6] > [7][8][9][10][11][12][13][14][15][16]<162185401, 0, 512>[162185433]failed <snip> > device (hd0) /dev/cciss/c0d0 = so grub can see my scsi raid5 disks
I'm not a raid man, but I noticed a while back that RedHat extensively patches grub, and a few of their patches specifically have to do with grub. These two have to do with proper device detection on /dev/cciss. http://cvs.fedora.redhat.com/viewcvs/devel/grub/grub-0.93-special-device-names.patch?rev=1.2&view=log http://cvs.fedora.redhat.com/viewcvs/devel/grub/grub-0.95-moreraid.patch?rev=1.1&view=log Their spec file http://cvs.fedora.redhat.com/viewcvs/devel/grub/grub.spec?rev=1.36&view=log has comments about which patches are for what. You can try to apply some of these patches. I'm not saying this will solve your problem, but it could help. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
