-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still doesn't work on Big Sur for me #207
Comments
I've recently upgraded from Catalina to Big Sur and faced similar problem, but only when I've run the binary from Catalina the error was same as from marclp02. When I've rebuilt in directly on BigSur it just crashes with: However, I've also tested the shanesmiths bigsur-allf-fixes branch with combination of resining binary and could confirm it works on Big Sur so It would be nice to marge these fixes into this official repo.. |
No luck with home brew but if checking out the master branch, build and then running codesign as outlined here xhyve works on Big Sur amd64. |
This is broken on so many levels... First, the installation via MacPorts fails. I don't know whether or not this is due to Xhyve, but other users reported it failing via Homebrew either.
Second, Xcodebuild succeeds in building Xhyve, whereas GNU Make fails. Right from the start, booting FreeBSD is a no go.
Also, both xhyverun-freebsd.sh and xhyverun-windows.sh, so prolly xhyverun-tinycorelinux.sh, fail too.
And that's too bad, really. I'll have to fork over $149.99 for a VMware Fusion 12 license. 😛 |
FYI, seems to work with nixpkgs, you can either run it ephemerally with |
As mentioned by others, it would be great if the fix could be merged so the Homebrew installation is working again |
I'm also having the hv_vm_create failed (Abort trap:6) error on Big Sur (11.2.3) when installed from Homebrew. Is it still broken on Homebrew, or did I miss a step somewhere? |
It looks like on Big Sur you have to have an entitlement to use the Hypervisor framework. I knew it works with QEMU so I poked around and found this commit. If you create a file (entitlements.plist) that contains
and then run something like Networking appears to be broken. If you attempt to use it, you will probably see this error
I tried adding the |
I installed it using "brew install --HEAD xhyve" and I am still getting this error.
vmx_set_ctlreg: cap_field: 2 bit: 20 unspecified don't care
vmx_init: processor does not support desired secondary processor-based controls
Unable to create VM (22)
I am not sure if it is just my system or if it's happening for everyone, cause I saw some ppl managed to make it work.
The text was updated successfully, but these errors were encountered: