Contribute
Register

Need hypervisor but no luck...

Status
Not open for further replies.
So I am trying to install https://store.docker.com/editions/community/docker-ce-desktop-mac; it installs fine but can't run it because hypervisor is disabled. I have enabled vt-d in the bios and checked dart=0 in clover, rebooted still no luck.

Code:
sysctl kern.hv_support
kern.hv_support: 0

Anyone has any insight as to if it possible at all?

Thanks!

Have you enabled "Intel Virtualization Technology" or something like that in the BIOS?
 
hmm...looks like my CPU supports it
Please read
On OS X, the way of knowing if your CPU complies with all the Hypervisor.framework requirements is by checking the value of the sysctl kern.hv_support key.
Code:
$ sysctl kern.hv_support
kern.hv_support: 1
If it is 1, then your CPU is supported.
If it is 0, it means the Hypervisor.framework cannot be used with your CPU, for a reason or another.
 
Status
Not open for further replies.
Back
Top