My dad has forgotten his Password. He knows his username. We have tried every thing and he needs that account.
Is there anything he/we can do to reset/retrieve the password? We have read way to do the Recovery but don't quite understand them.
My dad has forgotten his Password. He knows his username. We have tried every thing and he needs that account.
Is there anything he/we can do to reset/retrieve the password? We have read way to do the Recovery but don't quite understand them.
Reboot the host into Recovery mode https://wiki.ubuntu.com/RecoveryMode and follow the directions to get it into Drop to root shell prompt
and even follow the directions to mount the drive as read/write. After that is complete, type in at the prompt to set the password for him:
passwd username
Where you replace username with his username, and that will allow you to set the password for his user account. When that is completed, type in reboot
at the prompt to reboot the system so it will come back up to normal.
Enter recovery at grub menu...
Then choose root shell prompt..
Then enter
> mount -n -o remount,rw / passwd username_here
Choose new password then type reboot and you're done.
you can also check out this youtube tutorial
https://www.youtube.com/watch?v=qGpvCZO2oOc