Skip to content

Commit 3888125

Browse files
authored
Merge pull request #9514 from v-tappelgate/AB#6972-Migrate-W11-VM-to-Hyper-V
AB#6972: Migrate W11 VM from VMware to Hyper-V
2 parents 0a28258 + 9c48143 commit 3888125

2 files changed

Lines changed: 59 additions & 1 deletion

File tree

support/windows-server/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2836,8 +2836,10 @@ items:
28362836
href: ./virtualization/get-vmnetworkadapter-doesnt-report-ip-addresses.md
28372837
- name: Virtual Machines enter the paused state
28382838
href: ./virtualization/virtual-machines-enter-paused-state-low-disk-free.md
2839-
- name: virtual machine shutdown actions don't run
2839+
- name: Virtual machine shutdown actions don't run
28402840
href: ./virtualization/vm-shutdown-actions-not-run.md
2841+
- name: Windows 11 virtual machine doesn't start after you migrate it from VMware to Hyper-V
2842+
href: ./virtualization/windows-11-vm-wont-start-after-migrating-from-vmware-to-hyper-v.md
28412843
- name: Virtual machine will not boot
28422844
items:
28432845
- name: 0x8000FFFF error when you start VM
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Windows 11 Virtual Machine Doesn't Start After Migration From VMware to Hyper-V
3+
description: Describes how to configure a Windows 11 virtual machine after you migrate it from VMware to Hyper-V.
4+
ms.date: 08/15/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika
9+
ms.custom:
10+
- sap:virtualization and hyper-v\virtual machine state
11+
- pcy:WinComm Storage High avail
12+
---
13+
14+
# Windows 11 VM doesn't start after migration from VMware to Hyper-V
15+
16+
This article provides steps to make sure that a migrated Windows 11 virtual machine (VM) can start after you migrate it from VMware to Hyper-V.
17+
18+
## Symptoms
19+
20+
After you migrate a VM from VMware to Hyper-V, the VM doesn't start. When this issue occurs, you don't see any specific error codes.
21+
22+
## Cause
23+
24+
Windows 11 requires a TPM for Secure Boot and security compliance. The following settings affect VM startup:
25+
26+
- Secure Boot configuration
27+
- Trusted Platform Module (TPM) configuration
28+
29+
## Solution
30+
31+
For best results when you migrate a VM, we recommend that you follow the procedures that are provided in [Convert a VMware VM to Hyper-V in the VMM fabric](/system-center/vmm/vm-convert-vmware?view=sc-vmm-2025). That article provides detailed steps for how to prepare to migrate a VM and the migration process itself.
32+
33+
The following procedure provides steps that are specific to VMs that run Windows 11 or a later version.
34+
35+
> [!IMPORTANT]
36+
>
37+
> - Make sure that you have administrative access to both the VMware and Hyper-V environments.
38+
> - Make sure that System Center Virtual Machine Manager (SCVMM) is installed and configured to manage and migrate the VM. For more information, see the "Start by bringing your vCenter server and the source ESXi hosts under SCVMM management" section of [Convert a VMware VM to Hyper-V in the VMM fabric](/system-center/vmm/vm-convert-vmware?view=sc-vmm-2025#start-by-bringing-your-vcenter-server-and-the-source-esxi-hosts-under-scvmm-management).
39+
> - Verify that the edition of Windows 11 that you're using is compatible with Hyper-V requirements, including TPM support.
40+
41+
To configure the security settings for the migrated VM, follow these steps:
42+
43+
1. In Hyper-V Manager, right-click the VM, and then select **Settings**.
44+
1. Select **Security**. On the **Security** page, make sure that the following settings are selected:
45+
46+
- **Secure Boot**
47+
- **Trusted Platform Module (TPM)**
48+
49+
1. Under **Secure Boot**, make sure that **Template** is set to **Microsoft UEFI Certificate Authority**.
50+
51+
1. Select **OK** to save the settings.
52+
1. Restart the VM.
53+
54+
## Additional support
55+
56+
If the VM still doesn't start after you complete these steps, contact Microsoft Support for further assistance. As part of your support request, specify that you have a Hyper-V or SCVMM issue.

0 commit comments

Comments
 (0)