LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Forgotten Password
#2
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

Code:
sudo nano "root-partition"/etc/passwd
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 :
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 Smile
Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )
Reply


Messages In This Thread
Forgotten Password - by pingball57 - 11-12-2018, 09:48 PM
Re: Forgotten Password - by DeepThought - 11-12-2018, 11:29 PM
Re: Forgotten Password - by Valtam - 11-12-2018, 11:35 PM
Re: Forgotten Password - by pingball57 - 11-12-2018, 11:50 PM
Re: Forgotten Password - by pingball57 - 11-13-2018, 11:48 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)