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

推荐订阅源

人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
小众软件
小众软件
有赞技术团队
有赞技术团队
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
WordPress大学
WordPress大学
J
Java Code Geeks
罗磊的独立博客
V
Visual Studio Blog
雷峰网
雷峰网
H
Help Net Security
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
F
Fortinet All Blogs

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!