Skip to main content
Question

JAMF and M1s - Running in Rosetta 2 is not supported

  • March 24, 2022
  • 4 replies
  • 31 views

Forum|alt.badge.img+5

Since we've had these M1 Mac minis and the latest Monterey updates, performing erase installs on these machines has become a somewhat manual process. We use to have a script in JAMF which would get called by a trigger and that worked just fine with 12.1.

Now when we try that we get "Running in Rosetta 2 is not supported". If I run the same script at the command line, it will run fine, so I can only assume it's JAMF's Helper app which is Intel and not M1 compiled and causing this problem.

 

4 replies

Forum|alt.badge.img+7

Jamf pro 10.25.2 and above have the M1 support with out Rosetta 2


Forum|alt.badge.img+5
  • Author
  • Contributor
  • March 29, 2022

Well, that's nice but JAMF is the one firing off startosinstall and it's coming back with that error message when ONLY being sent via JAMF. The SAME script run locally on the Mac works just fine.


dgeiler
Forum|alt.badge.img+7
  • Contributor
  • May 8, 2022

Forum|alt.badge.img+5
  • Author
  • Contributor
  • May 24, 2022

I ended up fixing this by creating a Swift application compiled on an M1 Mac which all it does is executes the JAMF trigger which is a script that executes startosinstall. Crazy eh?