Re: How to get bootloader splash screen
On 14/05/2025 at 17:12, Marc Haber wrote:
pardon me for stealing this thread, but which packages do I need
installed to have the graphical grub bootloader splash screen?
No packages are needed AFAIK. When /boot/grub.cfg is generated by
grub-mkconfig/update-grub, /etc/grub.d/05_debian_theme is invoked and
uses the first existing picture among:
1. $GRUB_BACKGROUND defined in /etc/default/grub
2. JPEG|PNG|TGA files found in /boot/grub
3. $WALLPAPER defined in /usr/share/desktop-base/grub_background.sh
4. /usr/share/images/desktop-base/desktop-grub.png
5. default theme
If the picture file is not readable by GRUB (unsupported filesystem or
block layer) or is not in the same filesystem as /boot/grub, then the
picture is cached as /boot/grub/.background_cache.<type>.
My notebook boots from a USB stick that is unisoned from /boot, so the
not-appearance might also be a result of my strange boot setup.
Why is that so ? Can you tell more about your setup ?
Reply to: