Сброс пароля линукс debian

How to reset root password in Debian 11 Bullseye

Forgotten passwords are always annoying – especially when it comes to your computer password. So you can no longer access your important data.

Among the numerous tasks that we have to carry out every day when managing Linux operating systems is resetting the password of the users, whether they are logged in or not, to regain access to the system and make it work properly. However, being an administrator you need root user access for that. But what happens if you forget the root password? In such conditions, you won’t be able to perform the core tasks of your computer. This problem often occurs because users use multiple passwords on multiple platforms. So, here is the solution to that.

Steps to reset forgotten root password on Debian 11

1. Open Debian 11 Grub menu

To reset the password, first, we have to access the Grub menu of our Debian 11 Bullseye. Restart your system and while doing that press and hold the Shift key on your Keyboard. This will drop you into the Grub menu of Debian 11.

2. Edit Gurb Menu to Reset the root password

The next step is to edit the default boot entry of your Debian 11. For that press the ‘e’ key on your keyboard. This will let you edit the Grub’s boot prompt. Don’t touch or delete anything here. Once you have the editor move to the next step.

Читайте также:  Master linux command line

3. Add rw init=/bin/bash

On the Grub editing screen, use your arrow key and move to the end of the line starting with “Linux“. There at end of this line type – rw init=/bin/bash , as shown in the given screenshot.

After adding the given syntax, next, boot your system with this configuration. For that either use Ctrl+X or F10.

Edit Debian 11 Bullseye Grub menu

4. Debian 11 Root shell Access

Now, without providing any password you will have Debian 11’s shell with root access. Here, first, let’s check whether our user has read and write access to the file system where the OS has been installed.

For that use the command:

( rw,realtime ) then it means you have real-time- read and write access to the file system.

5. Reset the root user password

Now, let’s change the password as we do normally on a Linux system using the command terminal.

The system will prompt you to add a new password two times:

Reset Root password in Debian 11 Buslleye

To change the password of some other user than root, we have to mention the username of the same. For example, if our system user name is Debian and we want to change the password of that then the command will be:

passwd username

Change Debian 11 user password

6. Reboot your system

Once you are done resetting your Linux password then restart your system to log in with the changed password. For rebooting, type:

And that hit the Enter key.

From here onwards, you can log in and access your system with the newly set root password. This guide would be useful for those who somehow lose or forgot the root password and now want to change the same. The steps given in this article will also work for other Debian 11 versions as well.

Читайте также:  Linux extract file to directory

Other Articles:

Источник

Сброс пароля root в Debian 10

Есть ноутбук на котором стоит Debian 10. Используется сей девайс как дежурная приблуда для подключения к разному железу и сервакам, в том числе. Иногда такая необходимость бывает редко, но вот приспичило сегодня, а пароль не вспомнить от root. Пароль пользователя тоже не известен, вход в систему настроен автоматически. Будем делать сброс пароля — назначим новый.

Ранее была статья про восстановление пароля в Ubuntu, здесь по идее та же логика.

Для сброса пароля нам понадобится ниже описанная инструкция и мозги, ну и конечно прямые руки

Различные live сборки и прочее не понадобится, если у вас не вносились изменения в загрузчик Grub 2. О нюансах по ходу дела.

Итак инструкция Debian 10 сброс пароля

При включении системы во время отображения меню Grub, варианты запуска. Нажимаем клавишу «E», латинского алфавита.

сброс пароля debian 10

О нюансах.

Если такое меню не появляется то удерживайте клавишу shift при загрузке.

Мне пришлось загрузится с помощью live сборки mint и подправить время вывода этого меню в конфиге grub 2. Я сам ставил время равное нулю, по своим соображениям.

Конфиг располагается /boot/grub/grub.cfg

Параметр: set timeout=10

Теперь в открывшихся параметрах загрузки системы в строке которая начинается с linux в конце после quiet ставим пробел и пишем следующее (передвигать курсор мне пришлось стрелками, Мышь в данном варианте не работает)

сброс пароля debian 10

после нажимаем ctr+x или f10, в моем варианте сработало первое, второе я не пробовал.

Загрузится система и перед вами будет командная строка, решетка означает, что работает в данный момент терминал с правами супер пользователя.

Вводим команду на монтирование нашей файловой системы с правами не только для чтения, но и для записи, соответственно и внесения изменений

Теперь приступим непосредственно к к изменению пароля root, просто введем команду

без всяких имен и дополнений, нажмем Enter, и на вопрос new password, введем новый пароль (набранный пароль вы не увидите, в Linux не отображаются пароли)

Затем нас спросят подтвердить введенный пароль путем повторного его ввода, вводим повторно и снова нажимаем Enter.

Читайте также:  Размер файлов команда линукс

Если все сделали правильно то увидим такой ответ «pasword updated successfully»

сброс пароля

Теперь отмонтируем файловую систему командой

Ну и перезагрузим систему командой

После смены пароля пользователя root, сменить пароль любого пользователя не составит труда

Для смены пароля пользователя, после загрузки системы, наберите в терминале от имени root команду

Теперь дважды введите новый пароль, после каждого ввода пароля нажимаем Enter.

Источник

How to Reset Forgotten Root Password on Debian 11

ITzGeek

When you are at your workplace, you might face the situation where you are an administrator of Debian servers but forgot the root password to log in to the server you own. In this situation, you can follow due process to reset the forgotten root password.

In this post, we will how to reset forgotten root password on Debian 11.

Boot System to Single User Mode

First, forcefully reboot the system and press any key to stop the boot process when the below screen shows up on your system.

Press e to edit the kernel command line parameters.

Use the Down arrow key and go to the line that starts with the word linux. Then use the Right arrow or press the End key to go to the end of the line. Then, add init=/bin/bash .

After adding the entry, press Ctrl + x or F10 to boot the system.

Reset Root Password

The system will now boot into single-user mode, with the root filesystem mounted in read-only mode. So, use the mount command to mount the root file system in read-write mode.

Then, change the root user password using the passwd command.

The reboot command will not work in this shell. So, press Ctrl + Alt + Del to reboot your system to boot into the normal mode.

Now, you can switch to the root user with the new password.

Conclusion

That’s All. I hope you have learned how to reset forgotten root password on Debian 11.

Источник

Оцените статью
Adblock
detector