After upgrading from Ubuntu 14.04 to 16.04, I have logged into tty1
and now I have this:
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 3.13.0-generic i686)
[Some more text in here]
user@localhost:~$
What do I type after $
to get to my usual desktop?
$
is your Bash shell's command prompt. You can now enter any terminal command, just like into the terminal emulator of a desktop environment. What exactly did you want to do? Were you having a desktop installation before the upgrade and now it only boots to text mode? Please explain your situation and intents. – Byte Commander Mar 26 '17 at 23:03sudo service lightdm start
, then enter your password? That will attempt to startlightdm
, the graphical desktop manager. – luk3yx Mar 26 '17 at 23:11