sickcodes
sickcodes
This is the image to use: https://twitter.com/tihmstar/status/1295814618242318337
Plus this shell https://github.com/sickcodes/Docker-eyeOS/blob/master/osx-build-xnu-disks.sh That script is incomplete, but just needs a few version numbers changed
I never finished this, couldn't work it out
I unfortunately never got to doing it, I focus on https://github.com/sickcodes/Docker-OSX currently but following the shell script in this directory but using https://twitter.com/tihmstar/status/1295814618242318337 and the branches above, Jono got close....
https://github.com/sickcodes/Docker-OSX/blob/master/README.md Try `chmod 666 /dev/kvm` Try `echo $DISPLAY` and use that instead of DISPLAY:-0.0
Same troubleshoot instructions as Docker-OSX, I will add to the readme for Docker-eyeOS
Are you using Linux? If not, I might make a Dockerfile for Mac
Confirm you have QEMU https://github.com/sickcodes/Docker-OSX/blob/master/README.md#requirements-kvm-on-the-host And you can run hardware nested virtualization `egrep -c '(svm|vmx)' /proc/cpuinfo`
You have these two images downloaded? hfs.main hfs.sec https://github.com/sickcodes/Docker-OSX/issues/43#issuecomment-667650384 https://github.com/sickcodes/Docker-OSX/issues/7#issuecomment-639356240 https://github.com/sickcodes/Docker-OSX/issues/1#issuecomment-640174615 https://github.com/sickcodes/Docker-OSX/issues/4#issuecomment-639557380
And you have all of these? Which OS? ```bash # ARCH sudo pacman -S qemu libvirt dnsmasq virt-manager bridge-utils flex bison iptables-nft edk2-ovmf # UBUNTU DEBIAN sudo apt install qemu...