From 0359141f261b393c341dd516c6e2e10986d2af12 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 9 Mar 2021 18:46:46 -0700 Subject: [PATCH] Update docs --- README.md | 8 ++++---- docs/TROUBLESHOOTING.md | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d918f4f05..9d86437bf 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ -A python script for building and booting OpenCore on legacy Macs, see [Supported SMBIOS](/docs/MODELS.md) on whether your model is supported. +A python program for building and booting OpenCore on legacy Macs, see [Supported SMBIOS](/docs/MODELS.md) on whether your model is supported. Supported features: -* System Integrity Protection, FileVault 2 and .im4m Secure Boot -* Native OTA OS updates +* System Integrity Protection, FileVault 2, .im4m Secure Boot and Vaulting +* Native OTA OS DELTA updates on all Macs * Recovery OS, Safe Mode and Single-user Mode booting * Zero firmware patching required(ie. APFS ROM patching) * GPU Switching on MacBook Pro models(2012 and newer) @@ -56,7 +56,7 @@ For nightly builds, you can either run `OpenCore-Patcher.command` from [main](ht Once finished, see below for common post-installation steps: -* [Post-Installation](./POST-INSTALL.md) +* [Post-Installation](./docs/POST-INSTALL.md) ## How to uninstall OpenCore? diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 39a304273..7a9c64dd5 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -7,6 +7,7 @@ Here are some common errors users may experience while using this patcher: * [Infinite Recovery OS Booting](#infinite-recovery-os-reboot) * [Reboot when entering Hibernation (`Sleep Wake Failure`)](#reboot-when-entering-hibernation-sleep-wake-failure) * [Booting with a non-flashed GPU](#booting-with-a-non-flashed-gpu) +* [How to Boot Big Sur Recovery](#how-to-boot-big-sur-recovery) ## Stuck on `This version of Mac OS X is not supported on this platform` @@ -45,4 +46,8 @@ sudo bless --verbose --file /Volumes/VOLNAME/EFI/OC/OpenCore.efi --folder /Volum * Note you will need to replace `VOLNAME` with the Volume name of your USB or hard drive with OpenCore * Note 2: Once done, you can re-enable SIP -Once you boot OpenCore for the first time, LauncherOption will install itself as the top boot priority making OpenCore always launch. Combined with `RequestBootVar`, all boot options must go through OpenCore ensuring seamless usage even with OS installation and updates. \ No newline at end of file +Once you boot OpenCore for the first time, LauncherOption will install itself as the top boot priority making OpenCore always launch. Combined with `RequestBootVar`, all boot options must go through OpenCore ensuring seamless usage even with OS installation and updates. + +## How to Boot Big Sur Recovery + +By default, the patcher will try to hide extra boot options such as recovery from the user. To make them appear, simply press the "Spacebar" inside OpenCore's Picker to list all boot options. \ No newline at end of file