Cause: NVIDIA graphics card driver is damaged Solution:
Step 1: Boot the Ubuntu system into command line mode After the system starts, press the "ESC" key in the BIOS boot interface to enter the selection menu, select the first "*Ubuntu", and press the "e" key to enter the editing mode. In the edit item that appears, you can see the parameters that GRUB parses for the kernel. We give the boot runlevel at the end of the line, 3 (multi-user mode, text only). Press CTRL+X or F10 to boot the system, and it will enter command line mode after startup. This method is only temporary and not permanent. After the next system restart, if no changes are made, it will still enter the graphical interface mode. Step 2: Uninstall NVIDIA driver Login user in command line interface Uninstall any old drivers sudo apt-get remove nvidia-* sudo apt-get autoremove Uninstall the driver via the .run file sudo nvidia-uninstall Restart the system and enter the graphical interface normally, but since there is no graphics card driver at this time, the system resolution is low. sudo reboot Step 3: Reinstall NVIDIA graphics driver Manual installation is recommended. NVIDIA driver download address: https://www.nvidia.cn/Download/index.aspx?lang=cn/ Stop the graphical interface and enter command line mode sudo telinit 3 User login cd to the path where the driver installation program is located Run the .run file using bash or the ./ command bash NVIDIA******.run Restart the system and the problem is solved. sudo reboot This is the end of this article on how to solve the problem of Ubuntu 18.04 looping login/stuck on the boot interface/unable to enter the graphical interface. For more related content about Ubuntu 18.04 unable to enter, please search 123WORDPRESS.COM's previous articles or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: js Promise concurrent control method
>>: Vue implements weather forecast function
When I first came into contact with docker, I was...
Mybatis paging plug-in pageHelper detailed explan...
Table of contents Ideas Request interception Resp...
<style type="text/css"> Copy code ...
Copy code The code is as follows: <head> &l...
I recently wrote a combination of CSS3 and js, an...
Table of contents Preface 1. GMT What is GMT Hist...
1. Install libfastcommon-1.0.43. The installation...
Responsive design is to perform corresponding ope...
Table of contents 1. Overview 2. Use Keepalived t...
Table of contents 1. Create HTML structure 2. Cre...
Version 1.4.2 Official Documentation dockerhub st...
In MySQL, create a view on two or more base table...
1. Please download the Busybox source code online...
To see the effect directly, a right-click menu ha...