How to disable framebuffer in initramfs in 14.04 server?

Posted by Blangero on Ask Ubuntu See other posts from Ask Ubuntu or by Blangero
Published on 2014-06-05T10:40:46Z Indexed on 2014/06/06 3:40 UTC
Read the original article Hit count: 287

Filed under:
|
|
|
|

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!

© Ask Ubuntu or respective owner

Related posts about server

Related posts about 14.04