Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  UEFI and Secure Boot. Existing Windows 10 virtual instance should be using UEFI and Secure Boot. Check status with If you would like to migrate from bios to efi, please read the following Microsoft docdocument https://learn.microsoft.com/en-us/windows/deployment/mbr-to-gpt
  •  Guest Operating System. Virtual machine configured operating system should match the running operating system. Check with vss-cli --columns moref,name,guest_full_name,guest_full_name_run compute vm ls -f name={vm-name} both must be the same.
  •  Virtual Machine Version. Recommended Virtual Machine version is vmx-19. If your instance version is lower, perform an upgrade: vss-cli compute vm set <id> version vmx vmx-19.
  •  vTPM. vTrusted Platform Module (TPM) should be added to virtual instance: vss-cli compute vm set <id> tpm mk.
  •  VBS. Virtualization-Based Security enabled. If disabled, please enable with: vss-cli compute vm set <id> vbs on

...