Zend certified PHP/Magento developer

GDM won’t start after using Plymouth Themes

After I install plymouth-themes on Ubuntu 22.04 and executing the following commands:

echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-grub2 && sudo update-initramfs -u

Ubuntu starts by showing the Plymouth Boot splash screen but then I’m stuck with only error logs and I can only launch a new TTY (I can’t revert the executed commands since my system is in read-only mode).

If I press F7 when the splash screen is showing, I can see service logs and I can see that Snap Daemon and GDM keep failing.

Any idea how to fix that?