Share via

Problem booting Windows 2012R2 VM on Windows 2025 Hyper-V

Stefan Cuypers 100 Reputation points
2025-07-20T05:33:22.69+00:00

We're having a problem with a Windows Server 2025 Hyper-V cluster.

We have 2 identical clusters (same hardware, same BIOS version) and when we move a Windows 2012R2 VM from one cluster to another it does not boot any more (tested with 2 different VM's).

The error is a blue screen 0x7B (INACCESSIBLE_BOOT_DEVICE).

If we move the machine back to the other cluster it boots just fine.

Only difference I see is the cluster path level. The working cluster is an older Windows Update (KB5058411, KB5058523 and KB5054979).

Whereas the newer cluster has KB5063666, KB5062553, KB5056579 and KB5059502. It tried installing KB5064489 also, but that does not help.

A VM with Windows server 2022 of 2025 does move fine, so it seems to be linked to 2012R2.

I also tried to install a brand new 2012R2 VM from the original iso and then completely upgrading it with Windows Update and that machine is working fine. It seems to have the same verson of storage drivers as the non working VM.

The faulting VM does boot succesfully into recovery mode. I tried bootrec /fixmbr and bootrec /fixboot, but that does not help.

Windows for business | Windows Server | Storage high availability | Virtualization and Hyper-V
{count} votes

Answer accepted by question author
  1. Vladimir Shebaldenkov 140 Reputation points
    2025-11-08T21:48:11.8233333+00:00

    I compared the registry of a VM that boots with one that doesn’t and found some differences.

    Then I booted into recovery mode, copied the missing registry keys, and successfully booted the Windows Server 2012 R2 VM on a 2025 Hyper-V host.

    reg load HKLM\TempHive c:\Windows\system32\config\SYSTEM

    reg copy HKLM\TempHive\ControlSet001\Enum\ACPI\VMBus HKLM\TempHive\ControlSet001\Enum\ACPI\MSFT1000 /s

    reg copy HKLM\TempHive\ControlSet001\Enum\ACPI\Hyper_V_Gen_Counter_V1 HKLM\TempHive\ControlSet001\Enum\ACPI\MSFT1002 /s

    13 people found this answer helpful.

17 additional answers

Sort by: Most helpful
  1. Peter Jericho 0 Reputation points
    2025-09-03T03:05:37.21+00:00

    Steps we used to resolve the issue:

    1. Uninstall KB5062553 from Server 2025 Hyper-V host and reboot it.
    2. Boot Server 2012 R2 virtual machine normally.
    3. Run the following from inside Server 2012 R2 virtual machine using an elevated command prompt - DISM /Online /Cleanup-Image /StartComponentCleanup
    4. Reinstall KB5062553 onto Server 2025 Hyper-V host.
    5. Reboot Server 2025 Hyper-V host to complete the installation.
    6. Reboot Server 2012 R2 virtual machine to validate it boots normally.

    ** The issue arose for us due to the Server 2012 R2 virtual machine originally being a physical server.


  2. Kaced Yanis 0 Reputation points
    2025-08-21T07:43:02.1833333+00:00

    Hello,

    I tried moving my windows server 2012 on an older cluster so i can boot it up again. I've added the SCSI controller and even a disk, i booted it up and let it work for two days.

    Then i moved it back on my windows server 2025 hyper v, but it still wont boot.

    I come here everyday, hoping to find a new workaround or a patch that would solve it.

    Does someone have a solution ?


  3. Hammer 0 Reputation points
    2025-08-09T23:39:31.25+00:00

    Hi, having the same issue…any update on a possible solution? For now, I’m running the Server 2012R2 VM nested inside a Server 2022 VM under a Server 2025 host just to be able to have it up. There’s a huge performance penalty so would be great to find a better solution.

    0 comments No comments

  4. Peter Stam 46 Reputation points
    2025-08-01T12:17:24.7133333+00:00

    Hi Guys,

    So after a 7 hours call with MS still no solution. We checked so many things but not booting. My thanks go out to the engineer who helped me!, he will need to get into contact with his technical manager and see where to go from here.

    Seems like a very annoying issue.

    Hope to get some updates here soon, in the meanwhile thank you everyone for the posts here!

    Regards


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.