Source i (link to git-repo or to original if based on someone elses unmodified work):

https://github.com/StarLabsLtd/starlabs-plymouth

Original
0
Become a Fan
5.0

Description:
Star Labsesque plymouth theme

On Ubuntu, Linux Mint, elementaryOS
Install:
sudo add-apt-repository ppa:starlabs/ppa
sudo apt update
sudo apt install starlabs-plymouth

Uninstall:
sudo apt remove starlabs-plymouth

On Other distributions
Install:
sudo cp -r starlabs-logo/ /usr/share/plymouth/themes/

Uninstall:
sudo rm -r /usr/share/plymouth/themes/starlabs-logo/

Enable:
sudo update-alternatives
--install /usr/share/plymouth/themes/default.plymouth default.plymouth
/usr/share/plymouth/themes/starlabs-logo/starlabs-logo.plymouth 150
--slave /usr/share/plymouth/themes/default.grub default.plymouth.grub
/usr/share/plymouth/themes/starlabs-logo/starlabs-logo.grub
sudo update-initramfs -u

Disable:
sudo update-alternatives
--remove default.plymouth /usr/share/plymouth/themes/starlabs-logo/starlabs-logo.plymouth
sudo update-initramfs -u

Ratings & Comments

5 Comments

ruby-terminator

in saying that great boot animation!

ruby-terminator

on ubuntu mate 18.04 neither of the above work, the second install method is incomplete and it just diverts to the next alternate splash. the following works $ sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/starlabs-logo/starlabs-logo.plymouth 150 && sudo update-alternatives --set default.plymouth /usr/share/plymouth/themes/starlabs-logo/starlabs-logo.plymouth && sudo update-initramfs -u && sudo cp /etc/default/grub /etc/default/grub.backup && sudo sed -i -e 's/GRUB_TIMEOUT=10/GRUB_TIMEOUT=2/g' /etc/default/grub && sudo sed -i -e 's/GRUB_CMDLINE_LINUX=""/GRUB_CMDLINE_LINUX="quiet splash"/g' /etc/default/grub && sudo update-grub

starlabs

Hey ruby-terminator, You must have another plymouth theme install that uses a higher priority than 150. We'll do some testing and come up with a good solution for this. Glad you like it :)

ruby-terminator

Edubutntu takes priority, and Breeze takes priority, but as you can see in my script I used 150 and It worked for me, the 150 priority wasnt the issue on Ubuntu Mate x64 18.04 server edition... for some reason your script failed me and I had to rework my own.

starlabs

Just realised the "server edition" which explains the why. Your comment will be good here for the future, I don't want to add any generic instructions for editing grub config on a server - that's a dangerous game. Thank you :)

Pling
0 Affiliates
Details
license GPLv3
version 2.0.1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1

More Plymouth Themes from starlabs:

StarLabsTheme
starlabs
last update date: 6 years ago

Score 5.0

Other Plymouth Themes:

Metro bootsplash for Linux Mint
Brahimsalem
last update date: 11 years ago

Score 3.8

Asphyxia BootSplash 0.0.1 Plymouth MOD
T-Head
last update date: 13 years ago

Score 5.1

debian_dreams2_plymouth
edzi
last update date: 13 years ago

Score 4.7

Sputnik
cfaber
last update date: 10 years ago

Score 4.7

Plymouth Theme mud Logs
tigger-gg
last update date: 14 years ago

Score 5.3

dreams-debian-plymouth
edzi
last update date: 14 years ago

Score 5.9




Plymouth

Plymouth is a bootsplash for Linux supporting animations using Direct Rendering Manager and KMS driver. It gets packed into the initrd. Besides eye-candy, Plymouth also handles user interaction during boot. Wikipedia

Installation instructions:

  1. copy YOURTHEME folder to usr/share/plymouth/themes/YOURTHEME

  2. run in terminal:

sudo plymouth-set-default-theme YOURTHEME -R