Hi, I've been trying to migrate my PC to RAID-1 on debian (testing), and it's up and running but update-grub and grub-install fails, I could just edit grub.cfg by hand but that's not ideal.
I've got /dev/md0 (sda1, sdb1) --> /boot /dev/md1 (sda3, sdb3) --> / $ update-grub grub-probe: error: no such disk. $ grub-install /dev/sda grub-probe: error: no such disk. I tried to replace grub-probe with a wrapper to see what it was doing, and essentially it fails on $ grub-probe --device /dev/md0 --target=abstraction grub-probe: error: no such disk. and $ grub-probe --device-map=/boot/grub/device.map --target=fs --device /dev/md0 grub-probe: error: no such disk. I think it's konking out because /dev/md0 is a software raid-1 device. Anyone ever encounter anything like this before and know the way around it? Cheers, Ian -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
