Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Reset Debian root password  (Read 3045 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
Reset Debian root password
« on: August 06, 2014, 09:11:46 pm »

If you need to reset the root password for Debian you can follow the steps below

Boot the GRUB menu and press "e"  and the end of the line of "kernel... " after quite  insert the following code

Code: [Select]
init=/bin/bash
boot the os by  press "b"
and the enter the code

Code: [Select]
mount -n -o remount,rw /
Then you can change the root password by
Code: [Select]
passwd  Reboot the OS

Cheers  ;D :D