Re: [Bug 890935] Re: grub2 fails to install on md0 (preseed lvm over raid) partman-auto-raid bug

2011-11-24 Thread Xiaoning Li
i fixed the bug by adding this: d-i partman/early_command string \ sed -i 's/\/dev\/md\$MD_NUM/\/dev\/md\/$MD_NUM/g' /bin/auto-raidcfg; \ sed -i 's/\/dev\/md\$raidnum/\/dev\/md\/$raidnum/g' /lib/partman/display.d/55initial_auto_raid_fs On Thu, Nov 24, 2011 at 11:07 AM, Frederic Descamps <

[Bug 890935] Re: grub2 fails to install on md0 (preseed lvm over raid) partman-auto-raid bug

2011-11-16 Thread Xiaoning Li
** Description changed: 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 in

[Bug 890935] [NEW] grub2 fails to install on md0 (preseed lvm over raid) partman-auto-raid bug

2011-11-15 Thread Xiaoning Li
Public bug reported: 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 thin

[Bug 743136] Re: grub2 fails to install on md0

2011-11-15 Thread Xiaoning Li
Dear debain-installer maintainer: I found the same bug in partman-auto-raid. I could not preseed lvm over raid on Ubuntu 11.04 and 11.10. in /bin/auto-raidcfg mdadm --create /dev/md$MD_NUM --auto=yes --force -R -l raid$RAID_TYPE \ -n $DEV_COUNT $MDADM_PARAMS ... ..