I followed the guide here https://github.com/kholia/OSX-KVM but I got an error after importing the VM into virt-manager. Specifically, I get the error 'unable to find any master var store for loader'
I checked that the file exists and redownloaded it from the github repo but no luck. I even had an error which said Permission denied when I ran this command virsh --connect qemu:///system define macOS.xml so I had to add sudo and ended up with the error that I said
If it helps, I'm running Fedora 34
Full trace:
Error starting domain: operation failed: unable to find any master var store for loader: /home/NAME/OSX-KVM/OVMF_CODE.fd
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 101, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
ret = fn(self, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/object/domain.py", line 1329, in startup
self._backend.create()
File "/usr/lib64/python3.9/site-packages/libvirt.py", line 1353, in create
raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: operation failed: unable to find any master var store for loader: /home/NAME/OSX-KVM/OVMF_CODE.fd