惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
Vercel News
Vercel News
Recent Announcements
Recent Announcements
B
Blog RSS Feed
Y
Y Combinator Blog
M
MIT News - Artificial intelligence
MongoDB | Blog
MongoDB | Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
D
Docker
Jina AI
Jina AI
IT之家
IT之家
人人都是产品经理
人人都是产品经理
L
LangChain Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
博客园 - 叶小钗
The GitHub Blog
The GitHub Blog
The Cloudflare Blog
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
[Tutorial] Disable or Remove Plymouth (boot splash)
NoVa · 2026-01-25 · via CachyOS Forum - Latest posts

21

I had to take out quiet & splash again.
It seems like new CachyOS kernel updates reset it every update now!

manan 22

Maybe try using the sdboot-manage method:

It’s possible that when the new initrd is built after a kernel update the settings in /etc/sdboot-manage.conf are applied to it.

since the lastest clean (03/06/2026) install the packages plymouth-git, plymouth-kcm and cachyos-plymouth-theme (running cosmic-desktop only) were not located with pacman, and threw an error. removed the others and followied the guide - all is well.

Question - I’ve removed all of the packages mentioned to remove, removed the hook from mkinitcpio.conf and done the mkinitcpio -P, I’ve added and removed the respectively mentioned kernel boot parameters and updated grub, but the kernel messages still say this when I shut down:

7434

And this when I boot up:

7436

(As you can see, plymouth is indeed removed/not running/etc as I get no splash screen)

What the heck could still be trying to run plymouth?

cscs 25

Maybe check something like;

systemctl list-units --all | grep -i plymouth

You could similarly look around in journalctl.

image

aha! I presume I can safely disable all of these.

cscs 27

Maybe also triple check packages;

pacman -Qs plymouth

But if they are somehow left over with no ‘parent’ package then they could be removed manually.

Did have to do a heck of a lot of manual removal in the end. Possibly I didn’t do the initial removal correctly when I went about that >6mo ago. Either way, rebooted and confirmed I blew nothing up. :partying_face: Thanks!