Comment 22 for bug 713088

Revision history for this message
unoup11 (unoup) wrote : Re: [natty] plymouth boot screen corrupted with nouveau on Thinkpad T61

Other solution there:

https://help.ubuntu.com/community/Asus_U36JC

so we can try

1) put file splash inside /etc/initramfs-tools/conf.d/ with the content:

FRAMEBUFFER=y

and then

echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash

sudo update-initramfs -u

or

2) try with no splash file:

sudo echo FRAMEBUFFER=y > /etc/initramfs-tools/conf.d/splash

sudo update-initramfs -u