diff --git a/docs/UPDATE.md b/docs/UPDATE.md index bf63e492d..3447f96ab 100644 --- a/docs/UPDATE.md +++ b/docs/UPDATE.md @@ -10,20 +10,22 @@ Latest versions of OCLP can download updates by themselves, you will get notifie After the update, the application asks if you want to update OpenCore and root patches. -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. - -Finally install new root patches to ensure you're running on the latest fixes for on-disk patches. +* If you do not need to change any settings, click "Yes" on the patch update question and follow the procedure to update OpenCore and root patches automatically. + * If you do want to change settings, select "No" and do your settings. + * In case you selected "No", you will have to manually build and install OpenCore and then manually install new root patches to ensure you're running on the latest OpenCore with your settings and the fixes for on-disk patches. -| Update available | Update successful | +| Update available | App update success, patch update question | | :--- | :--- | -| Update Available | Update Successful | +| Update Available | Update Successful | #### Checking OCLP and OpenCore versions 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. +Check the status and version of root patches from `Post Install Volume Patch` section in the main menu. + ```bash # OpenCore Version nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:opencore-version @@ -32,9 +34,9 @@ nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:OCLP-Version ``` -| Version in app | Version in Terminal | -| :--- | :--- | -| Build start | OCLP version | +| Version in app | Version in Terminal | Root patch version | +| :--- | :--- | :--- | +| Build start | OCLP version | Root Patch Version | ## Preparing OCLP for macOS update @@ -72,3 +74,5 @@ Additionally, some systems on Sequoia require [MetallibSupportPkg](https://dorta ::: + + diff --git a/docs/images/OCLP_Booted_Version.png b/docs/images/OCLP_Booted_Version.png index 40f7962f3..aaa373884 100644 Binary files a/docs/images/OCLP_Booted_Version.png and b/docs/images/OCLP_Booted_Version.png differ diff --git a/docs/images/OCLP_Root_Patch_Version.png b/docs/images/OCLP_Root_Patch_Version.png new file mode 100644 index 000000000..4a43c572f Binary files /dev/null and b/docs/images/OCLP_Root_Patch_Version.png differ