Hi,

after upgrading to latest debian I can't install grub anymore:

My /boot directory is located on /dev/md/1 which consists of /dev/hda1
and /dev/sda1.


# grub-install "(hd0)"
grub-probe: error: Unknown kind of RAID device `/dev/md/1'
Auto-detection of a filesystem module failed.
Please specify the module with the option `--modules' explicitly.



# grub-install --modules=raid "(hd0)"
grub-probe: error: Unknown kind of RAID device `/dev/md/1'
grub-setup: error: Unknown kind of RAID device `/dev/md/1'



Under debian,  /dev/md1 is just a link to /dev/md/1 , created by udev.

when making /dev/md1 a dev entry, the error does not occur anymore.
However, my system still does not boot.

regard
Hadmut


_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to