Comment 3 for bug 321374

Revision history for this message
Id2ndR (id2ndr) wrote :

I founded a workarounded : just unmount the unneded partitions in the following loop :
while true; do sudo umount /dev/sda7; sudo umount /dev/sda5 ; done

This allows to finish the install with success.