mirror of https://github.com/kholia/OSX-KVM.git
Add a note about OVMF_* permissions errors in libvirt
I had some issues with libvirt giving me permission denied errors (I think because I'm on Fedora Silverblue) for the OVMF files, this solved it.
This commit is contained in:
parent
a9b20147de
commit
4fefa192dc
|
@ -204,6 +204,8 @@ processors work just fine (even for macOS Sonoma).
|
||||||
sudo setfacl -R -m u:libvirt-qemu:rx /home/$USER/OSX-KVM
|
sudo setfacl -R -m u:libvirt-qemu:rx /home/$USER/OSX-KVM
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- If issues persist, you can try to move the `OVMF_VARS.fd` and `OVMF_CODE.fd` files to `~/.config/libvirt/qemu/nvram` and update their paths in `macOS.xml`, but keep in mind that they will no longer be in sync with the repo and will need to be updated manually.
|
||||||
|
|
||||||
- Launch `virt-manager` and start the `macOS` virtual machine.
|
- Launch `virt-manager` and start the `macOS` virtual machine.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue