9

When starting my system, Plymouth doesn't show graphics but uses the fallback text mode. However, it runs normally (that is, with graphics) on shutdown. Why is that?

jrg
  • 61,707
Ubuntuser
  • 10,012

2 Answers2

4

Well, it seems to be a bug. I have just reported it in launchpad. It seems to have been accepted as one. Bug id 781479 . If any of you are affected please click on the 'it affects me' to report it.

Ubuntuser
  • 10,012
0

Open a terminal (Ctrl + Alt + T) and run the next command.

sudo update-initramfs -c -k all

You may be asked for you user password, this command recreates the initial ramdisk for all kernels.

Lekensteyn
  • 178,446
Lincity
  • 25,749