From 4fefa192dc6a0396fef865066af676f5726755be Mon Sep 17 00:00:00 2001 From: Tag Howard Date: Fri, 16 Feb 2024 23:19:42 -0500 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe64ebf..b7d5880 100644 --- a/README.md +++ b/README.md @@ -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.