Dark Ubuntu Logo Plymouth Screen
1) Download file to the desktop
2) Open terminal Ctrl+Alt+T
4) cd Desktop
5) tar -zxvf dark-ubuntu-logo.tar.gz
6) sudo mv dark-ubuntu-logo /lib/plymouth/themes
7) sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/dark-ubuntu-logo/ubuntu-logo.plymouth 100

9) Select dark-ubuntu-logo either 0, 1, 2, 3 ect......
10) sudo update-initramfs -u
11) Reboot
Ratings & Comments
1 Comment
For some reason the install line gave me an error... Quote:sean@nung:~/...$ sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/dark-ubuntu-logo/ubuntu-logo.plymouth 100
update-alternatives: warning: forcing reinstallation of alternative /lib/plymouth/themes/Paw-Ubuntu/paw-ubuntu.plymouth because link group default.plymouth is broken
This worked though...
Quote:sean@nung:~/...$ sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/dark-ubuntu-logo/ubuntu-logo.plymouth 200
...not that I have any idea what auto/manual mode means in Plymouth.