If you need to change root’s password you can do it like this:
- Boot rescue CD
- Mount / somewhere (like /mnt)
- edit /mnt/etc/passwd by changing the entry for root to:
root::0:0:The root of all evil:/:/bin/bash
- Reboot system from harddrive, now root will have no password, so just use passwd to change it to whatever you want.