Hyper-v Manager Error report

jason simpson 1 Reputation point
2022-10-08T03:15:36.557+00:00

I am trying to start a new VM in my Hyper-v and I am getting the error "Data supplied is of wrong type.(0x8007065D). When I search this issue all I find is indfo dealing with phones even though I put in search for Hypervisor error. Does anyone know how to resolve this issue?

Windows for business Windows Client for IT Pros Storage high availability Virtualization and Hyper-V
0 comments No comments
{count} votes

9 answers

Sort by: Most helpful
  1. Tom 10 Reputation points
    2023-03-04T09:27:02.88+00:00

    After hours of lost time researching the fix for this, I stumbled across a recent change that was to enable a fix for Speculative Execution.

    It was not possible (for me anyway) to roll this fix back, however, I did notice that a single registry key was either missing or of wrong value. As soon as I corrected this value to a string, Hyper-V virtual machines started immediately without any restart.

    I got the fix from here https://community.tenable.com/s/article/Speculative-Execution-Side-Channel-Vulnerability-Plugin-and-Mitigation-Information

    The key in question is

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization" /v MinVmVersionForCpuBasedMitigations /t REG_SZ /d "1.0" /f
    
    2 people found this answer helpful.

  2. Anonymous
    2022-10-08T12:54:18.887+00:00

    What's in the event logs? Do you have a screenshot?

    1 person found this answer helpful.

  3. jason simpson 1 Reputation point
    2022-10-09T03:04:58.23+00:00

    The event logs for the Hyper-v VMMX say the same issue and also say Vm failed to start.

    0 comments No comments

  4. Anonymous
    2022-10-09T12:54:46.837+00:00

    Ok, well based on the limited info you're able to give I'd suggest standing up a new one for testing.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  5. jason simpson 1 Reputation point
    2022-10-10T13:06:26.84+00:00

    I am off today but we have tried to make 3 different test machines and all three have had the same issue.

    0 comments No comments

Your answer

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