2

Plymouthd crashes on startup with the following error message.

enter image description here

2 Answers2

1

If you did a0b1's answer, edit /etc/default/grub, then restore:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Then, in the same file, find:

#GRUB_GFXMODE=640x480

and change it to:

GRUB_GFXMODE=640x480

Save the file, and then:

sudo update-grub
reboot
heynnema
  • 70,711
0

It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.

I have not used terminal to update grub but this will most likely work too.

Sorry for the short answer.