Getting back the root password
July 25th, 2008
Let’s imagine you forgot your root password. Now you’ll just have to reinstall the entire machine. But it’s surprisingly easy to get on the machine and change the password. This doesn’t work in all cases (like if you made a GRUB password and forgot that too), but here’s how you do it in a normal case.
- First reboot the system. When it reboots you’ll come to the GRUB screen. Move the arrow key so that you stay on this screen instead of proceeding all the way to a normal boot.
- Next, select the kernel that will boot with the arrow keys, and type E to edit the kernel line.
- Use the arrow key again to highlight the line that begins with kernel, and press E to edit the kernel parameters. Simply append the number 1 to the arguments.
- Then press Enter, B, and the kernel will boot up to single-user mode. Once here you can run the passwd command, changing password for user root…
machine# passwd New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully
Now you can reboot, and the machine will boot up with your new password.
It’s also possible to do something similar with lilo, too. If I’m not wrong typing linux single at the lilo prompt should work.





