@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 -- X server starts before Plymouth, or a very short time after (no or brief splash) https://bugs.launchpad.net/bugs/540801 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
