fix(autoconfigure): detect kernel and initramfs case-insensitive, even at the root

This commit is contained in:
2025-11-01 01:58:55 -04:00
parent f49bbed0d5
commit fd2e9df3f1
5 changed files with 35 additions and 15 deletions

View File

@@ -4,10 +4,10 @@ version = 1
default-entry = "kernel"
[extractors.boot.filesystem-device-match]
has-item = "\\EFI\\BOOT\\kernel.efi"
has-item = "\\vmlinuz"
[actions.chainload-kernel]
chainload.path = "$boot\\EFI\\BOOT\\kernel.efi"
chainload.path = "$boot\\vmlinuz"
chainload.options = ["console=hvc0"]
chainload.linux-initrd = "$boot\\initramfs"