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?
Asked
Active
Viewed 1.5k times
5
-
See also: http://askubuntu.com/questions/143330/how-can-i-customize-the-ubuntu-boot-up-logo – Wilf Dec 26 '14 at 19:56
2 Answers
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:
- Open Accessories > Terminal
- Run:
sudo add-apt-repository ppa:mefrio-g/plymouthmanager
sudo apt-get update
sudo apt-get install plymouth-manager
- Open in applications menu.

Knowledge Cube
- 14,781

beanaroo
- 1,175