5

I just found some cool boot-up video and audio file, and I want to make a custom boot-up animation in Ubuntu 11.04. Any suggestions?

blackstar
  • 241
  • See also: http://askubuntu.com/questions/143330/how-can-i-customize-the-ubuntu-boot-up-logo – Wilf Dec 26 '14 at 19:56

2 Answers2

3

The startup splash is displayed by Plymouth in Ubuntu. There is an extensive documentation on Plymouth scripting and creating custom plymouth themes in Ubuntu wiki.

Sergey
  • 43,665
0

To change the Plymouth splash in 11.10:

  1. Open Accessories > Terminal
  2. Run: sudo add-apt-repository ppa:mefrio-g/plymouthmanager
  3. sudo apt-get update
  4. sudo apt-get install plymouth-manager
  5. Open in applications menu.
beanaroo
  • 1,175