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

推荐订阅源

S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
有赞技术团队
有赞技术团队
美团技术团队
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Engineering at Meta
Engineering at Meta
T
Tailwind CSS Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
I
InfoQ
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Crimson Desert activating HDR leads to crash to desktop 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 Issue happening only on wayland Display not recognised - low resolution
Help with kernel update, emergency mode
@Mykyta_Mete · 2026-04-17 · via CachyOS Forum - Latest posts

1

Hi everyone,

I’m having a persistent issue with kernel updates on CachyOS and I’d really appreciate some help tracking down the root cause.

For the past couple of months, every time I update the kernel and reboot, the system ends up in emergency mode. The update itself completes, but something breaks during boot afterwards.

During the update I consistently get this error related to mkinitcpio:

==> ERROR: Hook 'sd-btrfs-overlayfs' cannot be found

I already removed sd-btrfs-overlayfs from my mkinitcpio hooks and re-generated the initramfs with mkinitcpio -P. The process completes without errors now, but after rebooting the system the same problem reappears and /boot fails to mount.

Here is the relevant error from journalctl -xb -p 3:

usb 3-2.1.2: device descriptor read/64, error -32
zram-generator failed with exit status 1
systemd-modules-load: Failed to find module 'ntsync'
systemd-modules-load: Failed to find module 'uhid'
systemd-modules-load: Failed to find module 'crypto_user'
systemd-modules-load: Failed to find module 'i2c_dev'
systemd-modules-load: Failed to find module 'pkcs8_key_parser'
Failed to start ufw.service
Failed to mount /boot
Timed out waiting for device /dev/zram0

My /etc/fstab looks correct and points to the right partition:

/dev/nvme0n1p1 (vfat, UUID=7AA0-21B7) -> /boot
/dev/nvme0n1p2 (btrfs, UUID=5a532593-8224-4893-8df1-d127536c90b9) -> /

The system works fine otherwise, but any kernel update seems to break the boot process.

What I’ve already tried:

  • Removed sd-btrfs-overlayfs from mkinitcpio hooks

  • Regenerated initramfs (mkinitcpio -P)

  • Verified /etc/fstab

  • Reinstalled kernel packages

  • Checked boot partition integrity

Any guidance would be really appreciated.

Thanks in advance!

2

can you also report this file

cat /etc/mkinitcpio.conf

and

inxi -Fza

SOLVED: added missing HOOK: base, after that removed sd-btrfs-overlayfs and did sudo pacman -Syu limine-mkinitcpio-hook!

2 Likes