Re: Install grub on nvdia dmraid10 ?
Thomas Backlund <[email protected]>
| Newsgroups | gmane.linux.ataraid |
|---|---|
| Message-ID | <[email protected]> |
Thomas Backlund skrev: > [root@localhost grub]# grub --device-map=/dev/null > > GNU GRUB version 0.97-17mdv2007.0 (640K lower / 3072K upper memory) > [ Minimal BASH-like line editing is supported. For > the first word, TAB lists possible command > completions. Anywhere else TAB lists the possible > completions of a device/filename. ] > > grub> device (hd0,0) /dev/mapper/nvidia_eaeccaag1 > device (hd0,0) /dev/mapper/nvidia_eaeccaag1 > grub> device (hd0) /dev/mapper/nvidia_eaeccaag > device (hd0) /dev/mapper/nvidia_eaeccaag > grub> root (hd0,0) > root (hd0,0) > Filesystem type is ext2fs, partition type 0x83 > grub> setup (hd0) > setup (hd0) > Checking if "/boot/grub/stage1" exists... yes > Checking if "/boot/grub/stage2" exists... yes > Checking if "/boot/grub/e2fs_stage1_5" exists... yes > Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are > embedded. > succeeded > Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p > (hd0,0)/boot/grub/stage2 /boot/grub/menu.lst"... failed > > Error 22: No such partition > grub> quit > > > > and it does not help to have: > device (hd0) /dev/mapper/nvidia_eaeccaag > > in boot/grub/device.map > To post a follow-up... I tried the same on my server at home that is running with simple nvidia dmraid1, and grub got screwed there too :-( As it turns out grub didnt like to be run under a 2.6.17.[8,11] kernel at all, but rebooting with a rescue iso that whas using 2.6.12 series, it worked as it shoud... And now I see that the upcoming 2.6.17.12 has several dm related fixes, so maybe it will make the difference, I'll let you know... -- Thomas