Due to safety reasons the operating systems of the Ubuntu project have the root account disabled.
We can may always execute commands as root doing:
sudo COMMAND
Of course that this is quite annoying specially when carrying out tasks demanding several steps as root.
To get a root shell the easiest thing to do is:
$ sudo passwd
And choose the root password.
Then, each time we want to log as root, just do:
$ su -