Cycles through black screen on login after changing password

Posted by John L on Ask Ubuntu See other posts from Ask Ubuntu or by John L
Published on 2012-09-03T17:39:50Z Indexed on 2012/09/04 3:49 UTC
Read the original article Hit count: 374

Filed under:
|
|
|
|

On my laptop, I forgot the password to my Ubuntu partition, so I logged into the root command shell on the recovery start up option in GRUB so that I could change the password.

On my first attempt to change my user password, I got this error:

root@username-PC:~# passwd username (*not my actual user name*)
Enter new UNIX password:
Retype new UNIX password:
passwd: Authentication token manipulation error
passwd: password unchanged

After doing some research, I discovered that I was stuck as read only on the file system, so I ran the following command to remount the file partition as read/write:

mount -rw -o remount /

Afterwards, I change my user password using passwd and it was changed successfully.

I restarted my laptop and tried to login using the new password but the only thing that happened was after entering my password it flashed to a black screen with some text that I couldn't make out except for "Ubuntu 12.04" then another black screen half a second later, and finally back to the login screen. Repeated attempts to login results in only this action.

© Ask Ubuntu or respective owner

Related posts about 12.04

Related posts about login