Windows Server 2016: Hibernate + Hyper V issue

Wilhelm Thomas 1 Reputation point
2020-08-10T14:32:50.457+00:00

Hello,

I have Windows Server 2016 (ws2016) with hyper v enable
I'm trying to hibernate the machine

here is what I did:

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>powercfg -h on

C:\WINDOWS\system32>powercfg -a
The following sleep states are available on this system:
    Standby (S1 S3)
    Hibernate
    Fast Startup

The following sleep states are not available on this system:
    Standby (S2)
        The system firmware does not support this standby state.

    Standby (S0 Low Power Idle)
        The system firmware does not support this standby state.

    Hybrid Sleep
        The hypervisor does not support this standby state.


C:\WINDOWS\system32>shutdown -h
The request is not supported.(50)

C:\WINDOWS\system32>

Any idea on how to solve this?

thank you

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,430 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,627 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 34,191 Reputation points Microsoft Vendor
    2020-08-11T06:05:31.497+00:00

    Hi,

    Please run Regedit and select the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentCongtrolSet\Control\Power. Check the value of the DWORD "HibernateEnabled" and set it to 1 if it's 0.
    Also check the value of the DWORD "HiberFileSizePercent". If it's 0, it means 40%. To get the size of the hibernation file (C:\hiberfil.sys), you can multiply the percentage by the size of usable memory. Make sure there are enough free disk space for hiberfil.sys on C: Drive.

    16984-2020-08-11-133840.png
    You could change the hibernation file size with
    POWERCFG /HIBERNATE /SIZE

    For more details you could refer to this article
    System Power States
    https://learn.microsoft.com/en-us/windows/win32/power/system-power-states

    Best Regards,
    Ian

    ----------

    Please remember to "Accept Answer" and upvote if the reply is helpful.

    0 comments No comments

  2. Jannick Hald 21 Reputation points
    2020-08-11T06:12:29.277+00:00

    Hi,
    I'm afraid that when enabling Hyper-V, you are also disabling Hybrid sleep, to confirm this you can try and disable Hyper-V.
    Check and see if Hybrid sleep is available, then enable Hyper-V again.

    Br

    0 comments No comments