t480-oc icon indicating copy to clipboard operation
t480-oc copied to clipboard

Version 1.4.0

Open valnoxy opened this issue 1 year ago • 2 comments

To-Do:

  • [ ] bug fixes
  • [x] kext update
  • [x] opencore update

Changelog: reserved for later

valnoxy avatar Apr 19 '24 17:04 valnoxy

Hey, thanks a lot for working on this. Just FYI, with the latest versions of Sonoma (14.4.x) you will need to switch Misc/Security/SecureBootModel from Default to Disabled. Also, for some reason with the latest changes from the dev branch it wouldn't be able to reach the recovery OS at all, which I found strange.

To get my re-install going, I made a frankenstein out of this repos' current release (1.3.0) + updated OC (0.9.9, only replaced the EFI boot loader, the OpenCore efi, the Drivers and the Tools folder, nothing else), and modified the SecureBootModel to Disabled, which was the only way to boot to desktop on Sonoma 14.4.x. I'm not sure if the updated kexts or the updated prebuilt Config.plist values in the dev branch are affecting somehow the boot process to not be able to reach the recovery OS screen.

linuxct avatar Apr 28 '24 14:04 linuxct

One more thing: To get WiFi working on Sonoma 14.4 it is also necessary to use Airportitlwm version 2.3.0-alpha (as of right now) built specifically for Sonoma14.4 rather than Sonoma/Sonoma14.0. You may want to add this with a kernel limitation:

  • Sonoma14.0 min kernel version is 23.0.0, max kernel version is 23.3.99
  • Sonoma14.4 min kernel version is 23.4.0, max kernel version is 23.99.99

linuxct avatar Apr 28 '24 16:04 linuxct