Three solutions to black screen when installing Ubuntu __ubuntu

Source: Internet
Author: User
My Computer graphics card is NVIDIA graphics card ~

The screen displays "input not supported" after reboot because Ubuntu has a connection to the graphics card and needs to manually add the graphics option: Nomodeset to support Nvidia series graphics

Method One

When you enter the installation, the cursor moves to "Install Ubuntu", press "E" into edit mode, enter the command line mode, find ' quite splash ' and then remove "--", add "Nomodeset" (according to different graphics cards for different graphics driver options to add, We are using NVIDIA graphics, add Nomodeset) F10 installation



Method Two

When the installation is finished, the boot system appears black screen

On the power-on, hold down SHIFT and click on the Grub screen, press ' e ' to enter the edit boot instruction mode (or boot directly to "E"), also find ' Quitesplash ' and add "Nomodeset" in the back, press ' F10 ' to start the system



Method Three

开机按shift,选择“recovery model”,进入系统之后打开终端
sudo vi/etc/default/grub

Press ' ℹ ' into Vim's edit mode

grub_cmdline_linux_default= "Quiet Splash"
#修改为:
grub_cmdline_linux_default= "Quiet Splash"



Press ESC to enter ": wq!" Save exit, update grub


sudo update-grub


Before restarting, we found that the computer screen resolution is not the best (if the resolution is normal, do not)

Click on the top right corner "system setup-> software and update-> additional driver" option to use NVIDIA driver








Reboot the computer.


Ubuntu16.04 installation completed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.