I'm stuck trying to install Ubuntu, I can use the live desktop but when I go to install it just never gets past the Updates and Other Software screen. The cursor spins and I've left it a good hour but nothing happens. I've successfully installed using the same USB drive on my laptop but my desktop won't have it.
I've tried minimal install, normal install, with 3rd party options and without. I've made sure secure boot isn't enabled too.
I've also tried Budgie with also gets stuck at the same place.
Specs:
i5-3570 16gb RAM GTX 970
1tb HDD 5X 120GB SSDs (not RAIDed)
Is there anything I can try?
I opened
gparted
and saw there was a NTFS partition which was corrupted, that's why the installer didn't proceed. I deleted that partition and the installer worked flawlessly.https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1766978
It's to do with this bug here.
When the installer got stuck, I opened Disks and mounted/unmounted the Windows partition a few times until it got to the next screen. Had to manually set up partitions because Ubuntu didn't detect Windows but it's all installed now.
For my case, when I cancelled the installation, I was directed to use Ubuntu on the live bootable flash disk.
I opened the terminal and run
to list all detected hard disks.
Here is a picture of the Terminal window:
Then I decide to format my hard drive because it had no important data.
I ran the installer again and it worked.
Here is a picture of the Terminal window:
In my case I had to unplug all HDD disks except the SSD where system is going to be installed. After that installation went to the next step in a few seconds while before I was waiting for around an hour without result and HDD was in heavy use.
while installing dont connect to the internet and uncheck 'download updates while installing budgie', probably its taking time because its downloading updates....you may download the updates after the installation is finished
I can confirm a solution similar to what Gabriel posted - but in my case, neither disks program nor gparted was able to actually delete the corrupted partition at the beginning. I had to actually delete partition from the terminal (using one of the terminal commands that deletes) and then the terminal hung. When I closed terminal and then opened up conventional program...I was able to work with the partition. The original corruption occurred because I had installed a previous linux distribution that screwed up the partition so it would not delete in a conventional way.
Let's say if you have windows partition which you don't want to format and you are getting this error while trying to install latest ubuntu flavors, try to start the installer from boot in safe graphics mode. Then try to install. The "updates and other softwares" screen might hang for 10 mins, but after that you should see disk partition screen, here do the partition appropriately as per your choice. This worked for me.
When trying to install Ubuntu as dual boot next to Windows, I had the same problem. I had to turn off hibernate on Windows with
powercfg -hibernate off
.I solved the issue like this:
Well this worked for me: Show applications -> Gparted -> Right Click on the drive partition on which your windows is installed delete it and then your installation won't get stuck