GPUの問題があり、サブ機(PC-2)にはHighSierraが入っているものの、互換性のないMojaveへのアップグレードがうるさいので、対処。
- 受信していないソフトウエア・アップデートに”macOSInstallerNotification_GM”が含まれているかチェックする。
$ softwareupdate -l –include-config-data - “macOSInstallerNotification_GM”があれば以下のオプションで拒否。
$ softwareupdate –ignore macOSInstallerNotification_GM - 再び”macOSInstallerNotification_GM”が必要となった場合は、以下のオプションでリセット。
$ softwareupdate –reset-ignored macOSInstallerNotification_GM
とりあえず
$ softwareupdate –ignore macOSInstallerNotification_GM
をしておく。
コメント