From e147e3c1392b9b4edd15db7b70590527e9b77751 Mon Sep 17 00:00:00 2001 From: fossedihelm Date: Mon, 4 Mar 2024 16:44:19 +0100 Subject: [PATCH] Adopt UEFI in Windows 2k12, 2k16 and 2k19 Adopt UEFI in Windows 2k12, 2k16 and 2k19 by enabling EFI and Secureboot in the respective templates. Signed-off-by: fossedihelm --- templates/windows2k12.tpl.yaml | 4 ++++ templates/windows2k16.tpl.yaml | 4 ++++ templates/windows2k19.tpl.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/templates/windows2k12.tpl.yaml b/templates/windows2k12.tpl.yaml index f6904c7f..7921af10 100644 --- a/templates/windows2k12.tpl.yaml +++ b/templates/windows2k12.tpl.yaml @@ -143,6 +143,10 @@ objects: ipi: {} runtime: {} reset: {} + firmware: + bootloader: + efi: + secureBoot: true devices: {% if item.multiqueue %} networkInterfaceMultiqueue: True diff --git a/templates/windows2k16.tpl.yaml b/templates/windows2k16.tpl.yaml index 78cb4fca..9094f9a4 100644 --- a/templates/windows2k16.tpl.yaml +++ b/templates/windows2k16.tpl.yaml @@ -142,6 +142,10 @@ objects: ipi: {} runtime: {} reset: {} + firmware: + bootloader: + efi: + secureBoot: true devices: {% if item.multiqueue %} networkInterfaceMultiqueue: True diff --git a/templates/windows2k19.tpl.yaml b/templates/windows2k19.tpl.yaml index 78aac132..da42dd57 100644 --- a/templates/windows2k19.tpl.yaml +++ b/templates/windows2k19.tpl.yaml @@ -142,6 +142,10 @@ objects: ipi: {} runtime: {} reset: {} + firmware: + bootloader: + efi: + secureBoot: true devices: {% if item.multiqueue %} networkInterfaceMultiqueue: True