1

When I start my laptop I get the GNU/GRUB boot loader which asks me to select an OS. When I select Ubuntu I get the screen that asks me for my password, so I type it in but I just get a loading screen. But if I press Ctrl+alt+F2 I get the command line interface which works fine. Can't get the GUI to work though. What can I do?

Zanna
  • 70,465

1 Answers1

0

Try to do this: I am assuming your Unity has been misconfigured or gone wrong. Try the below steps:

Login into Ubuntu.

Open a terminal by hitting Ctrl + Alt + or in your case Ctrl + Alt + F2

Run this command:

gconftool-2 --recursive-unset /apps/compiz-1 unity --reset

Restart, this should work.

Ref: How do I reset my Unity configuration?

Nisheet
  • 973