On Tue, 23 Sep 2008, Olof Mattsson wrote: > Even though it seems so work the script complains about /dev/md0 as > $BOOT_PARTITION. I get the error: > Can't match device: /dev/md0
But of course. device2grub doesn't like md-devices. It expects this: $device=~ m#^(/dev/(?:[sh]d\D|ida/c\d*d\d*|cciss/c\d*d\d*))p*(\d*)$# # ./device2grub /dev/md3 Can't match device: /dev/md3 # ./device2grub /dev/sdb7 (hd1,6) Cheers, Cristian -- A: Because we read from top to bottom, left to right. Q: Why should i start my reply below the quoted text?
