ubuntu How to Reset Forgotten Passwords in Ubuntu 16.04

Forgot your Ubuntu login password? Well, this quick tip is going to show you how to reset user (or root) password in Ubuntu 16.04 LTS.

It’s easy to change a password in Ubuntu Linux via passwd command. The key is how you can get into the root command console with super user privilege.

1. Boot into root shell:

For those who have not enabled root user, it’s easy to get into the root shell via the recovery mode from Grub boot-loader. To do so:

1. Start your computer, when you’re at Grub boot-loader, select Advanced Options for Ubuntu and then select boot with the recovery mode.

recovery mode

Tip: For single system and single kernel, you may press and hold Shift key to show Grub while starting up.

2. At Recovery Menu, select “Drop to root shell prompt” and hit Enter.

root shell

Hit Enter again or type in root password if enabled, and continue changing your password via the “Reset password” section (see below).

For those who forgot the root password, you can still get into passwordless root shell by adding kernel parameter in boot menu:

1. Boot into Grub menu, and highlight the default Ubuntu entry.

grub menu

2. Press ‘e‘ on your keyboard to edit the boot parameter, then scroll down and add init=/bin/bash in the end of kernel (or linux) line.

edit boot parameter

Then press Ctrl+X or F10 will boot directly into root shell prompt without password.

Reset Password:

Once you’re in root shell, run the commands below one by one to reset forgotten passwords:

1. Remount Ubuntu system with read and write permission:

mount -rw -o remount /

2. Check the username if you forgot it:

ls /home

3. Reset password via command:

passwd USERNAME_HERE

or use passwd root to reset the root password.

reset password

Finally run reboot command to reboot or resume normal boot and login with the new password.

0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Using renice and taskset to manage process priority and CPU affinity with Linux OEL 6.4
Viewed 4504 times since Mon, Feb 17, 2020
Using grep to find string in files
Viewed 3141 times since Fri, May 15, 2020
RHEL: Force system to prompt for password in Single User mode
Viewed 8581 times since Sat, Jun 2, 2018
Szybkie sprawdzenie zewnętrznego adresu IP i hosta
Viewed 3983 times since Thu, May 24, 2018
LVM: Extend an existing Volume Group by adding a new disk
Viewed 2695 times since Sat, Jun 2, 2018
Top 20 OpenSSH Server Best Security Practices ssh linux aix
Viewed 6968 times since Fri, May 15, 2020
How to sort IP addresses in Linux
Viewed 4417 times since Sun, May 20, 2018
HP-UX - Stunnel Configuration
Viewed 3320 times since Fri, Sep 28, 2018
stunnel How To Set Up an SSL Tunnel Using Stunnel on Ubuntu
Viewed 2584 times since Sun, Dec 6, 2020
HowTo: Create CSR using OpenSSL Without Prompt (Non-Interactive)
Viewed 15084 times since Mon, Feb 18, 2019