Thanks that worked for me!!
I can shell in using my username and password but was unable to get to root stuff.
I did the
sudo passwd
entered my userpassword and now I have access to root.
[sudo] password for user: ******
Enter new UNIX password: ******
Retype new UNIX password: ******
passwd: password updated successfully
then I just typed su
and entered the password I set it to and I am now root!
 |  |  |
 | Source wrote: nevermind i found that there is no default password for SU/SUDO. just going to a terminal and typing: sudo passwd enter your current user password then enter twice a new root/su/sudo password, and all was happy. |  |
 |  |  |