|
1 | 1 | --- |
2 | 2 | title: Troubleshoot Hyper-V Virtual Machine Input, Migration, and Device Integration Issues |
3 | | -description: Provides a comprehensive guide to troubleshoot common issues encountered with Hyper-V virtual machines (VMs). |
4 | | -ms.date: 08/18/2025 |
| 3 | +description: Provides a comprehensive guide to troubleshoot common issues with Hyper-V virtual machines (VMs). |
| 4 | +ms.date: 08/22/2025 |
5 | 5 | manager: dcscontentpm |
6 | 6 | audience: itpro |
7 | 7 | ms.topic: troubleshooting |
@@ -124,7 +124,7 @@ Update the VM configuration by using the following cmdlet: |
124 | 124 | Update-VMVersion -Name <VMName> |
125 | 125 | ``` |
126 | 126 |
|
127 | | -After the updating, test live migration. If issues persist, shut down the VM, perform a quick migration, and then restart. |
| 127 | +After the update, test live migration. If issues persist, shut down the VM, perform a quick migration, and then restart. |
128 | 128 |
|
129 | 129 | #### Cluster/heartbeat-related reboots |
130 | 130 |
|
@@ -152,7 +152,7 @@ If VMs are rebooted due to heartbeat failures, follow these steps: |
152 | 152 | 1. Create a new checkpoint for the affected VM. |
153 | 153 | 2. Export the latest checkpoint to a safe location. |
154 | 154 | 3. Delete the VM from Hyper-V Manager. |
155 | | -4. Import the VM back into Hyper-V using the restore option. For clusters, remove the VM from the cluster, recreate it with the same configuration, attach the existing VHD/VHDX, and add it back to the cluster. |
| 155 | +4. Import the VM back into Hyper-V using the restore option. For clusters, remove the VM from the cluster, re-create it with the same configuration, attach the existing VHD/VHDX, and add it back to the cluster. |
156 | 156 | 5. Inspect checkpoints using PowerShell: |
157 | 157 |
|
158 | 158 | ```powershell |
@@ -221,5 +221,5 @@ To collect logs and information: |
221 | 221 |
|
222 | 222 | ## References |
223 | 223 |
|
224 | | -- [Deploying graphics devices using DDA](/windows-server/virtualization/hyper-v/deploy/deploying-graphics-devices-using-dda#configure-the-vm-for-dda) |
| 224 | +- [Deploy graphics devices using DDA](/windows-server/virtualization/hyper-v/deploy/deploying-graphics-devices-using-dda#configure-the-vm-for-dda) |
225 | 225 | - Check Microsoft advisories for relevant updates and patches. |
0 commit comments