Windows 11 Update in Azure stops with TPM 2.0 error

KonradSL 71 Reputation points
2022-02-25T13:06:40.967+00:00

I've a Windows 11 virtual machine in Azure (Dev Channel updates). Since today, the update stops at 8% download and a setup window pops up, saying, that the PC doesn't support TPM 2.0

How is this possible on azure? How can I bypass or fix this obviously wrong error?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,127 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,163 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Limitless Technology 43,931 Reputation points
    2022-02-28T15:39:19.267+00:00

    Hi @KonradSL

    Besides recommending to open a support ticket to Azure in order to check why vTPM is not enable on the VM, you can follow the next registry change in order to disable the TPM check:

    Registry Key: HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup

    Name: AllowUpgradesWithUnsupportedTPMOrCPU

    Type: REG_DWORD

    Value: 1

    Source: https://support.microsoft.com/en-us/windows/ways-to-install-windows-11-e0edbbfb-cfc5-4011-868b-2ce77ac7c70e

    Hope this helps with your query,

    --
    --If the reply is helpful, please Upvote and Accept as answer--

    2 people found this answer helpful.

  2. Reza-Ameri 16,831 Reputation points
    2022-02-26T16:07:45.817+00:00

    I believe this is a bug, so open start and search for feedback and open the Feedback Hub app and report this issue and specify the build version of Windows and explain you are running on Azure VM and steps to reproduce the problem.

    0 comments No comments