Update docs

This commit is contained in:
Mykola Grymalyuk
2021-03-09 18:46:46 -07:00
parent fef47af891
commit 0359141f26
2 changed files with 10 additions and 5 deletions

View File

@@ -2,12 +2,12 @@
<img src="images/OC-Patcher.png" width="256">
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?

View File

@@ -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.
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.