• 0

su: Authentication Failure

Instead of su use sudo to become root :

>sudo -i
root account is disabled by default in Ubuntu, so there is no root password associated with it.
Use the exit command to logout of root privilages.
>exit