macOS-Simple-KVM icon indicating copy to clipboard operation
macOS-Simple-KVM copied to clipboard

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.

Results 162 macOS-Simple-KVM issues
Sort by recently updated
recently updated
newest added

I am running MacOS Mojave via Virtual Machine Manager on Ubuntu 20.04 LTS. Normally it works fine, but often when I power off the VM, it seems to act up...

Updated scripts to make easier to generate domain template and add them to usermode qemu, adding support for GNOME Boxes, fixing also input using USB Tablet. Uses `vga` video to...

The sound is glitching when I am using Youtube. ``` -device ich9-intel-hda -device hda-output,audiodev=hda \ -audiodev pa,id=hda,server=`cat /etc/resolv.conf | grep nameserver | awk '{print $2}'` \ ``` The server is...

My only issue with KVM/QEMU emulation is that I can't bridge my wifi card. Arch wiki says I need AP feature support for it to work which I don't have....

```qemu-system-x86_64: -drive if=pflash,format=raw,readonly,file=/home/alx/snap/sosumi/common/git/macOS-Simple-KVM/firmware/OVMF_CODE.fd: warning: short-form boolean option 'readonly' deprecated Please use readonly=on instead qxl_send_events: spice-server bug: guest stopped, ignoring ``` ![Screenshot from 2021-12-27 10-52-13](https://user-images.githubusercontent.com/63802868/147491899-ab349642-20bc-4314-b0ac-2eda1a9bf243.png) Basic.sh ```bash #!/bin/bash OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VMDIR=$PWD OVMF=$VMDIR/firmware...

I am following the README file and trying to get this thing to work. I was able to do so once (installed and successfully booted Mojave). However, I then deleted...

Hi, How it is possible to change the product name? I mean I want to change the iMac XY to something like Mac Pro XY. How can I do that?

Try to create a VM with big sur and when downloading installation media for macOS it indicates that the product cannot find it. I tried to create the catalog in...

Hi, I already have BaseSystem.dmg/img and InstallESDDmg.pkg. How can I spare the hassle of my 1Mo/s downloading 7,7Go with the .pkg? Is it possible? Thank you!