Comment 7 for bug 2091753

Revision history for this message
Russell Faull (rfaull) wrote (last edit ): Re: Plymouth fails with kernel 6.8.0-50

A workaround on my system is to include the video driver module (in my case i915) in the initramfs.

sudo nano /etc/initramfs-tools/modules
sudo update-initramfs -u
ensure kernel command line includes 'quiet splash'
sudo update-grub
Reboot

lshw -c video will confirm that driver i915 is configured.