[GH-ISSUE #1631] System Rescue CD (UEFI) doesn't finish booting due to wrong download link #550

Open
opened 2026-02-27 14:52:11 +03:00 by kerem · 0 comments
Owner

Originally created by @m-iwanicki on GitHub (Jun 2, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1631

[?]: This bug persists when memory is increased beyond 8GB.
I Couldn't test it, but I doubt wrong download link is connected to RAM amount

Describe the bug

System Rescue CD doesn't boot correctly (enters initramfs shell) due to wrong download link.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Utilities (UEFI)
  2. Select System Rescue CD
  3. Select System Rescue 12.01

Expected behavior
System manages to finish booting

Screenshots

Additional context

Logs:

:: Mounting /run/archiso/bootmnt (tmpfs) filesystem, size='75%'
:: Downloading 'https://github.com/netbootxyz/asset-mirror/releases/download/12.01-046a7ade/sysresccd/x86_64/airootfs.sfs'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
ERROR: Downloading 'https://github.com/netbootxyz/asset-mirror/releases/download/12.01-046a7ade/sysresccd/x86_64/airootfs.sfs'
   Falling back to interactive prompt
   You can try to fix the problem manually, log out when you are finished
sh: can't access tty; job control turned off
[rootfs ~]# 

Correct link seems to be:

https://github.com/netbootxyz/asset-mirror/releases/download/12.01-046a7ade/airootfs.sfs

For some reason it tries to download from /12.01-046a7ade/sysresccd/x86_64/ instead of /12.01-046a7ade/x86_64/

Tested on both QEMU and ODROID-H4 PLUS

Originally created by @m-iwanicki on GitHub (Jun 2, 2025). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1631 [?]: This bug persists when memory is increased beyond 8GB. _I Couldn't test it, but I doubt wrong download link is connected to RAM amount_ <!-- Please validate that the issue is not a symptom of insufficient memory. Many installation media are based on live-cd images that require more than a few MB/GB of memory to run. --> **Describe the bug** <!-- A clear and concise description of what the bug is. --> System Rescue CD doesn't boot correctly (enters initramfs shell) due to wrong download link. **To Reproduce** Steps to reproduce the behavior: 1. Go to `Utilities (UEFI)` 2. Select `System Rescue CD` 3. Select `System Rescue 12.01` **Expected behavior** System manages to finish booting **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> **Additional context** Logs: ``` :: Mounting /run/archiso/bootmnt (tmpfs) filesystem, size='75%' :: Downloading 'https://github.com/netbootxyz/asset-mirror/releases/download/12.01-046a7ade/sysresccd/x86_64/airootfs.sfs' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 ERROR: Downloading 'https://github.com/netbootxyz/asset-mirror/releases/download/12.01-046a7ade/sysresccd/x86_64/airootfs.sfs' Falling back to interactive prompt You can try to fix the problem manually, log out when you are finished sh: can't access tty; job control turned off [rootfs ~]# ``` Correct link seems to be: <https://github.com/netbootxyz/asset-mirror/releases/download/12.01-046a7ade/airootfs.sfs> For some reason it tries to download from `/12.01-046a7ade/sysresccd/x86_64/` instead of `/12.01-046a7ade/x86_64/` Tested on both QEMU and ODROID-H4 PLUS
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#550
No description provided.