11-12-2018, 11:29 PM
(This post was last modified: 11-12-2018, 11:31 PM by DeepThought.)
Do you have a live cd/usb lying about. If so boot your system using it.
Then mount the root partition of your normal system and open /etc/passwd as root
replace "root-partion" with the path to your mounted partition... DO NOT do sudo nano /etc/passwd as this will open the /etc/passwd of your live system.
you should see something like this :
The x denotes an encrypted passwd, so scroll down to your username and delete JUST the x, leave the : (colons) and everything else in the line as is.
Then Control-X, Y, and enter to save.
Reboot into your normal system and you should be able to log in without a password.
Don't forget to set a new passwd for yourself
Finally, don't forget this password
Then mount the root partition of your normal system and open /etc/passwd as root
Code:
sudo nano "root-partition"/etc/passwd
you should see something like this :
Code:
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
sys:x:3:3:sys:/dev:/usr/sbin/nologin
sync:x:4:65534:sync:/bin:/bin/sync
The x denotes an encrypted passwd, so scroll down to your username and delete JUST the x, leave the : (colons) and everything else in the line as is.
Then Control-X, Y, and enter to save.
Reboot into your normal system and you should be able to log in without a password.
Don't forget to set a new passwd for yourself
Code:
sudo passwd "your-username"
Finally, don't forget this password
Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )