How to recover the root password on ubuntu server

Try Control-D when it prompts you for the root password. If that doesn't work, then try this:

http://www.howtogeek.com/howto/linux/reset-your-forgotten-ubuntu-password-in-2-minutes-or-less/

Then scroll down to "Alternate Root Shell Method".


  1. Click [View Console] to access the console and click the send CTRL+ALT+DEL button on the top right. Alternatively, you can also click [RESTART] to restart the server.
  2. As soon as the boot process starts, press ESC to bring up the GRUB boot prompt. You may need to turn the system off from the control panel and then back on to reach the GRUB boot prompt.
  3. You will see a GRUB boot prompt - press "e" to edit the first boot option. (If you do not see the GRUB prompt, you may need to press any key to bring it up before the machine boots).
  4. Find the kernel line (starts with linux /boot/) and add init="/bin/bash" at the end of the line.
  5. Press CTRL-X or F10 to boot.
  6. System will boot and you will see the root prompt. Type mount -rw -o remount / and then passwd to change the root password and then reboot again.

Reference: https://www.vultr.com/docs/boot-into-single-user-mode-reset-root-password