How to Solve Incorrect Password ...Try Again Error in Ubuntu

Method 1 of 1:

Enable Root Account in Ubuntu

  1. How to Solve Incorrect Password ...Try Again Error in Ubuntu Picture 1
    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)
  2. How to Solve Incorrect Password ...Try Again Error in Ubuntu Picture 2
    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.
  3. How to Solve Incorrect Password ...Try Again Error in Ubuntu Picture 3
    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)
  4. How to Solve Incorrect Password ...Try Again Error in Ubuntu Picture 4
    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).
  5. How to Solve Incorrect Password ...Try Again Error in Ubuntu Picture 5
    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

May be interested

  • How to Enable Oracle Java in Your Web Browsers on Ubuntu LinuxPhoto of How to Enable Oracle Java in Your Web Browsers on Ubuntu Linux
    this 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 ServerPhoto of How to Install Ubuntu Server
    this 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 UbuntuPhoto of How to Upgrade Ubuntu
    if 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 UbuntuPhoto of How to Install Skype Using Terminal on Ubuntu
    you 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 KernelPhoto of How to Update Ubuntu Kernel
    this 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 LinuxPhoto of How to Update Ubuntu Linux
    think 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...