1. Introduction
Forgetting your Ubuntu password is a common issue, and this article explains how to deal with it. It is essential to note that using these methods on another user’s system without permission is illegal. Only use them on your own system. Additionally, reinforcing security after resetting the password is crucial.
2. Understanding Ubuntu’s Password System
To enhance security, Ubuntu disables the root account by default. Resetting a password requires physical access to the machine and involves using recovery mode or single-user mode. After resetting the password, you should review and strengthen the overall system security.
3. Method 1: Resetting the Password Using the GRUB Bootloader
Steps:
- Access the GRUB menu: Restart the computer and hold down the
Shiftkey to display the GRUB bootloader menu. - Select Recovery Mode: From the menu, choose
Ubuntu (recovery mode)and press theekey to edit the boot command line. - Edit the command line: Change
roin thelinuxline torw init=/bin/bash. - Boot the system: Start the system using
Ctrl + Xor theF10key to enter the root user shell prompt. - Reset the password: Enter
passwd <username>and type the new password twice. - Restart the system: Run the command
exec /sbin/initto reboot.
Notes:
- Editing the GRUB menu can affect the system, so proceed carefully.
- After resetting the password, review your system security and apply any necessary enhancements.
4. Method 2: Accessing Single-User Mode
Steps:
- Boot into single-user mode: Select
(recovery mode)from the GRUB menu, then chooseroot Drop to root shell prompt. - Change the password: At the root shell, run
passwd <username>and set the new password. - Reboot: Restart the system using the
rebootcommand.
Limitations and Security Considerations:
- Single-user mode is not available in all Ubuntu versions and requires physical access. Consider additional security measures after recovery.

5. Alternative Recovery Methods
Using a Live USB
You can access the Ubuntu system and reset the password using a Live USB. Boot from a Live USB and edit the /etc/shadow file to reset the password. This method is useful when other methods are not available.
Ubuntu Recovery Console
The recovery console also allows password reset, but this method requires more advanced system administration knowledge. Always back up your data in case of severe system issues.
6. Preventive Measures
Regular Backups
Regular backups are essential to prevent unexpected data loss during password resets. Back up important data and configuration files to external storage.
Using Password Managers
Password managers such as KeePass or LastPass allow you to store strong passwords securely. They reduce the risk of forgetting passwords and help improve security.
Create a Recovery Disk
Preparing a Live USB in advance allows for quick action if a password reset becomes necessary.
7. Troubleshooting Common Issues
GRUB Menu Does Not Appear
If the GRUB menu does not appear, hold down the Shift key during system startup. In dual-boot environments, another OS may start automatically, so check BIOS/UEFI settings and adjust the boot order if necessary.
Permission Denied Errors
If the file system is mounted as read-only in recovery mode, you can remount it using mount -o remount,rw /.
System Malfunctions After Password Reset
If the system does not boot properly after a password reset, check system logs for the cause. If security-related errors appear, review the system configuration.
8. Conclusion
If you forget your Ubuntu password, you can reset it using GRUB or single-user mode. However, these methods involve security risks, so perform them carefully and review the system’s security afterward. Use regular backups and password management tools to minimize risks.
9. FAQ
Q1: What security measures should be taken after recovery?
A1: Besides setting a strong password, enable the firewall, disable unnecessary services, and consider two-factor authentication. Keeping system software up to date is also important.
Q2: What if the system does not boot after a password reset?
A2: If the system fails to boot, start in recovery mode from the GRUB menu and check system logs (e.g., /var/log/syslog) for error messages. Consult an expert if necessary.
Q3: What if all methods fail?
A3: If you can boot using a Live USB, back up internal storage data and consider reinstalling the system. While Ubuntu allows preserving data during reinstallation, a reliable backup is essential.
Q4: The password reset was successful, but the system is unstable. What should I do?
A4: Update the system, check the file system, and review system logs. Adjust configurations or reinstall if needed.



