0

When ubuntu loads up, it asks to log in.

When I press my username or "other", login window flicks a bit and is right back where it was, nothing happens. Can't log in.

Any ideas what's wrong?

xsession-error:

(gnome-terminal:3401): Gtk-WARNING **: Failed to load type module: (null) `menu_proxy_module_load': gnome-terminal: undefined symbol: menu_proxy_modu le_load

Jorge Castro
  • 73,717

1 Answers1

1

It sounds like the upgrade didn't finish.

To complete the upgrade, boot up, and then at the login screen you'll need to drop to a ttyy (a terminal).

To do that, use the keyboard shortcut Ctrl-Alt-F1.

Login with your username and password, then run the following:

sudo dpkg --configure -a

Let that finish, and then you can reboot by running sudo reboot.

Your system should be back to normal.

jrg
  • 61,707