Debian – Recover lost root password

apps-preferences-desktop-user-password-iconThis might come in handy sometime. I had to use this method earlier today, after changing permissions and cleaning up some users. Accidentally changed the root password, no idea how I managed to do it really.

First thing we need to do is to log into to the system in single user mode. If your system is a VPS, without access to grub/bootloader you might have a bigger challenge. As long as you can access the bootloader at boot you should be fine.

grub1

When grub appear, press e to change startup script.
Locate the line starting with Linux, and at the end of that line just before the word quiet, paste this: init=/bin/bash
See the screen shoot below.

grub2

Press ctrl-x or F10 to boot with the changes.

When system have booted up, it has nothing loaded, and with the root user. If you try to change password at this point, you are most likely to get: authentication token manipulation error.
The virtual harddrive, on this system, needs to be re-mounted with write access. Here is how:
mount -o remount,rw /

You can now change your password:
passwd

Reboot the system to start up in normal mode again, after a new root password is set.

Happy hacking 😉

About Author

Related Posts

php8 gd

PHP8 gd Activate after installation

PHP8 GD activate after installation. GD doesn’t get activated by default. Not even a reboot after installation will activate it. So how do we do it? In…

Debian 12: linux-image-6.1.0-10amd64

Troubleshooting dependency issues in Debian 12: Resolving linux-image-6.1.0-10amd64 package dependency problems. If you installed the Debian 12 from the live image the issue is the raspi-firmware. Even…

4 Best Free Nas Software That Is Open Source

Free NAS software or operating systems that are free to use and will turn a computer into a NAS more advanced than the dedicated boxes sold. What…

Raspbian default password

Raspbian default password

Looking for the Raspbian default password? It is the most essential username and password that you will need for your raspberry. At least if you are running…

OpenMediaVault default password

OpenMediaVault default password

OpenMediaVault default password is printed in the documentation. I did not see it the first time I installed it either. So I had to do some detective…

Debian change dns

Debian change DNS settings to a new DNS

Debian change DNS settings for speed improvement or privacy. It is really easy to do. So let us see how it’s done and get to it. The…

This Post Has 2 Comments

Leave a Reply