You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/virtualization/starting-or-live-migrating-hyper-v-vms-fails.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,36 @@
1
1
---
2
2
title: Starting or live migrating Hyper-V VMs fails
3
3
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
5
5
manager: dcscontentpm
6
6
audience: ITPro
7
7
ms.topic: troubleshooting
8
-
ms.reviewer: kaushika, ctimon, kledman
8
+
ms.reviewer: kaushika, crloewen
9
9
ms.custom:
10
10
- sap:virtualization and hyper-v\migration
11
11
- pcy:WinComm Storage High Avail
12
12
appliesto:
13
13
- <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
14
14
---
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
16
16
17
17
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.
18
18
19
19
_Original KB number:_ 2779204
20
20
21
21
## Symptoms
22
22
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:
24
24
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.)
26
26
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:
28
28
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)
30
30
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:
32
32
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)
34
34
35
35
> [!NOTE]
36
36
> 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
39
39
40
40
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.
41
41
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
+
42
46
## Workaround
43
47
44
48
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