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 <
** 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
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
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
... ..