You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the update, the application asks if you want to update OpenCore and root patches.
20
12
21
13
If you do not need to change any settings, you can click "Yes" and follow the procedure. If you want to change settings, select "No" from here and do your settings, then manually build and install OpenCore to update to the latest version of the bootloader.
22
14
23
15
Finally install new root patches to ensure you're running on the latest fixes for on-disk patches.
To check what version of OpenCore bootloader and the Patcher you're currently running, you can run the following in the terminal:
25
+
To check what version of OpenCore bootloader and the Patcher you're currently running, open the OCLP application and navigate to `Settings -> App` and look for "Booted Information". Alternatively you can check the version from Terminal using the following commands.
It is usually recommended to be on the latest OCLP version for macOS updates. This part details how to prepare OCLP for latest update.
43
+
44
+
### Major upgrades
45
+
46
+
This part is for major upgrades, such as `Sonoma (14)` -> `Sequoia (15)`
47
+
48
+
1. Make sure the OCLP app is up to date.
49
+
2. After app has updated, rebuild OpenCore to the internal disk to update the bootloader.
50
+
* You can also update root patches but this part is optional in this stage, as they will be wiped by the update.
51
+
2. Download the macOS version you want and create an installer USB drive using OCLP as detailed in the original [Creating macOS Installers](http://localhost:8080/OpenCore-Legacy-Patcher/INSTALLER.html) then follow the [Booting OpenCore and macOS](https://dortania.github.io/OpenCore-Legacy-Patcher/BOOT.html) guide boot to into the installer on your USB drive.
52
+
3. Start macOS installation and follow the process, do not use Disk Utility if you don't want to wipe your disk.
53
+
4. After installation, reinstall [root patches](https://dortania.github.io/OpenCore-Legacy-Patcher/POST-INSTALL.html#applying-post-install-volume-patches).
54
+
55
+
**Note:** Major upgrades may work using System Settings but this is not recommended.
56
+
57
+
### Minor updates
58
+
59
+
This part is for minor updates, which are also called the "dot updates". Such as `12.x`, `13.x` etc.
60
+
61
+
1. Make sure the OCLP app is up to date.
62
+
2. Rebuild OpenCore to the internal disk to update the bootloader.
63
+
* You can also update root patches but this part is optional in this stage, as they will be wiped by the update.
64
+
3. Start update from System Settings.
65
+
4. Once installed, go into OCLP app and reinstall [root patches](https://dortania.github.io/OpenCore-Legacy-Patcher/POST-INSTALL.html#applying-post-install-volume-patches).
66
+
67
+
::: warning Important
68
+
69
+
If your system requires [KDKSupportPkg](https://dortania.github.io/OpenCore-Legacy-Patcher/POST-INSTALL.html#kdk-kernel-debug-kit), OCLP will react to it automatically during an update installation.
70
+
71
+
Additionally, some systems on Sequoia require [MetallibSupportPkg](https://dortania.github.io/OpenCore-Legacy-Patcher/POST-INSTALL.html#metallibsupportpkg) during root patching, which requires internet connection to download. If OCLP doesn't see internet connection, it will first offer a patch for WiFi only. You will have to reboot, connect to the internet and rerun root patching for the rest of the patches.
0 commit comments