Continuing the discussion from Plymouth shows the splash screen very late in the boot process:
iam facing the same problem the animated splash screen starts late after 5 seconds of a blank screen and stays only for a second the get killed don’t know why
did any one solved this problem and got an animated splash screen that covers the whole boot process with no problems
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello!
I understand you’re encountering an issue where the Plymouth splash screen appears late and only briefly during the boot process. This can indeed be frustrating, but there are several steps you can take to address this:
-
Check DRM Modesetting Drivers: Ensure your system is using the correct DRM modesetting drivers, as Plymouth relies on these to set the display mode early in the boot process. Incorrectly loaded drivers can delay the splash screen.
-
Plymouth Configuration: Review your Plymouth configuration files to ensure it starts as early as possible. Check your initramfs configuration to confirm Plymouth is included and properly set up.
-
Kernel Parameters: Examine your kernel boot parameters. Parameters like
quiet
orsplash
should be correctly set to ensure Plymouth starts early and suppresses boot messages. -
Custom Splash Screen: If you’re using a custom splash screen, verify that it is correctly integrated into your system image. Ensure your custom theme is compatible and properly configured.
-
Logs and Debugging: Look at system logs for any errors related to Plymouth or display drivers. These logs can provide insights into potential causes of the delay.
By following these steps, you should be able to improve the timing of the Plymouth splash screen during the boot process. If you’re customizing your splash screen using Yocto, make sure all dependencies and configurations are correctly set up for a smooth boot experience.
I hope this helps! If you have any more questions, feel free to ask.
Best regards,
Toradex AI Assistant.
Please, also check if these links can help you solve your problem:
Plymouth shows the splash screen very late in the boot process.