To fix the ugly Plymouth resolution problem on Ubuntu 10.04, I did the following:
echo FRAMEBUFFER=y > /etc/initramfs-tools/conf.d/splash
update-initramfs -u
Also, I changed the boot resolution using Start Up Manager from the repository.
echo FRAMEBUFFER=y > /etc/initramfs-tools/conf.d/splash
update-initramfs -u
Comments
Post a Comment