Update README.md

This commit is contained in:
Mykola Grymalyuk
2020-12-04 14:29:18 -07:00
committed by GitHub
parent b25fa91962
commit 217999a8e7

View File

@@ -136,4 +136,16 @@ If OpenCore refuses to show up in the boot picker even with the above troublesho
sudo bless --verbose --file /Volumes/EFI/EFI/OC/Bootstrap/Bootstrap.efi --folder /Volumes/EFI/EFI/OC/Bootstrap --setBoot
```
* Note: NVRAM write is disabled with SIP, so disables SIP first before running
* Note: NVRAM write is disabled with SIP, so disables SIP first before running
### Downloaded patcher is corrpted
Currently unknown where the cause is, however cd'ing into the folder and calling the command works:
```
# CD into your folder(Change to what yours is)
~/Downloads/OpenCore-Legacy-Patcher/
# Call the file
python OpenCore-Patcher.command
```