how to reset my login admin password on ubuntu 11.10 32 bit

Asked by Keith Allen

i need to reset my login admin password on my older ubuntu 11.10 32 bit laptop. I cannot login or make changes as the one standard user since they are not a admin user.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu shadow Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1
Revision history for this message
Wyatt Smith (wyatt-smith) said :
#2
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

Hold shift at boot, select recovery mode then select root, then run:

passwd foo

change foo for your username, then run:

reboot

You can now login as foo with your new password

Revision history for this message
Keith Allen (keithallenusa) said :
#4

Thanks actionparsnip, that solved my question.