Contribute
Register

[HOW TO] OpenCore 0.9.7 >> 0.9.8 differences

Joined
Dec 10, 2010
Messages
1,378
Motherboard
Gigabyte Z390 Aorus Elite
CPU
i9-9900K
Graphics
RX 6600 XT
Mobile Phone
  1. iOS
There is a new release of OpenCore. OpenCore 0.9.8 is out. You can get it from Acidanthera.

Main changes
  • Updated OpenDuet to allow loading HfsPlusLegacy.efi
  • Fixed CPU frequency calculation on AMD 10h family (Phenom, Opteron 3rd gen.)
  • Swapped the position of Shutdown and Restart buttons to better match recent macOS Sonoma
  • Misc >> Boot >> PickerAttributes: added OC_ATTR_USE_REVERSED_UI to allow access to previous default Shutdown and Restart button arrangement (it may better match some custom backgrounds)
  • Fixed intro animation getting stuck in OpenCanopy if an entry which returns to menu is selected before animation ends
  • Misc >> Boot >> PickerAttributes: added OC_ATTR_REDUCE_MOTION to optionally disable non-required OpenCanopy password and menu animations, leaving only animations which communicate information not otherwise provided
  • Re-enabled AudioDxe failover for systems such as Acer E5 when DisconnectHda doesn't work
  • Added FirmwareSettingsEntry.efi driver which adds menu entry to reboot into UEFI firmware settings
  • Enabled picker shortcut keys which are read out in OpenCanopy when using PickerAudioAssist
  • Fixed Linux EFI loading error when using OpenDuet since 0.8.8
  • Fixed APFS JumpStart with OpenDuet and SecureBootModel Disabled
  • Added support for additional early Nvidia UEFI VBIOS in EnableGop.
config.plist
  • Misc >> Boot >> PickerAttributes: added OC_ATTR_USE_REVERSED_UI to allow access to previous default Shutdown and Restart button arrangement.
Drivers
  • Added FirmwareSettingsEntry.efi driver which adds menu entry to reboot into UEFI firmware settings.
Kexts
  • AppleALC 1.8.9
  • EmeraldSDHC 0.1.2.
 
"OpenCanopy menu animations" ??
 
@ori69
Depending on your graphics card, OpenCore graphical picker has some animations, for example, when entries icons appear, they appear from right to left. With some graphics cards these animations are more obvious and with other cards they go unnoticed.
 
I upgraded OpenCore 0.9.7 to 0.9.8 but now OpenCanopy doesn't work anymore, showing the minimal text menu at boot.
I obviously upgraded all the drivers but didn't change anything in Misc/bootpicker.
What did I miss?
 
@rommy
Things to check:
  • OpenCanopy.efi must be from the OpenCore package, both must be the same version
  • Resources/Image folder must have one or more themes folders
  • Misc -> Boot -> PickerVariant=Default (for Acidanthera/GoldenGate theme)
  • Misc -> Boot -> PickerAtributes=145
  • Misc -> Boot -> Picker Mode=External
  • Misc -> Boot -> ShowPicker=true.
 
@rommy
Things to check:
  • OpenCanopy.efi must be from the OpenCore package, both must be the same version --- of course I've upgraded this
  • Resources/Image folder must have one or more themes folders ----> I have a couple of folders for customisation
  • Misc -> Boot -> PickerVariant=Default (for Acidanthera/GoldenGate theme) ---> I use adjusted btwise\ASUS-ROG theme
  • Misc -> Boot -> PickerAtributes=145 ---> have 159
  • Misc -> Boot -> Picker Mode=External ---> same
  • Misc -> Boot -> ShowPicker=true. ---> same
Thank You miliuco for your prompt reply!
In the quote my reply.
The theme I mention worked perfectly before the OC upgrade, so having upgraded also the driver this behaviour sounds strange to me.
Let me test something else in the meantime...

----
Edit 10 minutes later
FIXED! The trick is to use the attributes you suggested. Having removed the 2nd, 3rd and 4th items of the picker attributes menu solved my trouble.
Good
 
Last edited:
Do you think future releases of OpenCore will come with a fix for those who lost Wifi capabilities when Sonoma dropped support for previously supported Broadcom chips? I'm currently using OCLP to fix this issue but it will be nicer it future releases of OC came with this fix built in.
 
@kSilva
I'm pretty sure that OpenCore itself will not come with such fix.
Now a days, OCLP root patch is the only fix for this task.
Even if it's added to OC, it would be a patch like the OCLP one.
 
Seeing that most commits since 0.9.8 have been in… documentation, upgrade is unlikely to be a challenge.
 
Back
Top