Monday, August 6, 2018

Startup with GUI on Ubuntu 16.04



when i start ubuntu i get the command line, even if I run commands like



sudo service lightdm restart



and



sudo systemctl start lightdm




how can i return to have the desktop at startup?



At first step use this command:



sudo systemctl enable lightdm


And reboot.



If it not works for you try to make lightdm your default disply manager:




echo "/usr/sbin/lightdm" | sudo tee /etc/X11/default-display-manager > /dev/null


And reboot.



And if it's not work for you as the final step try this command:



sudo dpkg-reconfigure lightdm



I hope that works for you.


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...