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
- Fix Ubuntu unable to open Terminal errorif you can't open terminal in your ubuntu computer, what should you do? although this problem rarely occurs, the reality is that it exists and can happen to you at any time. read the following article to learn what to do when ubuntu cannot open terminal.
- Why is Ubuntu LTS preferred over regular distros?ubuntu is one of the most widely used linux distributions among software developers and other content creators. ubuntu is also used for many servers around the globe.
- What's new in Ubuntu 18.04 LTS just released?ubuntu 18.04 lts code-named bionic beaver has just been officially launched on april 26th. this version is canonical's up to 5 year support period.
- How to Reset Administrator Password on Windowsthis wikihow teaches you how to reset your windows administrator password using the password reset tool in windows 10. attempt to enter your password. if it is incorrect, then click 'i forgot my password'.
- Fix 'No Application Found' error in Ubuntu Softwarewhen searching for non-snap applications (applications from universe repository) in the ubuntu software utility (version 20.04), you always receive the message no application found.
- How to fix 'No Installation Candidate' error in Ubuntuhave you tried to install something, but ubuntu can't handle it? apt mentions something related to no installation candidate what does this mean, where does the source of the problem come from, and is it fixable?
- How to prolong the life of Ubuntu 18.04 installation with Ubuntu Proubuntu 18.04, bionic beaver, is one of the most popular distros in use today, but support will end in may 2023, meaning you won't receive updates or security patches anymore.
- How to fix the error of correct alignment but incorrect printing in Word?immediately refer to how to fix alignment errors that are correct but not printed correctly in word at a glance, shared by tipsmake in the article.
- How to Edit Ubuntu Repositorieshas a website told you to add a ubuntu repository? then follow these steps. any changes require you to be in the 'sudo' user group and have your password handy. open the ubuntu software centre.
- What is the difference between Ubuntu Desktop and Ubuntu Server?ubuntu is divided into ubuntu cloud, ubuntu core, ubuntu kylin, ubuntu desktop and ubuntu server. in this article, we will explore all the similarities and differences between ubuntu server and ubuntu desktop.