
MacOS Boot Plymouth
Original
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/nilotpalbiswas/MacOS-Boot-Plymouth.git
ja7adr
2 months ago
Report
14kaitou
2 months ago
Report
14kaitou
2 months ago
Report
cheetaof71
3 months ago
Report
cheetaof71
3 months ago
Report
unclevez
8 months ago
from old plymouth.
Report
alexbot2000
8 months ago
Report
gccc
9 months ago
Report
gccc
9 months ago
Report
pauletta1987
9 months ago
1) Download the file, extract and copy the entire extracted folder to the plymouth themes root folder:
sudo mv //home/username/Downloads/apple-mac-plymouth /usr/share/plymouth/themes
OBS1: I will use, as default, the folder I want to move located at "Downloads
OBS2: replace "username" with your user name (obviously...).
2) Open terminal and run the folowing commands:
$ sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/mac-apple-plymouth/mac-apple-plymouth.plymouth 100
$ sudo update-alternatives --config default.plymouth
(choose the plymouth number)
$ sudo update-initramfs -u
3) Reboot and enjoy
Report
pauletta1987
9 months ago
a - I said to copy the content, but I used the "move" comand "mv"
b - The correct command to move (there was an aditional bar after the "mv" command") :
$ sudo mv /home/username/Downloads/apple-mac-plymouth /usr/share/plymouth/themes
Report
zaar
8 months ago
-the file name is not mac-apple-plymouth
-the correct one is apple-mac-plymouth
I realized it when I failed to install it, thank you
Report
rejoyan1
11 months ago
Report
wiliams
11 months ago
great is the best I've tried so far, thanks for the input
Report
wiliams
11 months ago
Report