Base build is not compatible for this install method - macos upgrade

I'm getting an error trying to upgrade my macOS on my M1 Mac Mini to 13.4.1. First time i've had this problem.


'The base build is not compatible for this install method. An error occurred while downloading the selected updates. Please check your internet connection and try again.'


I've tried installing on my standard user and admin user accounts. I've tried creating a new admin account to install it, still no resolution.

Mac mini, macOS 13.4

Posted on Jul 7, 2023 6:04 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 18, 2023 3:26 PM

bon, je viens de trouver le problème et finalement Moses-wz avais raison !


Nous avons un profil réservé aux mises à jour et un profil "restriction globale". Il s'avère que dans ce fameux profil "restriction globale" il y a une section "update delay" (voir photo). Il y avais bien un délais de mise à jour actif sur ce profil.. du coup en passant tout en "no delay" la mise à jour s'installe directement et sans problème.


j'utilse SimpleMDM comme serveur MDM. Du coup je vous conseil de vérifier vos profils pour voir si des options de mises à jour ne sont pas caché.







26 replies

Jul 13, 2023 12:49 PM in response to akarusty

Sorry I don't have a reference from Apple regarding this. One of my colleagues said there is information about the problem on the Macadmins Slack Channel. Mostly what I've gleaned is based on in-house testing. Looks like this thread on Jamf Nation describes the issue (and a workaround if you're a Jamf house):

https://community.jamf.com/t5/jamf-pro/the-base-build-is-not-compatible-for-this-install-method/m-p/295103

Jul 18, 2023 12:09 AM in response to Moses-wz

I had a 40 min call with Apple support and explained them the issue.

They asked to check if device gets the update in recovery mode?


I told them that the installation (the update) was successful.

Once I replied to them that it was successful, they explained that it not their problem, and I have to speak with MDM server solution support.

The MDM support was unhelpful.


I'm decided to test Update deferrals in the different way and write the XML file, that I'm posted above.


I want to use it as custom configuration instead of build in MDM solution.

Jul 13, 2023 8:40 AM in response to James Robson

Are you able to confirm whether you got this information from Apple somewhere and provide a reference if so? We have the same issue and have started using config profiles to stagger our update visibility across our company. Luckily we have a workaround in that we can use Jamf to send a Download command to prepare the update for installation by the user. But it's happening so often now that it's becoming too cumbersome.

Jul 19, 2023 9:15 AM in response to Moses-wz

Currently I'm using this profile:


<?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>PayloadContent</key>
    <array>
        <dict>
            <key>PayloadDisplayName</key>
            <string>Restrictions</string>
            <key>PayloadIdentifier</key>
            <string>com.apple.applicationaccess.C72C75C5-EFFC-4107-99AE-BF586B060B2C</string>
            <key>PayloadType</key>
            <string>com.apple.applicationaccess</string>
            <key>PayloadUUID</key>
            <string>9446E80E-6735-408E-9DC1-E80A6666CF74</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
            <key>allowRapidSecurityResponseRemoval</key>
            <true/>
            <key>allowRapidSecurityResponseInstallation</key>
            <true/>
            <key>enforcedSoftwareUpdateMajorOSDeferredInstallDelay</key>
            <integer>45</integer>
            <key>enforcedSoftwareUpdateMinorOSDeferredInstallDelay</key>
            <integer>5</integer>
            <key>forceDelayedMajorSoftwareUpdates</key>
            <true/>
            <key>forceDelayedSoftwareUpdates</key>
            <true/>
        </dict>
        <dict>
            <key>AllowPreReleaseInstallation</key>
            <false/>
            <key>AutomaticallyInstallAppUpdates</key>
            <false/>
            <key>AutomaticallyInstallMacOSUpdates</key>
            <true/>
            <key>AutomaticDownload</key>
            <true/>
            <key>AutomaticCheckEnabled</key>
            <true/>
            <key>ConfigDataInstall</key>
            <true/>
            <key>PayloadDisplayName</key>
            <string>Software Update</string>
            <key>PayloadIdentifier</key>
            <string>com.apple.SoftwareUpdate.78F884D3-BDA8-48AE-A776-228BE5EFC1A4</string>
            <key>PayloadType</key>
            <string>com.apple.SoftwareUpdate</string>
            <key>PayloadUUID</key>
            <string>78F884D3-BDA8-48AE-A776-228BE5EFC1A4</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
        </dict>
    </array>
    <key>PayloadDisplayName</key>
    <string>An update restriction</string>
    <key>PayloadIdentifier</key>
    <string>6155859A-643F-4F70-9371-99D3D3AB25E9</string>
    <key>PayloadType</key>
    <string>Configuration</string>
    <key>PayloadUUID</key>
    <string>420C79D4-15B7-4875-A656-E042D5E8AE16</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
</dict>
</plist>

Jul 14, 2023 9:37 AM in response to James Robson

This is exactly what the issue is, and what we had to do on a case by case basis, to correct it out the company that I work for one of the big five accounting firms in the US. Furthermore, this solution is crap because we can't do this for every single Mac user in our company, so I really need Apple to step up their game and get us a fix for this. The MDM profile's worked fine until these versions.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Base build is not compatible for this install method - macos upgrade

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.