On Tue, 2024-06-11 at 13:51 +0200, Jonas Kvinge wrote: > Hi, > > A blank black screen is shown during boot instead of showing > Plymouth. Just ignore this. I've solved this, it seems to be a timing thing, which changed after kernel 5.14. I'm guessing plymouth gets interrupted while the kernel is switching framebuffer driver, so the solution is just to add ShowDelay=3 to /etc/plymouth/plymouthd.conf, re-run dracut -f so plymouth gets started a little later. Jonas