Ubuntu – Ubuntu 18.04 installation problem

18.04freeze

I'm trying to install Ubuntu 18.04 from flash disk on my laptop (Asus x550j) but each time it freezes at the "updates and other software" page.

I tried different ways: normal install, minimal install, installation without networking, installation with networking, but still the same problem.

Regards

Best Answer

I had the same problem, and I spent several days trying different .ISO files, USB sticks, UEFI and secure-boot settings, all to no avail.

I finally did find a workaround, but you're not going to like it because it is time-consuming. First install Ubuntu 16.04, and then upgrade to 18.04 with this:

sudo apt-get update  
sudo apt-get upgrade  
sudo apt-get dist-upgrade  

The upgrade takes a few hours, but at least it works.

Related Question