Friday, February 11, 2011

Resetting root password on Centos/Red Hat


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.


You are Done.

No comments:

Post a Comment