You are not logged in.
Guys,
I installed BL a week ago, and was enjoying it - till today evening when I tried to log in, it said, "Incorrect password, please try again."
I wanted to know as what might have gone wrong, and how could I recover??
I am novice here, and help in this matter shall be much appreciated.
Thanks,
- K
Offline
Hello & welcome to the forums
what might have gone wrong
Is caps lock on?
Perhaps your keyboard configuration has changed.
how could I recover?
At the boot (GRUB) menu, highlight the BunsenLabs entry and press "e" then add this to the end of the line that starts with "linux":
init=/bin/bash
Then press <Ctrl>+x (at the same time) to boot to a passwordless root shell.
Now set your $PATH and re-mount the root filesystem read-write:
. /etc/profile
mount -o remount,rw /
Finally, reset your user password:
passwd $USER
Replace $USER with your actual username and choose a password with no special characters to help eliminate keyboard configuration problems.
It may be worth checking the keyboard set up from the root shell:
dpkg-reconfigure keyboard-configuration
Offline
Also, it's been pointed out to me, (and I experienced it myself) that if you go to "wake up" your computer if it's been in sleep or the screen has blanked, if you hit a key like the space bar, it actually moves the login cursor one space. It's hard to detect at times, so you may not realize it's there, but it's enough to trigger a incorrect login message.
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
It's also possible that you have slightly forgotten part of the username and/or password or you keep fat-fingering one or both, although you'd know if you fat-fingered the username because you can see that. I know I've had my fair share of fat-fingering my password, even though I could swear I entered it correctly.
Offline
Thanks, I was able to recover.
Offline
Ultimately, what was the cause, and how did you fix it? Also, can you mark this topic as SOLVED?
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline