diff --git a/CHANGELOG.md b/CHANGELOG.md index 8855e0af3..f71c5656e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # OpenCore Legacy Patcher changelog +## 0.0.6 +- Fix macserial crashing + ## 0.0.5 - Enable hibernation support - Work around USB Map failing diff --git a/OpenCore-Patcher.command b/OpenCore-Patcher.command index 2e44f3bb7..36ae73c0e 100755 --- a/OpenCore-Patcher.command +++ b/OpenCore-Patcher.command @@ -20,7 +20,7 @@ except NameError: pass # List build versions -patcher_version = "0.0.5" +patcher_version = "0.0.6" CustomSMBIOS=False MainMenu=True diff --git a/README.md b/README.md index d0b8c6fd8..7961c7db8 100644 --- a/README.md +++ b/README.md @@ -128,24 +128,3 @@ At this time, the OpenCore Patcher won't install macOS onto the internal drive i Reminder that once this is done, you'll need to select OpenCore in the boot picker again for your hardware to remenber this entry and auto boot from then on. -### OpenCore won't show up in the boot picker - -If OpenCore refuses to show up in the boot picker even with the above troubleshooting step, you can try to disable SIP and run this command(With your EFI drive mounted): - -```sh -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 - -### Downloaded patcher is corrpted - -Currently unknown where the cause is, however cd'ing into the folder and calling the command works: - -```sh -# CD into your folder(Change to what yours is) -~/Downloads/OpenCore-Legacy-Patcher/ -# Call the file -python OpenCore-Patcher.command -``` -