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

Cannot install on Catalina #63

Open
llamafilm opened this issue Sep 20, 2020 · 4 comments
Open

Cannot install on Catalina #63

llamafilm opened this issue Sep 20, 2020 · 4 comments

Comments

@llamafilm
Copy link

I am trying to install on macOS 10.15.6 and I get the error, "This package is not compatible with this version of macOS. The package is trying to install content to the system volume."

Screen Shot 2020-09-20 at 10 39 27

@llamafilm
Copy link
Author

I was able to get this working by disabling SIP and manually installing it to my home folder, then copying to the Data volume.

  • Reboot to Recovery mode with Cmd-R
  • From Recovery mode, open a Terminal and type csrutil disable, then reboot
  • installer -verbose -pkg SATSMARTDriver-0.8-Release.pkg -target CurrentUserHomeDirectory
  • sudo cp -r ~/System/Library/Extensions/SATSMART* /System/Volumes/Data/Library/Extensions/

I would love to be able to run this with SIP enabled.

@jdm0
Copy link

jdm0 commented Sep 20, 2020

If memory serves, the install script is written to target /System/Library — which it shouldn't, and never should have, as everything under /System is reserved for official macOS stuff. The correct install target is /Library — that's where third-party stuff belongs. The install script needs to be corrected.

@alvarnell
Copy link

alvarnell commented Sep 20, 2020 via email

@porg
Copy link

porg commented Jan 19, 2021

As of today the newest version at BinaryFruit is version 0.10.2 with the KEXT files built on 2019-09-11 and the PKG file wrapping them being built on 2020-10-27.

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

No branches or pull requests

4 participants