How to fix ubuntu 10.04 LTS delayed loading splash screen

After upgrading to 10.04, seems everything worked just fine. However I have found that the splash screen display only for a split second before the login screen appears. To fix the delayed loading just type this in your terminal :

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

This code is to force splash use the framebuffer and lastly update the boot image.


About this entry