Wondering if others are having issues getting 18.04.01 from 16.04 LTS up and running. I just upgraded via the terminal. I am able to login to my machine, but it hangs at the wallpaper/splash screen. I cannot do anything without the Gui I am too newbie. Suggestions? Thanks!
Note: one attempt to launch in recovery mode ended with the same result.
PARTIAL ANSWER: Running sudo apt-get install --reinstall ubuntu-desktop got the 18.04.01 GUI up and running but I have issues on my HP dm4 Pavilion such as internet connection is broken on GUI and terminal. GUI sees possible connections but 'Connect' is disabled and grayed-out. Terminal had been able to connect before running "...reinstall ubuntu-desktop".Thank you to @Eliah Kagan & @Radu Rădeanu for posting: Reinstalling Ubuntu via Terminal And @lzzy88 for posting: Restore Ubuntu 16.04 without losing files and settings
sudo apt-add-repository ppa:gnome3-team/gnome3sudo apt updatesudo apt-get install gnome-shell ubuntu-gnome-desktopsudo reboot now. Then try changing desktop environment from login screen. – Kulfy Aug 15 '18 at 19:06pingto check whether internet is working or not – Kulfy Aug 15 '18 at 19:11sudo apt-get install -f? If so what was its output? – Thomas Ward Aug 16 '18 at 15:58Open a Terminal and type in:
sudo apt-get install -f and press ENTER.
Now type in:
sudo dpkg --configure -a and press ENTER.
Now one more time:
sudo apt-get install -f
– C Martin Aug 23 '18 at 02:36