VT-x is disabled in the BIOS for both all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)

后端 未结 14 1473
灰色年华
灰色年华 2020-12-07 07:55

Downloaded Xamarin Android Player and with >>next>> progress installed Virtual Box.

When I tried to start an emulator I got

Failed to initialized de         


        
相关标签:
14条回答
  • 2020-12-07 08:28

    I had to turn PAE/NX off and then back to on...voila !!

    0 讨论(0)
  • 2020-12-07 08:30

    It is a RAM related issue. The documentation is self explanatory:

    You are trying to allocate >3GB of RAM to the VM. This requires: (a) a 64 bit host system; and (b) true hardware pass-through ie VT-x.

    Fast solution

    Allocate less than 3GB for the virtual machine.

    Complete solution

    1. Make sure your system is 64 bit.
    2. Enable virtualisation in your host machine. You can find how to do it here or there are many other resources available on Google.
    0 讨论(0)
提交回复
热议问题