-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[issue]: CachyOS with systemd-boot as image bootloader does not find disk #2824
Description
Official FAQ
- I have checked the official FAQ.
Ventoy Version
1.0.96
What about latest release
Yes. I have tried the latest release, but the bug still exist.
Try alternative boot mode
Yes. I have tried them, but the bug still exist.
BIOS Mode
UEFI Mode
Partition Style
GPT
Disk Capacity
128GB
Disk Manufacturer
SanDISK
Image file checksum (if applicable)
No.
Image file download link (if applicable)
What happened?
Hi,
On CachyOS we wanted to switch the bootloader to systemd-boot for the ISO due following archlinux upstream (https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/374).
Ventoy is not able to boot from the ISO and does not find the disk e.G:
Waiting 30 seconds for device /dev/disk/by-label/....
after that it fails.
We have tried multiple ways to detect the Image when systemd-boot is used:
- Label
- archisosearchuuid (https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/372)
- archisodevice
Using GRUB 2 mode does fix the issues, but this is actually not a solution.
Second Issue, when Grub as ISO Bootloader is used
Additionally archlinux introduced recently including the ucode into the initramfs. When this mkinitcpio hook is used, it results also into a not bootable ISO with the grub bootloader.
Edit:
archiso 77 was used to build the ISO