Saturday, December 26, 2015

bootloader - How to enable the Boot Splash Screen?


After hitting enter from GRUB, the screen displays a blinking cursor. How can I enable the loading screen, so that the boot splash screen displays instead of a blinking cursor??



echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-grub2
sudo update-initramfs -u

or have a look at this page (in spanish): http://lavidalinux.com.ar/2010/05/como-arreglar-plymouth-en-ubuntu-10-04.html


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...