2

Ok so I upgraded ubuntu 15.10 to 16.04, and now my plymouth themes doesn't show splash screen( only black screen after grub) at startup but during shutdown or restarting it shows the splash screen.

I tried changing the theme to default splash screen, but still no luck.

Can anyone help?

Khacho
  • 33

2 Answers2

2

In 16.04, plymouth path was changed.

You need to edit the /etc/alternatives/default.plymouth file.

Under the script caption make sure the directory is exactly like this:

ImageDir=/usr/share/plymouth/themes/YOUR_PLYMOUTH_NAME/ ScriptFile=/usr/share/plymouth/themes/YOUR_PLYMOUTH_NAME/YOUR_PLYMOUTH_NAME.script

sempaiscuba
  • 1,433
  • I have checked that ImageDir and ScriptFile is correctly defined. I have tried out the various alternative too. However, a black splash screen is always shown. What is the cause and how to fix this? – Sun Bear Oct 28 '17 at 04:00
1

As Chetan said, that solution was for nVidia graphics card but it works for intel's inbuilt grapghics cards aslo. I will provide the link again - Solution is here

Thanks again chetan.

Khacho
  • 33