Hi I am creating a custom distro based off of Ubuntu 19.04 server.
I am looking for a way to enable a custom kernel splash screen.
Please let me know if this is possible, thanks.
Hi I am creating a custom distro based off of Ubuntu 19.04 server.
I am looking for a way to enable a custom kernel splash screen.
Please let me know if this is possible, thanks.
What you are looking for is a Grub Theme that runs before the kernel loads with Plymouth splash screen:
Here's my Grub Theme which is a spin on Tux theme referenced in your links:
plymouth
screen also called 'boot splash' on the youtube video you linked. You usesplash
on the kernel line [in grub] to make the plymouth screen show on booting. – guiverc May 08 '19 at 22:25