Questions tagged [bootsplash]
A bootsplash is a graphical splash screen displayed during the boot process of Unix-like systems, commonly used for branding and visual feedback. Use this tag for questions about configuring, customizing, or troubleshooting bootsplashes on Linux distributions.
33 questions
-1
votes
1
answer
738
views
getting verbose boot splash screen in RHEL 9
in RHEL 7 and 8 I have always done:
/etc/default/grub
GRUB_CMDLINE_LINUX=... verbose and removing rhgb quiet followed by doing a
grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
This does not have an ...
5
votes
1
answer
349
views
How can I get Plymouth to display FSCK messages when the system is booting?
I have created a custom Plymouth theme (based on MIB Ossigeno) configured to process fsck's messages coming from systemd-fsckd by implementing the communication protocol whose message has the ...
10
votes
2
answers
6k
views
Why splash is not in kernel parameters list but works?
This GRUB Quiet Splash says:
The splash (which eventually ends up in your /boot/grub/grub.cfg )
causes the splash screen to be shown.
At the same time you want the boot process to be quiet, as ...
0
votes
1
answer
378
views
yocto: psplash custom executables do not get installed
Depending on the detected hardware I need to start one of two executables of psplash with different images, so in my psplash_%.bbappend I have
SPLASH_IMAGES = "file://bootscreen1.png;outsuffix=...
2
votes
0
answers
844
views
Bootsplash setup with LUKS password prompt
I'm running manjaro with full disk encryption. I want to have "themed" boot experience and so I installed bootsplash. Unfortunately it doesn't theme the initial disk password prompt. Is it ...
1
vote
1
answer
2k
views
How to disable boot messages on startup?
I am running Gentoo currently. I don't want to see the boot messages it shows me. My /etc/default/grub has these lines: GRUB_CMDLINE_LINUX="quiet splash" and GRUB_CMDLINE_LINUX_DEFAULT="...
0
votes
0
answers
103
views
Earliest point to set some sort of splash screen?
I am currently working on a linux based game console (raspbian). I am struggling with placing the slpash-screen correctly. I'd like the splash-screen to be shown as early as possible in the boot ...
1
vote
1
answer
3k
views
How to change boot logo in linux mint? [duplicate]
Ok, so i've got identical problem as in this topic: How to change boot logo in linux mint
But nothing I've tried worked. Also I can't change logo to default one. It's just black screen when booting.
...