-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[issue]: SystemRescue 11.02 is unbootable #2958
Comments
same problem here |
I found the same when launching I was wondering whether this issue had to do with SystemRescue itself and had nothing to do with Ventoy, so I created a bootable USB with SystemRescue version 11.01 and then with SystemRescue version 11.02. I downloaded Experiment 1: Bootable thumb drive using SystemRescue 11.01I created a bootable thumb drive with System Rescue 11.01 using the command below (note that I'm not using ventoy): sudo wipefs -a /dev/sdf
sudo dd if=/home/rodrigo/Downloads/systemrescue-11.01-amd64.iso of=/dev/sdf status=progress I plugged the thumb drive into my laptop and I turned it on. The SystemRescue menu was shown and I selected "Boot SystemRescue using default options". The shell Experiment 2: Bootable thumb drive using SystemRescue 11.02I created a bootable thumb drive with System Rescue 11.02 using the command below (note that I'm not using ventoy): sudo wipefs -a /dev/sdf
sudo dd if=/home/rodrigo/Downloads/systemrescue-11.02-amd64.iso of=/dev/sdf status=progress I plugged the thumb drive into my laptop and I turned it on. The SystemRescue menu was shown and I selected "Boot SystemRescue using default options". The shell |
@rodrigomorales1 The cause is always Ventoy, by design. There is nothing to dwell on here. |
SystemRescue is built on archiso, and there was an issue with booting Arch Linux before (#2825). The error messages in the screenshots in that issue look very similar to the error messages with SystemRescue. |
xzcat fails, not easy to debug since the keyboard does not work |
Confirming this issue persists with SystemRescue 11.03, released today. |
Why wouldn't it? It's Ventoy that needs to be fixed, not SystemRescue. |
The issue is critical. How to fix it? |
If it is critical for you, I suggest that you use some other tool. How to fix it? Examine how Ventoy handles archiso images and what has changed. |
Easy2Boot uses grubfm to boot via UEFI and that works, If you want to use Ventoy, then a workaround is to add the grubfm_multiarch.iso to your Ventoy USB drive and boot to that and then select the Systemrescue iso, |
On Ventoy boot menu, I have set vtbreak=12 on grub shell and then launched SystemRescue 11.03. Got this output: For context, vtbreak=12 force ventoy to stop at following place and print ventoy log: Following is the output when launching SystemRescue 11.01 with vtbreak=12, so we can compare: |
maybe the initrd is compressed with a new, unsupported xz option, and xzcat need to be updated |
Just take a look at one of the earlier fixes and realize how fragile the entire design is. |
|
I've recompiled xzminidec giving more max dict size, and it works: |
Official FAQ
Ventoy Version
1.0.99
What about latest release
Yes. I have tried the latest release, but the bug still exist.
Try alternative boot mode
No. I didn't try these alternative boot modes.
BIOS Mode
UEFI Mode
Partition Style
GPT
Disk Capacity
64GB
Disk Manufacturer
Samsung
Image file checksum (if applicable)
Yes.
Image file download link (if applicable)
https://fastly-cdn.system-rescue.org/releases/11.02/systemrescue-11.02-amd64.iso
What happened?
SystemRescue 11.02 (Linux kernel 6.6.47) is unbootable. The following is printed during boot:
SystemRescue 11.01 (Linux kernel 6.6.30) boots just fine with the same config/hardware.
The text was updated successfully, but these errors were encountered: