0

I have just installed Lubuntu 14.04 and can't log in. I get incorrect password, even though I just added and confirmed password during setup. I did not set up any users during setup just a root password.

Do you know how to fix this problem?

Antigona
  • 248
wiz
  • 1

2 Answers2

0

By default while installation ubuntu does not set root password. It creates a default User, based on what you enter in "Enter your Name" , and sudo rights are given to it.

Double check if your caps lock was on and try to login from shell (Ctrl+Alt+F1/F2), not with "root" as username.

wiless
  • 11
-1

At the grub login, drop to root shell and either check if your user is in /etc/passwd and change the user password or add your user.

Nathan Adams
  • 301
  • 1
  • 4
  • Welcome to Ask Ubuntu! I recommend expanding this to explain how to actually perform those steps. Also, wouldn't ls /home be a much easier way to list the username of the system's real human users? (Since most entries in /etc/passwd on most desktop systems will not correspond to human users.) – Eliah Kagan Sep 28 '14 at 12:36