Comment 0 for bug 890935

Revision history for this message
Xiaoning Li (xxnnli) wrote :

Dear debain-installer maintainer:

I found the same bug as bug # 743136 in partman-auto-raid.

links to bug #743136
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/743136

I could not preseed lvm over raid on Ubuntu 11.04 and 11.10. grubs failed to install on md0.

I think here is the problem.
in /bin/auto-raidcfg
.... ....
mdadm --create /dev/md$MD_NUM --auto=yes --force -R -l raid$RAID_TYPE \
        -n $DEV_COUNT $MDADM_PARAMS
... ...

Could you please also fix this? thank you!