Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
sudo su
passwd
This will work:
Unless he forgot the desktop password, then things get tricky.
Apparently I don't play around with root enough to remember this.
And since I don't usually play around with root I'll probably forget it again within a week.
http://www.youtube.com/watch?v=7pru05iJzSs
but it is basically:
1. Turn off computer.
2. Turn in on. Repeatedly press Esc key.
3. Choose advanced boot options. Press enter.
4. Choose advaced option again. Press 'e'.
5. Add to the end of the line
linux /boot *blahblahblah*
" init=/bin/bash"
so now it is
linux /boot *blahblahblah* init=/bin/bash
6. Press F10. Wait a bit for root prompt with #
7. Print
mount -rw -o remount /
press enter.
8. Print
passwd desktop
press enter.
9. Type your new password, press enter. Do it again to confirm it.
10. Reboot computer.
Voila!
Based on: https://pve.proxmox.com/wiki/Debian_reset_root_password
Um...yes, that would 100% work, and is the easiest solution. The only issue is that he has to set the desktop user's password before running that command, since the desktop user doesn't have a password initially.
Yes...the desktop user's password. He forgot the root user's password.