Ubuntu 16.04 does not display the startup and shutdown screen when booting and shutting down and displays detailed command information, no progress bar and logo, or only purple interface, or no boot screen and other issues resolved

Source: Internet
Author: User

There are mainly the following solutions:

1, if the previous configuration of grub to display detailed command information, then change back on the line, reference: http://www.cnblogs.com/EasonJim/p/7129873.html, this way to restore is generally no problem.

2, if the NVIDIA graphics card has a proprietary driver, or the Intel integrated graphics installed a proprietary driver, the above way to restore the general relevant machine interface, but the boot interface has become full purple. You can refer to the following workarounds:

Note: You must refer to the configuration in http://www.cnblogs.com/EasonJim/p/7129873.html before the operation to restore back.

Open your terminal and enter

sudo apt-get install v86d

And then

sudo gedit/etc/default/grub

Find this line

#GRUB_GFXMODE =640x480

and change this one (of course choose your appropriate resolution)

grub_gfxmode=1440x900grub_gfxpayload_linux=keep

Note: You can try GRUB_GFXMODE=1440x900x24 , but be aware that you specify a color depth. The supported values must be specified. If not, then delete it. More information is available in the manual.

Save the file and enter the terminal

Echo framebuffer=y | sudo tee/etc/initramfs-tools/conf.d/splashsudo update-initramfs-usudo update-grub

Note: Before using this command, the system does not exist, if this file already exists, then use the above command to be very careful, it is recommended to open/etc/initramfs-tools/conf.d/splash, and then add framebuffer= Y to the last. Finally, the following two commands are executed to update their effects.

参考:

https://askubuntu.com/questions/821634/ubuntu-16-04-plymouth-doesnt-show-splash-screen-at-startup

https://askubuntu.com/questions/362722/how-to-fix-plymouth-splash-screen-in-all-ubuntu-releases/362998#362998

Https://askubuntu.com/questions/248/how-can-i-show-or-hide-boot-messages-when-ubuntu-starts

http://www.thegeekstuff.com/2012/10/grub-splash-image/

Ubuntu 16.04 does not display the startup and shutdown screen at startup and shutdown and displays detailed command information, no progress bar and logo, or only purple interface, or no boot screen, and other issues resolved

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.