Resetting forgotten root password on Centos/Red Hat

If you are desperate because you have forgotten root password, don’t be. This tutorial will show you how to reset root.

Boot the system and when you see the following screen, press any key

grub1.png

At the following screen, press e

grub2.png

It will take you the following screen

grub3.png

Highlight the line with vmlinuz in it by using the arrow keys and press e. The next screen will look like below

grub4.png

Now type single or init 1 at the very end of the line so.

grub5.png

Then press enter and b to boot the system with the new argument

The system will boot into single user mode and you will see bash prompt like below

grub6.png

Now change the password

 passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

type in the new password and then reboot

reboot

to restart the system.

 

 

Technorati Tags: grub, forgot root passord, reset root password

4 Responses to “Resetting forgotten root password on Centos/Red Hat”

  1. Tom Says:

    Worked like a charm on my Centos 5.x system on Asus Eee Box 202,
    HOWEVER after performing this, for some reason the mouse doesn’t work anymore!!!

  2. Praveen Says:

    Thanks a lot! it worked fine with Oracle VM Virtual Box

  3. พระเครื่อง Says:

    It’s very good to see web sites with material and many thanks for the discuss which you’ve gave. Generally, I’m really stunned, but etc…

  4. PghEagle Says:

    OMG, Thank-you so much for this. My system and backup crashed due to a major failure, But I was able to find a backup I could use. Only problem was I couldn’t remember the ROOT password I used for that installation. This saved me from having to do a complete reload!!!!!

Leave a Reply