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

后端 未结 20 1755
清酒与你
清酒与你 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:45

    In my case, the problem was with the specific box I was trying to use ubuntu/xenial64, I just had to switch to centos/7 and all those errors disappeared.

    Hope this helps someone.

    0 讨论(0)
  • 2020-12-07 07:48

    I have exactly the same question and have done the same things as you with no success.

    I found an entries in my log of

    HM: HMR3Init: Falling back to raw-mode: VT-x is not available
    VMSetError: F:\tinderbox\win-5.2\src\VBox\VMM\VMMR3\VM.cpp(361) int __cdecl 
    VMR3Create(unsigned int,const struct VMM2USERMETHODS *,void (__cdecl *)(struct UVM *,void *,int,const char *,unsigned int,const char *,const char *,char *),void *,int (__cdecl *)(struct UVM *,struct VM *,void *),void *,struct VM **,struct UVM **); rc=VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT
    00:00:05.088846 
    VMSetError: Raw-mode is unavailable courtesy of Hyper-V. 00:00:05.089946 
    
    ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={Raw-mode is unavailable courtesy of Hyper-V. (VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT)}, preserve=false aResultDetail=0 00:00:05.090271 Console: Machine state changed to 'PoweredOff'
    

    My chip says it has VT-x and is on in the Bios but the log says not
    HM: HMR3Init: Falling back to raw-mode: VT-x is not available I have a 6 month old Lenovo Yoga with 2.7-GHz Intel Core i7-7500U


    I have tried the following, but it didn't work for me.

    From this thread https://forums.virtualbox.org/viewtopic.php?t=77120#p383348 I tried disabling Device Guard but Windows wouldn't shut down so I reenabled it.

    I used this path .... On the host operating system, click Start > Run, type gpedit.msc, and click Ok. The Local group Policy Editor opens. Go to Local Computer Policy > Computer Configuration > Administrative Templates > System > Device Guard > Turn on Virtualization Based Security. Select Disabled.

    0 讨论(0)
  • 2020-12-07 07:49

    Disabling Device Guard or Credential Guard fixed for me:

    • click Start > Run, type gpedit.msc, and click Ok. The Local Group Policy Editor opens. Go to Local Computer Policy > Computer Configuration > Administrative Templates > System > Device Guard > Turn on Virtualization Based Security. Select Disabled.
    • Go to Control Panel > Uninstall a Program > Turn Windows features on or off to turn off Hyper-V.

    Select. Do not restart.

    Delete the related EFI variables by launching a command prompt on the host machine using an Administrator account and run these commands:

    mountvol X: /s
    copy %WINDIR%\System32\SecConfig.efi X:\EFI\Microsoft\Boot\SecConfig.efi /Y
    bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader
    bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi"
    bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}
    bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS 
    bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} device partition=X:
    mountvol X: /d
    

    Note: Ensure X is an unused drive, else change to another drive.

    Restart the host. Accept the prompt on the boot screen to disable Device Guard or Credential Guard.

    Source: https://kb.vmware.com/s/article/2146361

    0 讨论(0)
  • 2020-12-07 07:49

    After Windows 10 update in July of 2018 I suddenly experienced this issue with Virtual Box losing 64-Bit OS options resulting in the error.

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

    Existing Laravel Homestead Boxes rendered un-bootable as a result event though HYPER-V is Disabled / Not Installed...

    The FIX! (That worked for me) Drum Roll....

    Install Hyper-V... Reboot, Uninstall it again... Reboot... The end

    0 讨论(0)
  • 2020-12-07 07:49

    Mi helped: windows defender settings >> device security >> core insulation (details) >> Memory integrity >> Disable (OFF) SYSTEM RESTART !

    0 讨论(0)
  • 2020-12-07 07:50

    Mi helped: windows defender settings >> device security >> core insulation (details) >> Memory integrity >> Disable (OFF) SYSTEM RESTART ! this solution is better for me

    0 讨论(0)
提交回复
热议问题