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:
Tag Howard 2024-02-16 23:19:42 -05:00 committed by GitHub
parent a9b20147de
commit 4fefa192dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ processors work just fine (even for macOS Sonoma).
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.