Jump to content

FORGOT MY LOGIN PASSWORD, POP OS 20.04

Go to solution Solved by Sauron,

Yes, you can use a live cd/pendrive to change it. Mount the root partition of your installation wherever you want, then:

passwd --root MOUNT_POINT USER_NAME

Yes, you can use a live cd/pendrive to change it. Mount the root partition of your installation wherever you want, then:

passwd --root MOUNT_POINT USER_NAME

Don't ask to ask, just ask... please聽馃え

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Sauron said:

Yes, you can use a live cd/pendrive to change it. Mount the root partition of your installation wherever you want, then:


passwd --root MOUNT_POINT USER_NAME

can you walk me through it though? very new to linux- also i made a recovery partition when i installed.

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Joe Jackman said:

can you walk me through it though? very new to linux- also i made a recovery partition when i installed.

it doesnt work

15911775597582026013238074743550.jpg

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Joe Jackman said:

it doesnt work

15911775597582026013238074743550.jpg

I don't think I said "chroot" anywhere...?

"mount point" and "user name" are just place holders for the path where you mounted the partition and the user name of the account you want to change the password of... for example if you mounted the root partition in /mnt and the user was "pluto" the command would be

passwd --root /mnt pluto

and this should be done without chrooting...

Don't ask to ask, just ask... please聽馃え

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

On 6/3/2020 at 5:27 PM, Sauron said:

I don't think I said "chroot" anywhere...?

"mount point" and "user name" are just place holders for the path where you mounted the partition and the user name of the account you want to change the password of... for example if you mounted the root partition in /mnt and the user was "pluto" the command would be


passwd --root /mnt pluto

and this should be done without chrooting...

I just remembered my password, i missed this so much TY聽though, You already know i am a noob in the linux world

Screenshot_from_2020-06-09_19-24-03.png

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now