Skip to content

Commit 62a1375

Browse files
committed
AB#8112
1 parent 7c693e3 commit 62a1375

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

support/windows-server/virtualization/starting-or-live-migrating-hyper-v-vms-fails.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
---
22
title: Starting or live migrating Hyper-V VMs fails
33
description: Error 0x80070569 occurs when you try to start or do a live migration for a Hyper-V virtual machine.
4-
ms.date: 01/15/2025
4+
ms.date: 01/4/2025
55
manager: dcscontentpm
66
audience: ITPro
77
ms.topic: troubleshooting
8-
ms.reviewer: kaushika, ctimon, kledman
8+
ms.reviewer: kaushika, crloewen
99
ms.custom:
1010
- sap:virtualization and hyper-v\migration
1111
- pcy:WinComm Storage High Avail
1212
appliesto:
1313
- <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
1414
---
15-
# Starting or live migrating Hyper-V virtual machines may fail with error 0x80070569
15+
# Starting or live migrating Hyper-V virtual machines might fail with error 0x80070569
1616

1717
This article provides workarounds to solve the issue that virtual machines can't start or you can't do a live migration for a Hyper-V virtual machine in Windows Server.
1818

1919
_Original KB number:_ &nbsp; 2779204
2020

2121
## Symptoms
2222

23-
Virtual machines running on Windows Server 2016 or Windows Server 2012 R2 Hyper-V hosts may fail to start. You may receive an error message that's similar to:
23+
Virtual machines running on Windows Server or Hyper-V hosts might fail to start. You might receive an error message that's similar to:
2424

25-
> Error 0x80070569 ('VM_NAME' failed to start worker process: Logon Failure: The user has not been granted the requested logon type at this computer.)
25+
> Error 0x80070569 ('VM_NAME' failed to start worker process: Logon Failure: The user isn't granted the requested logon type at this computer.)
2626
27-
When you do a live migration of a Hyper-V virtual machine, the live migration may fail. You may receive an error message that's similar to:
27+
When you do a live migration of a Hyper-V virtual machine, the live migration might fail. You might receive an error message that's similar to:
2828

29-
> Failed to create Planned Virtual Machine at migration destination: Logon failure: the user has not been granted the requested logon type at this computer. (0x80070569)
29+
> Failed to create Planned Virtual Machine at migration destination: Logon failure: the user isn't granted the requested logon type at this computer. (0x80070569)
3030
31-
Additionally, when you do a recovery checkpoint and try to convert it to a reference point by using the `ConvertToReferencePoint` method, the conversion may fail. You may receive an error message that's similar to:
31+
Additionally, when you do a recovery checkpoint and try to convert it to a reference point by using the `ConvertToReferencePoint` method, the conversion might fail. You might receive an error message that's similar to:
3232

33-
> Failed to write VHD attachment "VHDX_NAME" to "VM_NAME": Account restrictions are preventing this user from signing in. For example, blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced. (0x8007052f)
33+
> Failed to write VHD attachment "VHDX_NAME" to "VM_NAME": Account restrictions prevent this user from signing in. For example, blank passwords aren't allowed, sign-in times are limited, or a policy restriction is enforced. (0x8007052f)
3434
3535
> [!NOTE]
3636
> The issue may stop temporarily if an Administrator logs into the Hyper-V host and runs the command `gpupdate /force`.
@@ -39,6 +39,10 @@ Additionally, when you do a recovery checkpoint and try to convert it to a refer
3939

4040
This issue occurs because the NT Virtual Machine\Virtual Machines special identity doesn't have the **Log on as a service** right on the Hyper-V host computer. Usually, the Virtual Machine Management Service (VMMS) replaces this user permission at every Group Policy refresh to ensure it's always present. However, you may notice that the Group Policy refresh doesn't function correctly in certain situations.
4141

42+
## Potential Fix
43+
44+
One potential way to resolve this issue is to enable service log on. For more information, see [How to Enable Service Logon](/system-center/scsm/enable-service-log-on-sm?view=sc-sm-2025#enable-service-logon-as-log-on-type).
45+
4246
## Workaround
4347

4448
To work around this problem, use the output of the `gpresult` command to identify the Group Policy Object (GPO) that modifies user rights settings. Then, use one of the following methods to correct the issue:

0 commit comments

Comments
 (0)