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??
Asked
Active
Viewed 4,226 times
2 Answers
2
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
1
I'm not sure why it occurs, maybe you disabled it before. here there is a explanation to disable it, so you can do the opposite.
But if you have a nvidia or ati video card that could be the problem. I have an ati card and Boot Splash Screen doesnt work for me neither

vicmp3
- 557
-
me have no more than Intel GMA, and didn't disabled it, that was my only issue from Lucid until I upgraded my Notebook to Maverick – Oct 31 '10 at 05:26