-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Installation error on M1 Macbook Pro: SUIS premount dissented #6669
Comments
What does |
Here it is - nothing seems unsharable online:
|
Is this an organization laptop? I see some mentions (https://apple.stackexchange.com/questions/221455/ntfs-disk-failed-to-mount#comment528069_304154 https://community.jamf.com/t5/jamf-pro/imac-21-5-inch-late-2013-can-t-mount-drive-in-tdm/td-p/44179) suggesting that this might be a profile thing. Edit: though I'll be a little disappointed if that is blocking mounting a volume on the internal drive... |
It is an org laptop. Yes, that is disappointing! Is there any way to get nix to install in another directory? |
My rough understanding, having not done this myself:
|
@abathur thank you very much for the time taken to give me those pointers. Given this is a work laptop I don't want to dive too deep in, and while I would love to give Nix a try to give my work laptop a reproducible build, I might need to try it at home first and get comfortable. I'm not sure I should close the issue. Perhaps it could be amended to add an installer check for Catalina+ Apple Macs to tell them to follow some extra steps? |
Fine to leave it open. Someone else may hit the same.
Probably narrower. It would be nice if we could detect the condition and fail clearly. Testing for it would be a little better than just looking for your error message, since those can evolve. If you're willing to play Guinea pig, i guess we could see if we can figure something out... |
It looks like there's a I'm not sure how verbose and shareable the information will be, but you could try: profiles status
profiles list
profiles show They may require |
@abathur thanks - I'll leave it open. I don't want to use my corporate laptop for that purpose, and unfortunately I don't have a Mac as a personal device, so I can't be the guinea pig! |
I'm getting the same error message when running the same installation script.
I also am on a corporate laptop. Was there any progress on this issue? |
@giovanniberi93 no (but I don't think there is anything we can fix if this is an mdm profile blocking the action--~progress will probably just look like detecting the condition and failing). I speculated before on how we might test for it:
|
I've run the same installation script today, and it just worked - after 2 unsuccessful attempts yesterday. That's better for me I guess, but it won't help figuring out what went wrong yesterday. (Not sure if that's useful in any way, but:
I'm just sharing the |
@giovanniberi93 Hmm. Glad it worked for you, at least, though it seems to blow up our only good thesis about what causes the error message. (or suggests that the profile enforcement is flaky?) Do you know how to open a report through Apple Feedback? If so, and if you can give me a feedback number, we can at least reach out to the devrel to see if they can illuminate :) |
did anyone get any solution for this issue? |
Describe the bug
Installing Nix for the first time on MacOS Monterey, on an M1 Macbook Pro - it failed with
SUIS premount dissented
.Steps To Reproduce
sh <(curl -L https://nixos.org/nix/install)
Expected behavior
It installs cleanly.
nix-env --version
outputzsh: command not found: nix-env
:)
Additional context
No other context comes to mind.
The text was updated successfully, but these errors were encountered: