5

Possible Duplicate:
How do I customise my Plymouth theme?

I have used a lot of tools to change the Ubuntu splash screen during boot, but the splash screen doesn't change. Please tell me what I should do to change the splash screen in ubuntu 12.04 LTS

Thank You.

  • Note that this question has answer that unlike (outdated? failing in Lubuntu?) answer in https://askubuntu.com/questions/82434/how-do-i-customise-my-plymouth-theme work also in Lubuntu 14.04. – reducing activity Apr 25 '17 at 11:25

1 Answers1

5

To change the splash screen you can run

sudo update-alternatives --config default.plymouth

Select the alternative splash that you want. Then run:

sudo update-initramfs -u
Matt Caswell
  • 2,250