Home > Operation and Maintenance > Linux Operation and Maintenance > What to do if ubuntu cannot enter the desktop after entering the password

What to do if ubuntu cannot enter the desktop after entering the password

王林
Release: 2020-06-10 13:14:09
Original
12343 people have browsed it

What to do if ubuntu cannot enter the desktop after entering the password

Cause analysis:

There may be a problem with the Xwindows interface software, try reinstalling it.

Specific method:

1. Press the Ctrl Alt F1 key combination to enter the command line interface and log in to the root account

2. Uninstall the Xwindows software

sudo apt-get autoremove ubuntu-desktop
Copy after login

3 , Install all dependent software

sudo apt-get install ubuntu-desktop
Sudo apt-get install python-ntdb
Sudo apt-get install libntdb1:amd64
Sudo apt-get install libupstart1:amd64
Copy after login

4. Restart

reboot
Copy after login

Try to log in to the system again and find that you can successfully enter the desktop.

Recommended tutorial: linux tutorial

The above is the detailed content of What to do if ubuntu cannot enter the desktop after entering the password. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template