I use Ubuntu 16.10. Even though I choose a plymouth theme, still some codes and messages (with green "OK" in every message) are appearing while booting. I updated plymouth theme via sudo update-alternatives --config default.plymouth
then sudo update-initramfs -u
.
I use Intel graphic driver
I spent 2 days research on plymouth and coding, real fun by the way, try this.
Check your possible resolutions with
sudo hwinfo --framebuffer
and make following entries insudo nano /etc/default/grub
.If the entries are done, run:
Test splash with this command:
If you get some splash even just Ubuntu with 4 dumb dots Plymouth is working.
Please also check the entries in your splash theme script file in this example it is ubuntu-sunrise theme, you can use following command with your path to the script file
There must be 2 entries like this:
Insert the correct paths,
Finally once more
Reboot.
Edit /etc/default/grub: you need line 9 to read:
Then run:
NOTE: the last step is required when ever you change the plymouth theme.