By default the root has no password and may not be used to login.
In order to enable it:
sudo passwd root
It will ask for the administrative password.
Then will ask for new root password.
To disable back:
sudo passwd -l root
Ref: http://askubuntu.com/questions/44418/how-to-enable-root-login
Hi thanks for dropping by. Please share the content if you think there is someone who will appreciate it.