1aec592527db6fae9706b3748cc6b02c582c0bed
macos.md
... | ... | @@ -1,10 +1,10 @@ |
1 | -## Using SBGrid with MacOS 10.15 and later (Catalina, Big Sur 11, Monterey 12 and Ventura 13) |
|
1 | +## Using SBGrid with MacOS 11 later (Big Sur 11, Monterey 12, Ventura 13 and Sonoma 14) |
|
2 | 2 | |
3 | -SBGrid software is compatible with macOS 10.15 *Catalina*, macOS 11 *Big Sur*, macOS 12 *Monterey*, and macOS 13 Ventura with the exception of 32-bit software. Note that most applications work normally with macOS Ventura (13), though changes to application signing verification may require a work-around for chimerax and possibly other signed app bundles. We are working on a remedy for this. |
|
3 | +SBGrid software is compatible with macOS macOS 11 *Big Sur*, macOS 12 *Monterey*, macOS 13 Ventura and macOS 14 Sonoma. Changes to application signing verification in recent versions of macOS may require a work-around for chimerax and possibly other signed app bundles. We are working on a remedy for this. |
|
4 | 4 | |
5 | 5 | Initial activation of an SBGrid installation requires a reboot after account activation to accomodate macOS controls in the root partition (/) of the apple filesystem. This additional reboot is only needed after the initial account activation and creation of the _/etc/synthetic.conf_ configuration file. The latest versions for the SBGrid Installation manager (GUI) will handle the creation of the required _/etc/synthetic.conf_ file automatically. |
6 | 6 | |
7 | -For users that have upgraded to Catalina or later from an older version of macOS that did not require this, [the _/etc/synthetic.conf_ file can be created manually.](#manual-creation-of-the-programs-path). See below. |
|
7 | +For users that have upgraded macOS, [the _/etc/synthetic.conf_ file can be created manually.](#manual-creation-of-the-programs-path). This file can be removed during the upgrade process. See below. |
|
8 | 8 | |
9 | 9 | **A reboot is required for /etc/synthetic.conf to take effect.** |
10 | 10 | |
... | ... | @@ -104,10 +104,10 @@ It is possible to turn off the nagging pop ups. |
104 | 104 | - Click on Software Update. |
105 | 105 | - Deselect Automatically keep my Mac up to date |
106 | 106 | |
107 | -### How to ignore macOS Catalina update on your mac |
|
107 | +### How to ignore macOS Sonoma update on your mac |
|
108 | 108 | |
109 | 109 | ``` |
110 | - sudo softwareupdate --ignore "macOS Catalina" |
|
110 | + sudo softwareupdate --ignore "macOS Sonoma" |
|
111 | 111 | ``` |
112 | 112 | |
113 | 113 | You will see : |
... | ... | @@ -115,7 +115,7 @@ You will see : |
115 | 115 | ``` |
116 | 116 | Ignored updates: |
117 | 117 | ( |
118 | - "macOS Catalina" |
|
118 | + "macOS Sonoma" |
|
119 | 119 | ) |
120 | 120 | ``` |
121 | 121 |