Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install nix. Error in create nix volume #892

Closed
graccoon opened this issue Mar 13, 2024 · 0 comments · Fixed by #1257
Closed

Can't install nix. Error in create nix volume #892

graccoon opened this issue Mar 13, 2024 · 0 comments · Fixed by #1257

Comments

@graccoon
Copy link

Error

Error: 
   0: Error reverting
   0: Action `create_nix_volume` errored
      Multiple child errors

      Action `bootstrap_launchctl_service` errored
      Failed to execute command with status 133 `"launchctl" "bootout" "system" "/Library/LaunchDaemons/org.nixos.darwin-store.plist"`, stdout: 
      stderr: /Library/LaunchDaemons/org.nixos.darwin-store.plist: No such file or directory



      Action `create_volume_service` errored
      Remove file `/Library/LaunchDaemons/org.nixos.darwin-store.plist`

      Action `create_fstab_entry` errored
      Unable to reliably determine which `/etc/fstab` line to remove, the volume is likely already deleted, the line involving `/nix` in `/etc/fstab` should be removed manually

      Action `unmount_apfs_volume` errored
      Failed to execute command with status 1 `"/usr/sbin/diskutil" "info" "-plist" "Nix Store"`, stdout: <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      <plist version="1.0">
      <dict>
      	<key>Error</key>
      	<true/>
      	<key>ErrorMessage</key>
      	<string>Could not find disk: Nix Store</string>
      	<key>ExitCode</key>
      	<integer>1</integer>
      </dict>
      </plist>

      stderr: 


      Action `create_apfs_volume` errored
      Failed to execute command with status 1 `"/usr/sbin/diskutil" "info" "-plist" "Nix Store"`, stdout: <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      <plist version="1.0">
      <dict>
      	<key>Error</key>
      	<true/>
      	<key>ErrorMessage</key>
      	<string>Could not find disk: Nix Store</string>
      	<key>ExitCode</key>
      	<integer>1</integer>
      </dict>
      </plist>

      stderr: 



Metadata

key value
version 0.17.1
os macos
arch x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant