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

推荐订阅源

L
LangChain Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Azure Blog
Microsoft Azure Blog
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
U
Unit 42
腾讯CDC
D
Docker
The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
I
InfoQ
Jina AI
Jina AI
爱范儿
爱范儿
宝玉的分享
宝玉的分享
博客园 - Franky
G
Google Developers Blog
P
Proofpoint News Feed

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - systemrescue-systemd-boot
2026-06-18 · via AUR Newest Packages

Latest Comments

TechniKris commented on 2026-03-28 19:46 (UTC)

Nordwin commented on 2026-03-28 18:51 (UTC)

Sorry about that, now it should be fixed.

TechniKris commented on 2026-03-28 18:48 (UTC)

After latest commit 473529e4db8 the systemrescue.conf's checksum needs to be updated.

Nordwin commented on 2025-11-04 07:28 (UTC) (edited on 2025-11-04 07:28 (UTC) by Nordwin)

Sorry for the late reply, I must have overlooked the notification email.

I think I know what the problem is:

On my system, my EFI partition has the label 'EFI' and is mounted to /boot. So the airootfs.sys has path /boot/systemrescue/x86_64/airootfs.sfs.

In the provided systemrescue.conf, I set options archisolabel=EFI archisobasedir=systemrescue. That then leads to /run/archiso/bootmnt/systemrescue/x86_64/airootfs.sfs during starting of Systemrescue.

I guess that is where something goes wrong, because your setup is probably slightly different. What does your boot setup look like? My bootctl output for the systemrescue entry is:

         type: Boot Loader Specification Type #1 (.conf)
        title: SystemRescue 12.xx
           id: systemrescue.conf
       source: /boot//loader/entries/systemrescue.conf (on the EFI System Partition)
     sort-key: systemrescue
        linux: /boot//systemrescue/vmlinuz
       initrd: /boot//systemrescue/intel_ucode.img
               /boot//systemrescue/amd_ucode.img
               /boot//systemrescue/sysresccd.img
      options: archisolabel=EFI archisobasedir=systemrescue iomem=relaxed copytoram net.ifnames=0

Freso commented on 2025-10-22 05:50 (UTC)

Using this, I get an error when booting that it can’t find airootfs.sfs (“cp: can't stat '/run/archiso/bootmnt/systemrescue/x86_64/airootfs.sfs': No such file or directory”). I tried copying the file to the ./systemrescue directory and I’ve tried specifically including it as part of the initrd, but neither of those approaches worked. Any ideas?