Comment 6 for bug 574225

Revision history for this message
Ahmed Osama (aosama) wrote :

it works using a quick tip (at least works for me)

If you still having trouble with your splash screen in lucid and do not see the splash screen at your startup or only for a split second before the login screen appears. Here's how it works with me.

sudo update-alternatives --config default.plymouth
sudo update-initramfs -u

To fix the delayed loading of the splash:

sudo -s; echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash
update-initramfs -u