Comment 12 for bug 743136

Revision history for this message
Youssef Eldakar (youssefeldakar) wrote :

Is this supposed to be fixed in Natty? I am using a standard partman-auto-raid/recipe in a preseeded Natty install and am running into the same issue:

d-i partman-auto-raid/recipe string \
                1 2 0 jfs / \
                        /dev/sda5#/dev/sdc5 \
                        . \
                0 4 0 swap - \
                        /dev/sda6#/dev/sdb6#/dev/sdc6#/dev/sdd6 \
                        . \
                1 2 0 jfs /usr \
                        /dev/sda7#/dev/sdc7 \
                        . \
                5 4 0 jfs /var \
                        /dev/sda8#/dev/sdb8#/dev/sdc8#/dev/sdd8 \
                        . \
                0 4 0 jfs /tmp \
                        /dev/sda9#/dev/sdb9#/dev/sdc9#/dev/sdd9 \
                        . \
                5 4 0 jfs /srv \
                        /dev/sda1#/dev/sdb1#/dev/sdc1#/dev/sdd1 \
                        .

Symlinking /dev/md0 to /dev/md/0 before running the grub-install seems to get it to succeed.

I am sorry if this is not the appropriate place for this comment.