Posted on 04-29-2025 02:35 AM
Hello
For those of you using super as any comes across this issue.
We currently rolling out MacOS 15 to our Mac estate
I have seen this message in the logs it doesnt seem to be all machines just some.
Sun Apr 27 06:44:10 M-5ce91eb4f537 super[94775]: Disallowed: The following "over-the-air" macOS major upgrades are available but not allowed:
Sun Apr 27 06:44:10 M-5ce91eb4f537 super[94775]: Disallowed: macOS major upgrade 1 of 1 is: Title:macOS Sequoia 15.4.1,Build:24E263,Version:15.4.1
Depsite my config profile having the write settings for major upgrades
<key>InstallMacOSMajorUpgrades</key>
<true/>
<key>InstallMacOSMajorVersionTarget</key>
<string>15</string>
Posted on 04-29-2025 05:10 AM
@tdenton A couple of questions come to mind: Do you have any update deferral Configuration Profiles deployed? Do any of these Macs reporting the error have an older full version of the macOS Sequoia installer app downloaded?
Posted on 04-30-2025 12:57 AM
No update deferral Configuration Profiles deployed and no sign of older full version of the macOS Sequoia installer either.
I moved this out of the config profile and into the policy that installs the super script and it doesnt seem to be doing it now.
<key>InstallMacOSMajorUpgrades</key>
<true/>
Posted on 04-29-2025 08:31 AM
Some Macs show a super log error stating macOS 15.4.1 is "disallowed" despite an MDM profile allowing major upgrades to macOS 15.
Possible Causes:
Solutions:
Recommendations:
Provide more details (MDM, super version, Mac models) for tailored help.
Posted on 04-29-2025 10:02 AM
Couple of thoughts, only because I ran into this while we are in the early stages other testing and deploying SUPER.
- You don't mention which version of SUPER you're using, but v 5.1.0 (still in beta) specifically calls out support for macOS 15.
- Apple recently released macOS 15.4.1 that resolved a macOS 15.4 update issues (https://support.apple.com/en-us/121011) that "Improves reliability when installing macOS updates". On the SUPER Slack channel, reports are this fixed an issue some SUPER managed devices were having.
Posted on 04-30-2025 12:53 AM
@pbenware1
We aere using version 5 which I belive is compatablie with macOS 15 I saw the info about the fixes for macOS 15.4.1.
Intrestingly I removed the below from our config profile
<key>InstallMacOSMajorUpgrades</key>
<true/>
I then added it to our policy which installs the script it doesnt seem to be doing on the machine I had issues with.
Might look to do some testing with beta if the issues continues.
Have you seen the issues with your own super setup?