F5F Stay Refreshed Software Operating Systems Reset the forgotten Jessie account password

Reset the forgotten Jessie account password

Reset the forgotten Jessie account password

S
Sh4dowPVP_04
Junior Member
2
08-02-2016, 07:01 AM
#1
You're facing a frustrating situation. It seems you need to reset the root password for Jessie, but you're already in recovery mode and can't access it. Since you mentioned trying that, you might want to follow the on-screen instructions carefully. If you still encounter issues, consider reaching out to support or checking the documentation for further guidance.
S
Sh4dowPVP_04
08-02-2016, 07:01 AM #1

You're facing a frustrating situation. It seems you need to reset the root password for Jessie, but you're already in recovery mode and can't access it. Since you mentioned trying that, you might want to follow the on-screen instructions carefully. If you still encounter issues, consider reaching out to support or checking the documentation for further guidance.

N
naTe_coRe_1084
Senior Member
254
08-06-2016, 12:50 AM
#2
It wouldn’t be secure if the password could be restored via recovery. For a superuser account, you might attempt sudo passwd root—Debian likely doesn’t block this by default, so it should function.
N
naTe_coRe_1084
08-06-2016, 12:50 AM #2

It wouldn’t be secure if the password could be restored via recovery. For a superuser account, you might attempt sudo passwd root—Debian likely doesn’t block this by default, so it should function.

L
LiquiD_WaR
Junior Member
7
08-06-2016, 05:25 AM
#3
On Debian systems, reset the root password is a standard procedure. Refer to the official documentation for detailed steps.
L
LiquiD_WaR
08-06-2016, 05:25 AM #3

On Debian systems, reset the root password is a standard procedure. Refer to the official documentation for detailed steps.

R
rosaliE65
Member
211
08-06-2016, 10:40 AM
#4
After entering both passwords, the system reports an authentication issue. Password was not changed and is still recognized as unchanged.
R
rosaliE65
08-06-2016, 10:40 AM #4

After entering both passwords, the system reports an authentication issue. Password was not changed and is still recognized as unchanged.

Z
zomaarjoey
Member
60
08-06-2016, 04:16 PM
#5
The command confirms the root partition was re-mounted successfully. The output of ls -la /etc/passwd will list the detailed file permissions, ownership, and size of the passwd file.
Z
zomaarjoey
08-06-2016, 04:16 PM #5

The command confirms the root partition was re-mounted successfully. The output of ls -la /etc/passwd will list the detailed file permissions, ownership, and size of the passwd file.

I
Ichamur
Junior Member
4
08-06-2016, 06:55 PM
#6
examine the boot choice with init=/bin/sh, then execute: modify root credentials and/or Jessie's password using passwd commands.
I
Ichamur
08-06-2016, 06:55 PM #6

examine the boot choice with init=/bin/sh, then execute: modify root credentials and/or Jessie's password using passwd commands.

T
TKYH
Junior Member
25
08-13-2016, 07:07 PM
#7
Start from a different live environment, such as an Arch Linux installation media, where you typically have root access. Then, attach the required file systems—like sysfs, dev, and proc—and chroot into the mounted disk while maintaining root privileges. From this setup, you can use passwd as root to modify the password.
T
TKYH
08-13-2016, 07:07 PM #7

Start from a different live environment, such as an Arch Linux installation media, where you typically have root access. Then, attach the required file systems—like sysfs, dev, and proc—and chroot into the mounted disk while maintaining root privileges. From this setup, you can use passwd as root to modify the password.

K
KawiianMili
Posting Freak
786
08-14-2016, 01:48 AM
#8
Discovered sudo is faulty according to @CRSaka. @silentmelodies needs to switch to pkexec instead.
K
KawiianMili
08-14-2016, 01:48 AM #8

Discovered sudo is faulty according to @CRSaka. @silentmelodies needs to switch to pkexec instead.