Comment 29 for bug 540801

Revision history for this message
Christian Göbel (christiangoebel) wrote :

@Uri Shabtay:
the workaround is from comment 2.

The following worked for me, (however it added approximately 1 second to my total boot time).
Open a terminal and type the following:

# to become superuser (root) (for whatever reason I could not use just sudo echo ... ):
sudo su
# type your password here, then:
echo FRAMEBUFFER=y > /etc/initramfs-tools/conf.d/splash
update-initramfs -u
# exit root-mode:
exit