When you turn your computer on, when you are presented with a bootloader screen see if it says GRUB or LILO, in the case of GRUB when you see that screen with choices to boot navigate to the Linux one and type e. You'll be given a GRUB edit menu where you can put
linux single
the system will boot into single user mode where you can enter
passwd
to change root's password.
In the case of LILO the command to get the boot prompt is Ctrl+X where you once again use linux single and then passwd to change root's password,
Good luck.
|