They offer different flash templates with latest features.
Login

Forgot password
Register
Changelog

25 Aug 2011
New signature and biography for users.
Improved statistics.
Moderators can now process ideas and tutorials.

22 Jul 2010
Only mutual friends appear in profile. Friends page now show mutual and non-mutual friends.

28 Jun 2010
Moderators can now delete software reviews.

23 Jun 2010
Performance improvements, faster listing of users, editions, countries and releases.

18 Jun 2010
New ISO testing module

Improve this website
  • Report bugs here.
  • Register ideas for improvements using the idea module on this website.
Back
Written by:
Alexio
Score: 11
votes: 15
Format: Article

 Reset forgotten/lost main user password in Linux Mint


You can reset your password following the next steps:

  1. Reboot your computer / Turn your computer on.
  2. Hold down the Shift key at the start of the boot process to enable the GNU GRUB boot menu (if it does not show)
  3. Press ESC at the GNU GRUB prompt.
  4. Press e for edit.
  5. Use the Arrow keys to highlight the line that begins with kernel and press the e key.
  6. Go to the very end of the line and add rw init=/bin/bash
  7. Press Enter and then press b to boot your system.
  8. Your system will boot up to a passwordless root shell.
  9. Type in passwd yourusername
  10. Set your new password.
  11. Restart your system.

Tags: reset user password
Created: 1 year ago.
Last edited: 1 year ago.
Reviewed: 8 months ago by oscar799.
Read 3122 times.

Comments
4 weeks ago

Alexio
@bugmenot & @compuman2004 - You are welcome!  
4 weeks ago

bugmenot
In Linux Mint 12, the line to edit begins with "linux" and not "kernel"

Follow steps 1 through 4 above.
In step 5, navigate to the end of this line:

linux /boot/vmlinuz-3.0.0-12-generic root=UUID=[letters and numbers]\[letters and numbers] ro quiet splash vt.handoff=7

replace

ro quiet splash vt.handoff=7

with

rw init=/bin/bash

so it looks like this:

linux /boot/vmlinuz-3.0.0-12-generic root=UUID=[letters and numbers]\[letters and numbers] rw init=/bin/bash

Press Ctrl-x or F10 to boot with these options
Follow steps 8 through 11 in Alexio's tutorial as normal

Thanks to Alexio. Saved my box from a reinstall.
 
1 month ago

mcfaiaz55
It does not work.  
5 months ago

Tazmanian-Hat
Thanks for this. but I can't get past step 3. It won't respond to anything at the GNU GRUB screen.  
6 months ago

cutabovehost
There is no line that begins with kernel as described in step 5  
8 months ago

compuman2004
Thank-you for this tutorial. With it I was able to fix a computer for someone that had forgotten their password.  

Other tutorials from Alexio