I'm running Ubuntu 22.04. I'am trying to login to the root account.
I have created a root password with sudo passwd root, and I'm trying to login as root on the login page.
But even after entering the correct password multiple times it says that the authentication didn't work.
I tried running sudo usermod -U root to unlock the root account, but still a fail.
What else can I try doing?
sudo passwd root, and on the login page I entered the exact same password. What else am I supposed to do? – MIP888 Aug 09 '22 at 11:54sudo -ito get to a root prompt if you need to do maintaince. A lot safer than using root. Regarding the command:/etc/gdm3/custom.confandetc/pam.d/gdm-passwordwill need to be edited too. – Rinzwind Aug 09 '22 at 13:19