miliuco Posted December 6, 2022 Share Posted December 6, 2022 (edited) OpenCore 0.8.7 is out. Get it from Acidanthera. Please read the message by @PMheart, the best summary with the news. Main changes MacHyperVSupport: a lot of fixes and improvements (see the kext changelog). Removed unwanted flicker when launching non-text entry. Fixed TSC/FSB for AMD CPUs in ProvideCurrentCpuInfo. Changed macrecovery to download files into com.apple.recovery.boot by default. Improved Apple builtin picker (BootKicker.efi) on some systems and after reboot. Misc -> Boot -> ShowPicker changed from Boolean to String, valid values are: Always - Always show picker (equivalent to ShowPicker=True) Never - Never show picker (equivalent to ShowPicker=False) SkipOnHibernateWake - Don't show picker if waking from macOS hibernation. Misc -> Boot -> added HibernateSkipsPicker (Boolean): not to show picker if waking from macOS hibernation. Failsafe value: false. config.plist Misc -> Boot -> ShowPicker changed from Boolean to String Misc -> Boot -> added HibernateSkipsPicker (Boolean), failsafe value is false. Kexts AppleALC 1.7.7. HibernationFixup 1.4.7. IntelBluetoothFirmware 2.3.0 >> beta version. MacHyperVSupport 0.9.3. FeatureUnlock 1.1.1. VoodooPS2Controller 2.3.2. WhateverGreen 1.6.2. Note: the strikethrough text refers to changes made at some point and later reverted or modified. Thank you again, OpenCore developers!!! Edited December 7, 2022 by miliuco 14 2 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/ Share on other sites More sharing options...
oldman20 Posted December 7, 2022 Share Posted December 7, 2022 10 hours ago, miliuco said: IntelBluetoothFirmware 2.3.0 thank but it is 2.2.0! Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798377 Share on other sites More sharing options...
aben Posted December 7, 2022 Share Posted December 7, 2022 @miliuco Also, much thanks for your valuable contribution to help improve readability of WEG documentation. Neat work! 1 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798380 Share on other sites More sharing options...
miliuco Posted December 7, 2022 Author Share Posted December 7, 2022 1 hour ago, oldman20 said: thank but it is 2.2.0! Really this kext is not included in the monthly update. Yes, 2.2.0 is the official release and 2.3.0 the beta which I thought was going to be released with OC 0.8.7. 2 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798381 Share on other sites More sharing options...
deeveedee Posted December 7, 2022 Share Posted December 7, 2022 @miliuco Excellent summary as always! You may want to add AppleALC.kext to your list. 2 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798385 Share on other sites More sharing options...
miliuco Posted December 7, 2022 Author Share Posted December 7, 2022 32 minutes ago, deeveedee said: You may want to add AppleALC.kext to your list. Added. Thanks! 1 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798388 Share on other sites More sharing options...
oldman20 Posted December 8, 2022 Share Posted December 8, 2022 13 hours ago, miliuco said: Really this kext is not included in the monthly update. Yes, 2.2.0 is the official release and 2.3.0 the beta which I thought was going to be released with OC 0.8.7. thank for explained, but I just can see release version https://github.com/OpenIntelWireless/IntelBluetoothFirmware/releases where to get beta? Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798435 Share on other sites More sharing options...
Anto65 Posted December 8, 2022 Share Posted December 8, 2022 https://dortania.github.io/builds/?product=IntelBluetoothFirmware&viewall=true&version=2.3.0&sha=693f2dcaefe218f7f0205957bfbe381cdf5354ae 3 1 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798436 Share on other sites More sharing options...
aben Posted December 8, 2022 Share Posted December 8, 2022 (edited) @oldman20 You can either compile and build locally using Xcode or simply grab the binaries from the Actions tab of the respective repo (will require a GitHub account for the latter). Link to latest Artifacts here EDIT: Or directly from Dortania as @antuneddu has shared above. Edited December 8, 2022 by aben 2 1 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798437 Share on other sites More sharing options...
makk Posted December 8, 2022 Share Posted December 8, 2022 question regarding HibernationFixup.kext Does this allow for hibernation to function correctly on these Hacks? great write up! always a pleasure 1 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798441 Share on other sites More sharing options...
oldman20 Posted December 8, 2022 Share Posted December 8, 2022 3 hours ago, antuneddu said: https://dortania.github.io/builds/?product=IntelBluetoothFirmware&viewall=true&version=2.3.0&sha=693f2dcaefe218f7f0205957bfbe381cdf5354ae 2 hours ago, aben said: @oldman20 You can either compile and build locally using Xcode or simply grab the binaries from the Actions tab of the respective repo (will require a GitHub account for the latter). Link to latest Artifacts here EDIT: Or directly from Dortania as @antuneddu has shared above. thank, i compiled from gihub and builed 2.2.0 version, is it same 2.3.0? Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798443 Share on other sites More sharing options...
aben Posted December 8, 2022 Share Posted December 8, 2022 (edited) 3 hours ago, oldman20 said: thank, i compiled from gihub and builed 2.2.0 version, is it same 2.3.0? Can't be, master branch is currently at 2.3.0. If you are attempting to compile and build using Xcode, then open up Terminal and run below commands: git clone --depth=1 https://github.com/OpenIntelWireless/IntelBluetoothFirmware.git cd IntelBluetoothFirmware git clone --depth=1 https://github.com/acidanthera/MacKernelSDK.git xcodebuild -target Package build open ./build/Release Or you can simply grab the binaries from Dortania repo: https://github.com/dortania/build-repo/releases/tag/IntelBluetoothFirmware-693f2dc Edited December 8, 2022 by aben 1 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798453 Share on other sites More sharing options...
miliuco Posted December 8, 2022 Author Share Posted December 8, 2022 @oldmac Easiest way to get 2.3.0 beta is doing what @antuneddu says. 3 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798456 Share on other sites More sharing options...
Anto65 Posted December 8, 2022 Share Posted December 8, 2022 😁 Which is the same commit 693f2dc... Already compiled and ready to use 1 Link to comment https://www.insanelymac.com/forum/topic/354985-how-to-opencore-086-087-differences/#findComment-2798457 Share on other sites More sharing options...
Recommended Posts