My sudo/root password doesnt work or change

When you installed, did you set your root password to be different to your user password?

You might try switching to the root user by running:

su

Enter the root password when prompted. Then change the password for your user account, substituting username for your Linux account name:

passwd username
1 Like