Hello, this may sound like it’s minor, but it will likely make me jump from CachyOS knowing my tendencies…lol. And I like the distro. Is there a simple way to disable the CacyOS It’s Blazingly Fast Logo on the Boot screen? Sorry to whoever created it. It’s nothing personal. I just don’t like branding on my boot screen.
You don’t specify what boot loader you are using. But if using refind, try to erase the kernel option “splash” ? (in /boot/refind_linux.conf). If using grub I’d try to look in “/etc/default/grub”, and systemd should use /boot/efi/loader/entries…
Check in arch wiki : Kernel parameters - ArchWiki
I’m not 100% sure.
Yes, it’s using Plymouth so you can change it or disable it.
@PerfMonk @naim
I am using systemd and I can’t seem to find the specs. And if anyone knows how to do so in SystemD, I would really love to know. Thank you!
sudo nano /etc/sdboot-manage.conf
In the the line where it starts with LINUX_OPTIONS, remove the word splash and the space behind it. Make sure not to remove any ".
Then:
sudo sdboot-manage gen
Reboot.
Edit:
More can be found here:
2 Likes