-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Currently the DevicePath
parse function only supports TYPE_MEDIA
sub type 0x04
(MEDIA_FILEPATH_DP
)1, however, booting with systemd boot stub requires sub type 0x03
(MEDIA_VENDOR_DP
) with LoadImage
2.
At the moment this causes boot with a UKI using the systemd boot stub to fail with:
[ERROR] Unexpected end of device path
Error loading kernel image: Unsupported
PANIC: panicked at src/main.rs:290:5:
Unable to boot from any virtio-blk device
It would be great if this sub type could be supported to allow UKI booting.
Footnotes
lukasfrank, guvenc, retrage and p5
Metadata
Metadata
Assignees
Labels
No labels