Skip to content

Commit

Permalink
Adopt UEFI in Windows 2k12, 2k16 and 2k19
Browse files Browse the repository at this point in the history
Adopt UEFI in Windows 2k12, 2k16 and 2k19 by enabling EFI and Secureboot
in the respective templates.

Signed-off-by: fossedihelm <[email protected]>
  • Loading branch information
fossedihelm committed Mar 4, 2024
1 parent 75888b1 commit e147e3c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/windows2k12.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand Down
4 changes: 4 additions & 0 deletions templates/windows2k16.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand Down
4 changes: 4 additions & 0 deletions templates/windows2k19.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand Down

0 comments on commit e147e3c

Please sign in to comment.