You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to follow the directions to create an xhyve VM running Windows 10. I've gone through the preparation steps, but when I run the build script, I get an error about the e1000 device being unknown.
~/xhyve> xhyve -v
xhyve: 0.2.0
xhyve is a port of FreeBSD's bhyve hypervisor to OS X that
works entirely in userspace and has no other dependencies.
Homepage: https://github.com/mist64/xhyve
License: BSD
MacOS Version
~/xhyve> uname -mprsv
Darwin 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64 i386
The text was updated successfully, but these errors were encountered:
You are using latest stable version, it doesn't support neither e1000 device emulation, nor framebuffer. Thats why README.MD advices to use brew install --HEAD xhyve for installation:
The --HEAD in the brew command ensures that you always get the latest changes, even if the homebrew database is not yet updated.
Try to unlink stable version of xhyve and install it from current branch:
You need to run your build script from a privileged user to be able to create a vmnet interface, because macos limits access to the networking API for unsigned builds.
Scenario
I'm trying to follow the directions to create an xhyve VM running Windows 10. I've gone through the preparation steps, but when I run the build script, I get an error about the
e1000
device being unknown.Error Message
My Xhyve Folder
build.sh
Xhyve Version
MacOS Version
The text was updated successfully, but these errors were encountered: