I can only open my asus laptop as a guest so can reset my lost password can anyone help
Asked
Active
Viewed 128 times
1 Answers
2
Apart from the solution that was pointed out in the comment, I have another way to do the same thing. It is a modification to one of the solution in the How do I reset a lost administrative password?
- Power on your computer
- Press ESC on the GRUB prompt.
- Press e to edit.
- Move your cursor by pressing Down Arrow to
kernel...
orlinux...
, then press End - Put a space at the end of the line and add the word
single
- Press F10 and it will boot to the single user mode
- You will be logged into root now, without asking for a password.
- Use the command
passwd <username>
and provide the password of your choice. - Press Ctrl+Alt+Delete to reboot
This will take you to normal OS boot and you can login to your user with the chosen password.

CS13
- 148
- 10