virtualbox Raw-mode is unavailable courtesy of Hyper-V windows 10

后端 未结 20 1879
清酒与你
清酒与你 2020-12-07 07:28

issues:

Failed to open a session for the virtual machine ubuntu.

Raw-mode is unavailable courtesy of Hyper-V. (VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT).

Resul         


        
20条回答
  •  一生所求
    2020-12-07 07:44

    I wanted learn how to use vagrant with virtualbox, when I got the error message 'Raw-mode is unavailable courtesy of Hyper-V'. To fix this issue, I think I made all of the suggested changes above (thank you guys), and some more.

    Let me summarize:

    ( cmd: optionalfeatures )
    Turn off 'Hyper-V'
    Turn off 'Containers'
    Turn off 'Windows Subsystem for Linux'

    cmd: bcdedit /set hypervisorlaunchtype off

    ( cmd: gpedit.msc )
    Local Computer Policy -> Computer Configuration -> Administrative Templates -> System -> Device Guard ->
    Disable 'Turn On Virtualization Based Security'

    Settings -> Update & Security -> Windows Security -> Device Security -> Core isolation details -> Memory integrity -> Off

提交回复
热议问题