Add support for Xen

This commit is contained in:
2024-12-31 12:05:54 +01:00
parent f8e40e26a9
commit a0da1102e7
2 changed files with 19 additions and 0 deletions

View File

@ -6,3 +6,5 @@ path_to_vmlinuz_link=/boot # /boot in Ubuntu 22.04, / in Debian 11-12
path_to_uki=/efi/EFI/debian/debian-linux.efi
secureboot_enabled="yes" # change to "no" if you did not setup Secure Boot
set_efi_default_image="no" # change to "yes" if you need to boot from EFI\BOOT\BOOTX64.EFI
xen_hypervisor="no" # change to "yes" if you run Xen on this system
path_to_xen_uki=/efi/EFI/debian/debian-linux-xen.efi