Comment 3 for bug 1396380

Revision history for this message
momiga (momiga) wrote : Re: Installation stuck on "Preparing to install Ubuntu"

I have the same issue, also installing alongside Windows 7. I did `ps axjf' and noticed it was stuck running `ntfsresize -f -i /dev/sda2', which was called by a partman script. I assume the script was trying to determine the minimum size of the Windows partition to give an option to resize it. The path to the script on the LiveCD was:

/lib/partman/automatically_partition/10resize_use_free/option

My workaround was the remove the part of the partman script responsible for calling ntfsresize, since I already had my disks prepartitioned. Ubiquity worked fine after that, and it was able to automatically install alongside Windows 7.

I'm probably going to post about this in the Ubiquity package bug tracker. ntfsresize is really slow on real world NTFS file systems and shouldn't be being used by Ubiquity in such a way unless requested by the user.