Explain the solution to the freeze when ubuntu dual system starts

Solution to ubuntu stuck when dual system starts (tested on ubuntu 16.04 and 18.04)

Problem Description:

After installing the ubuntu dual system, when I start the ubuntu system for the first time, I get stuck on the startup interface (or a black screen). This is probably due to the graphics card driver. The details are not explained here. The following methods can be successfully solved. According to me Personal experience, this may be the simplest and easiest to understand among many methods.

Solution:

  1. (If it is stuck, it will be forced to shut down) Turn on;

  2. (In the selection system interface) select ubuntu advanced option, press enter;

  3. (In the two modes that appear) select the recovery mode and press Enter;

  4. (Among the many options that appear) select grub and press Enter (you can see lines of code that seem to be awesome running past);

  5. (After running the above code, you should be able to return to the interface of many options) Select resume and press Enter to enter the system.

In fact, you can enter the system every time you boot, but it is very troublesome, so let's make permanent modifications below (provided that you have entered the system through the above method):

**1. Modify the /etc/default/grub file: **

Terminal input: (This command needs to enter the user password to confirm the identity, and the page will not be displayed when the password is entered, just make sure that the input is correct)

sudo gedit /etc/default/grub

In the opened file, change the quiet splash to quiet splash nomodeset and save;

**2. Update the modified grub: **

Open the terminal on the desktop and enter:

sudo update-grub

Just press Enter, the above, the problem is perfectly solved, and then enter the system normally.

recommend:

If you want to have root privileges and log in as the root user, refer to my blog: ubuntu18.04 obtain root privileges and log in as root user or ubuntu16.04 obtain root privileges and log in as root user.

The above is the whole content of this article, I hope it will be helpful to everyone's study.

Recommended Posts

Explain the solution to the freeze when ubuntu dual system starts
Explain the solution to the Ubuntu 16.04 launcher icon exception
Solution for Ubuntu unable to connect to the network
The solution to the failure to install .deb under Ubuntu 16.04
How to open the ubuntu system in win10
Ubuntu dual system installation
Solution to the virtual machine ubuntu16.04 cannot connect to the Internet
Solutions to the black screen when installing ubuntu (3 types)
Solution to the slow speed of ubuntu18.04 wireless network
How to control the ubuntu system in win10 through ssh
How to extend the root directory of LVM under Ubuntu system
How to fix the problem of missing system settings on Ubuntu 14.04
Deploy the mail system under Ubuntu 19.10
Overview of the Ubuntu file system
Solution to ubuntu unable to surf the Internet after plugging in the network cable
Solution to the problem that ubuntu cannot connect to the Internet in the virtual machine
ubuntu16.04 method steps to upgrade the kernel
Install linux (ubuntu) dual system under windows system
Ubuntu modified the default sh to bash
Obtain Root permission when remote Ubuntu system
How to modify the hostname on Ubuntu 20.04