OSX in Eve
Posted: Sun Sep 02, 2018 4:41 am
It appears you support, I followed your pointer to: https://github.com/kholia/OSX-KVM to create the images.
This works perfectly on a Ubuntu 16 machine, qemu versions are the same as what you have on eve.
I copied the mac_hdd1.img to hda.qcow2 and enoch_rev2902_boot to kernel.img to addons/qemu/osx-sierra
When I add to the map it powers on, great hope! But then gets stuck on the apple boot screen. The progress bar gets to about 75% and just hangs.
Looking for ideas.
Thanks!
This works perfectly on a Ubuntu 16 machine, qemu versions are the same as what you have on eve.
qemu-system-x86_64 -enable-kvm -m 3072 -cpu Penryn,kvm=off,vendor=GenuineIntel \
-machine pc-q35-2.4 \
-smp 4,cores=2 \
-usb -device usb-kbd -device usb-mouse \
-device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" \
-kernel ./enoch_rev2902_boot \
-smbios type=2 \
-device ich9-intel-hda -device hda-duplex \
-device ide-drive,bus=ide.2,drive=MacHDD \
-drive id=MacHDD,if=none,file=./mac_hdd1.img \
-netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \
-monitor stdio \
-vnc 0.0.0.0:0 -k en-us \
# -redir tcp:5901::5900 \
# -netdev user,id=hub0port0 -device e1000-82545em,netdev=hub0port0,id=mac_vnet0 \
I copied the mac_hdd1.img to hda.qcow2 and enoch_rev2902_boot to kernel.img to addons/qemu/osx-sierra
When I add to the map it powers on, great hope! But then gets stuck on the apple boot screen. The progress bar gets to about 75% and just hangs.
Looking for ideas.
Thanks!