Open michaelCTS opened 1 year ago
When trying to start a VM on mac, it just fails
Steps to reproduce the behavior:
The VM should boot up.
Config
Error
Add any other context about the problem here.
@rrbutani
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m" - system: `"aarch64-darwin"` - host os: `Darwin 22.5.0, macOS 13.4` - multi-user?: `yes` - sandbox: `no` - version: `nix-env (Nix) 2.16.1` - channels(root): `"nixpkgs"` - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixpkgs`
I fixed it by adding write permissions for the current user to efi_vars.fd. Something like:
efi_vars.fd
chmod +uw ~/Library/Containers/com.utmapp.UTM/Data/Documents/[VM NAME].utm/Data/efi_vars.fd
Describe the bug
When trying to start a VM on mac, it just fails
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The VM should boot up.
Screenshots
Config
Error
Additional context
Add any other context about the problem here.
Notify maintainers
@rrbutani
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.