File: hyperv-uefi-secure-boot-a2a617ac2c313afd.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (20 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
features:
  - |
    Added support for Hyper-V VMs with UEFI Secure Boot enabled.
    In order to create such VMs, there are a couple of things to consider:

    * Images should be prepared for Generation 2 VMs. The image property
      "hw_machine_type=hyperv-gen2" is mandatory.
    * The guest OS type must be specified in order to properly spawn the VMs.
      It can be specified through the image property "os_type", and the
      acceptable values are "windows" or "linux".
    * The UEFI Secure Boot feature can be requested through the image property
      "os_secure_boot" (acceptable values: "disabled", "optional", "required")
      or flavor extra spec "os:secure_boot" (acceptable values: "disabled",
      "required"). The flavor extra spec will take precedence. If the image
      property and the flavor extra spec values are conflicting, then an
      exception is raised.
    * This feature is supported on Windows / Hyper-V Server 2012 R2 for
      Windows guests, and Windows / Hyper-V Server 2016 for both
      Windows and Linux guests.