Update 4: another way - blocking gdmf.apple.com in hosts
https://forums.macrumors.com/threads/experimental-no-tahoe-for-sequoia.2480020/post-34543131
https://forums.macrumors.com/threads/experimental-no-tahoe-for-sequoia.2480020/post-34556209
Update 3: two ways, neither perfect
- enroll in Sequoia Public Beta program and defer updates
- set MobileAssetAssetAudience to a value that is not recognized by macOS
Details https://forums.macrumors.com/threads/experimental-no-tahoe-for-sequoia.2480020/post-34538369
Update 2: It doesn't work https://forums.macrumors.com/threads/experimental-no-tahoe-for-sequoia.2480020/post-34526279
Update1:
The initial post contained a fairly complicated method. In the meantime, a very simple way of hiding Tahoe seems to be working. From Terminal:
To revert the change
Please make sure you have “Download new updates” and “Install macOS updates” turned off to avoid potentially automatic install of a macOS beta version. The best way is to enforce them with a configuration profile, like the one in post #13
https://forums.macrumors.com/threads/experimental-no-tahoe-for-sequoia.2480020/post-34543131
https://forums.macrumors.com/threads/experimental-no-tahoe-for-sequoia.2480020/post-34556209
Update 3: two ways, neither perfect
- enroll in Sequoia Public Beta program and defer updates
- set MobileAssetAssetAudience to a value that is not recognized by macOS
Details https://forums.macrumors.com/threads/experimental-no-tahoe-for-sequoia.2480020/post-34538369
Update 2: It doesn't work https://forums.macrumors.com/threads/experimental-no-tahoe-for-sequoia.2480020/post-34526279
Update1:
The initial post contained a fairly complicated method. In the meantime, a very simple way of hiding Tahoe seems to be working. From Terminal:
Code:
sudo defaults write /private/var/root/Library/Preferences/com.apple.MobileAsset.plist MobileAssetAssetAudience -string c8ba02c8-cc63-4388-99ee-a81d5a593283
To revert the change
Code:
sudo defaults delete /private/var/root/Library/Preferences/com.apple.MobileAsset.plist MobileAssetAssetAudience
Please make sure you have “Download new updates” and “Install macOS updates” turned off to avoid potentially automatic install of a macOS beta version. The best way is to enforce them with a configuration profile, like the one in post #13
Tentative explanation, with the information available so far.
When you enable beta updates two values are set, an “audience” and a beta catalog URL.
The command sudo defaults write /private/var/root/Library/Preferences/com.apple.MobileAsset.plist MobileAssetAssetAudience -string c8ba02c8-cc63-4388-99ee-a81d5a593283 only sets the audience, without setting the catalog. macOS probably gets confused, treats updates like betas, but searches for them in the regular catalog where they aren’t.
Last edited: