Solutions to the black screen when installing ubuntu (3 types)

The graphics card of my computer is Nvidia graphics card~

After restarting, the screen displays "input is not supported". This is because ubuntu supports graphics cards. You need to manually add the graphics card option: nomodeset to support Nvidia series graphics cards.

method one

When entering the installation, move the cursor to "install ubuntu", press "e" to enter the editing mode, enter the command line mode, find "quite splash" and remove "–", add "nomodeset" (different graphics card driver options according to different graphics cards Add, we are using Nvidia graphics card, add nomodeset) F10 installation

Method Two

When the installation is over, a black screen appears when starting the system

Press and hold shift when booting, the grub screen appears, press "'e"' to enter the mode of editing boot instructions (or press "e" directly when booting), and also find "'quitesplash"' and add "nomodeset" after it, Press "F10" to start the system

Method three

Press shift on boot, select "recovery model", and open the terminal after entering the system

sudo vi /etc/default/grub

Press'ℹ' to enter the editing mode of vim

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
# change into:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

Press "esc", enter ":wq!" (with a colon) to save and exit, update grub

sudo update-grub

Before restarting, we found that the computer screen resolution is not optimal (if the resolution is normal, don’t use it)

Click "System Settings—>Software and Update—>Additional Drivers" in the upper right corner to select the Nvidia driver

Restart the computer.

Ubuntu16.04 installation is complete.

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

Recommended Posts

Solutions to the black screen when installing ubuntu (3 types)
The pits encountered when installing yii2 advanced on Ubuntu
Explain the solution to the freeze when ubuntu dual system starts
How to make the ubuntu virtual machine in vmware display in full screen
Error when installing Python module on Ubuntu
ubuntu16.04 method steps to upgrade the kernel
Ubuntu modified the default sh to bash
How to connect to wifi on ubuntu20.04 (2 types)
Disable the TinkPad touch screen in Ubuntu
How to modify the hostname on Ubuntu 20.04
Solve the problem of installing VMwareTools on Ubuntu 18.04
Explain the solution to the Ubuntu 16.04 launcher icon exception
Use the command to solve the Ubuntu projector problem:
How to open the ubuntu system in win10
The road to reinstallation of ubuntu 18.04 from scratch
Wsl sets the default account to root (ubuntu18.04)
Publish the node.js project under Ubuntu to heroku
The ultimate guide to install gooderp on ubuntu
Introduction to the use of Hanlp in ubuntu
Things to do after installing Ubuntu 20.04 (xiaobai tutorial)
How to run the parsing server on Ubuntu 14.04
A few things to do after installing Ubuntu 18.04
The latest method of installing Mongodb on Ubuntu 16.04
Solve the problem of installing Theano on Ubuntu19
How to check the installed JDK on Ubuntu
How to install the latest MySQL on Ubuntu 18.04