Thanks remoulder, I didn't know that.
EsimesacPeriodique, you can recover your user's password as follows. Note that this only works if you have an unencrypted home folder, if you chose to encrypt your home folder during the installation of Linux Mint this will need different steps.
1. Boot your computer, and hold the shift key to make the GRUB boot menu show. Use the arrow keys to highlight the second entry in the menu (recovery mode) and press the 'e' key to edit the boot parameters. Scroll down to the line starting with 'linux' and at the end of that line add " init=/bin/bash" (without the quotes). Then continue the boot and you should drop to a text screen and are now root.
2. Start with mounting the filesystem so that you can write changes to it. Execute the following command:
- Code: Select all
mount -o remount,rw /
3. Then type:
- Code: Select all
passwd username
Where your replace username with your username. You are then asked to enter a new password for this user.
4. I think you can also run:
- Code: Select all
passwd
And you can then set a new password for the root user. I suggest setting it the same as your other password, for now at least to avoid confusion.
5. Reboot:
- Code: Select all
reboot