
Originally Posted by
Sniperbrob
How I can do rescue mode?
Hi
Here is a guide to rescue mode:
http://help.ovh.co.uk/RescueMode
Danny
Sniperbrob
23-07-2014, 01:34
How I can do rescue mode?
if you have selinux, don't forget to do "touch /.autorelabel" or selinux will prevent you from logging in.
you will have to change it in rescue mode
You need to do this:
fdisk -l
the root one is marked with an asterisk. Thus now you can use the following command to mount the root partition:
mount /dev/yourrootpartition /mnt
Then, to use your partition type the command:
chroot /mnt
Then type the command:
passwd
type the new password at the prompt request
Then just boot back onto HD.
Jasgriff
21-07-2014, 21:47
You should still have it on an email after the installation had been completed.
Sniperbrob
21-07-2014, 21:07
Hey all. How I can regain my root password?