How to disable framebuffer in initramfs in 14.04 server?
- by Blangero
Recently I'm working on ubuntu 14.04 server.
While using plymouth, I have late splash and tried to fix it,
I googled and got lots of suggestions on doing this:
vi /etc/initramfs-tools/conf.d/splash
and add:
FRAMEBUFFER=y
and
update-initramfs -u
After doing this, I got no splash at all.So I deleted the FRAMEBUFFER=y and re-update…