2025-10-04 23:12:01 -07:00
|
|
|
version = 1
|
|
|
|
|
|
2025-10-13 01:02:51 -07:00
|
|
|
[extractors.boot.filesystem-device-match]
|
|
|
|
|
has-item = "\\EFI\\BOOT\\kernel.efi"
|
2025-10-13 00:55:11 -07:00
|
|
|
|
2025-10-04 23:12:01 -07:00
|
|
|
[actions.chainload-kernel]
|
2025-10-13 00:55:11 -07:00
|
|
|
chainload.path = "$boot\\EFI\\BOOT\\kernel.efi"
|
2025-10-12 20:32:51 -07:00
|
|
|
chainload.options = ["console=hvc0"]
|
2025-10-13 00:55:11 -07:00
|
|
|
chainload.linux-initrd = "$boot\\initramfs"
|
2025-10-05 00:09:53 -07:00
|
|
|
|
2025-10-14 16:21:56 -07:00
|
|
|
[actions.chainload-xen]
|
|
|
|
|
chainload.path = "$boot\\EFI\\BOOT\\xen.efi"
|
|
|
|
|
|
|
|
|
|
[entries.xen]
|
|
|
|
|
title = "Boot Xen"
|
|
|
|
|
actions = ["chainload-xen"]
|
|
|
|
|
|
2025-10-12 20:32:51 -07:00
|
|
|
[entries.kernel]
|
|
|
|
|
title = "Boot Linux"
|
|
|
|
|
actions = ["chainload-kernel"]
|