
Plymouth Themes bootsplash kali linux plymouth
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/jonasotow/KaliLinux-Plymouth
Kali Linux Plymouth
To Install:
1. Copy file to usr/share/plymouth/themes
2. Run in terminal:
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/KaliLinux-Plymouth/kali.plymouth 100
sudo update-alternatives --config default.plymouth
(We verify that our theme is applied)
sudo update-initramfs -u
Fix the delay in loading plymouth:
If we observe that we begin to see the system load in text mode before viewing the animation, we can correct it with these commands from the Terminal:
sudo -s
echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash
update-initramfs -u
exit
arun94
1 year ago
Report
wuek09h
1 year ago
Report