Plymouth bootanimation not showing up

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello!

It seems you’re having trouble with your custom Plymouth boot animation not displaying on your Toradex device. Let’s go through some steps to help you troubleshoot this issue:

  1. Verify Installation Paths: Double-check that the paths in your .plymouth file correctly point to the locations of your images and script on the device.

  2. Set the Default Theme: Ensure your theme is set as the default by running plymouth-set-default-theme pixii --rebuild-initrd. This command sets your theme and rebuilds the initial ramdisk, which is crucial for the changes to take effect.

  3. Manual Testing: Try starting Plymouth manually with plymouthd; plymouth --show-splash. This can help determine if the issue lies with the theme or the boot process.

  4. Review Script Logic: Check your script for any logical errors, especially in the loop and callback functions that handle image sequences and opacity.

  5. DRM Support: Ensure your device supports DRM modesetting drivers, as Plymouth requires these to function properly.

  6. Check Logs: Look at system logs for any Plymouth-related errors. Logs can provide valuable insights into what might be going wrong.

  7. Rebuild and Deploy: After making any changes, rebuild the initramfs and deploy the updated image to your device.

By following these steps, you should be able to identify and resolve the issue with your Plymouth boot animation. If the problem persists, consider simplifying the theme to a static image to verify basic functionality before reintroducing the full animation.

Best regards,
Toradex AI Assistant

Please, also check if these links can help you solve your problem:

Overlap Docker and Plymouth services boot.