How to Solve Incorrect Password ...Try Again Error in Ubuntu
Method 1 of 1:
Enable Root Account in Ubuntu
- To enable your root account, you need to type following command to the Terminal (press Ctrl+Alt+T on your keyboard) or use copy/paste method: sudo passwd root (then hit Enter)
- When it asks you for password, don't be confused. The password is that one, which you're using in the Login Screen. Password does not show up in the terminal when you type it. Just type your password and hit Enter. You will maybe prompt to enter user password for twice, so do that. If your password was entered correctly, the action will continue.
- After that, you will need to configure LightDM to allow login as root account in the Login Screen. To do that, you need to type following command to the Terminal to run LightDM: sudo gedit /etc/lightdm/lightdm.conf (then hit Enter)
- Now, when LightDM is opened, you need to add this line to the end: greeter-show-manual-login=true (then save it and close LightDM).
- The last step is to reboot your system and login with username and password you that you was set previously. Now it will works. If you will want to disable your root account, then you need to type following command to the Terminal (press Ctrl+Alt+T on your keyboard) or use copy/paste method: sudo passwd -l root (then hit Enter)
3.9 ★ | 18 Vote
You should read it
- How to Change Root Password in Linux
- How to enable automatic login in LightDM
- How to Become Root in Ubuntu
- Use Guestfish to reset the forgotten root password for the virtual machine in qcow2 format on KVM
- Error on macOS allows creating root account without password
- How to Become Root in Linux
- What is the root directory?
- A comprehensive guide to root the Samsung Galaxy S7 or S7 Edge
May be interested
- How to Enable Oracle Java in Your Web Browsers on Ubuntu Linuxthis document covers enabling 32-bit and 64-bit oracle java browser plugin in 32-bit ubuntu linux and 64-bit ubuntu linux. for the two most popular web browsers for ubuntu linux at this time, which are google chrome and mozilla firefox....
- How to Install Ubuntu Serverthis wikihow teaches you how to install ubuntu server on a windows computer. ubuntu server is a free, linux-based server operating system that you can use to host your web services. open the ubuntu server download page. go to...
- How to Upgrade Ubuntuif you use the ubuntu operating system, upgrading to the newest version will give you access to the latest features and optimizations. the upgrade process in ubuntu is very straightforward, but there are a few things you can do before you...
- How to Install Skype Using Terminal on Ubuntuyou can install skype for ubuntu without having to leave the command prompt. since version 4.3, skype can be found in the canonical partners repository, which makes it possible to install it without downloading the package from skype.com....
- How to Update Ubuntu Kernelthis wikihow teaches you how to update your ubuntu linux kernel, which is the core software that runs the rest of your linux distribution. the easiest way to do this is by installing and running a package manager called 'ukuu', but you can...
- How to Update Ubuntu Linuxthink your linux is out of date? this article will show you how to update your ubuntu linux system. update your repository list. you can do this by pressing ++. then type in . you will be prompted for your root password. all this command...