You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install UTM through Nix and then create a QEMU Linux VM I get the following error:
QEMU error: QEMU exited from an error: qemu-aarch64-softmmu: -drive if=pflash,unit=1,file=/Users/enzime/Library/Containers/com.utmapp.UTM/Data/Documents/Linux 2.utm/Data/efi_vars.fd: Could not open '/Users/enzime/Library/Containers/com.utmapp.UTM/Data/Documents/Linux 2.utm/Data/efi_vars.fd': Permission denied
$ ls -l ~/Library/Containers/com.utmapp.UTM/Data/Documents/Linux\ 2.utm/Data/efi_vars.fd
-r--r--r--@ 1 enzime staff 334848 Jan 1 1970 /Users/enzime/Library/Containers/com.utmapp.UTM/Data/Documents/Linux 2.utm/Data/efi_vars.fd
The permissions and creation date indicate the file is getting copied from the Nix Store which is readonly
Describe the issue
When I install UTM through Nix and then create a QEMU Linux VM I get the following error:
The permissions and creation date indicate the file is getting copied from the Nix Store which is readonly
If I run:
Then the VM works perfectly fine
Related: NixOS/nixpkgs#244663
Configuration
Debug log
debug.log
The text was updated successfully, but these errors were encountered: