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 initramfs, splash came back.
But after that I installed something, maybe it's remastersys or n86v or their dependencies, or something else, I got splash gone again and according to the boot.log, I think it's due to framebuffer enabled in initramfs again.
I tried FRAMBUFFER=n in /etc/initramfs-tools/conf.d/splash but failed.
Now I got no splash and still can't get it back.
Does anyone know how to disable framebuffer in initramfs?
Thanks a lot!