Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS 13 and OpenCore Legacy Patcher #26

Open
vulgo opened this issue Oct 9, 2022 · 17 comments
Open

macOS 13 and OpenCore Legacy Patcher #26

vulgo opened this issue Oct 9, 2022 · 17 comments

Comments

@vulgo
Copy link
Owner

vulgo commented Oct 9, 2022

macOS 13 apparently removes driver support for the iGPUs and 9 series XHC on this board. It looks like any upgrading to Ventura should follow the development and addition of Haswell/Broadwell support to OpenCore Legacy Patcher as the most complete solution to these and other potential issues if upgrading to Ventura is necessary.

@jbvulture
Copy link

I successfully updated to Ventura 13.0.1 using vulgo/ga-h97n-wifi-hackintosh 0.8.5 and dotania/Opencore-Legacy-Patcher 0.5.1. It was really a very easy process and I am currently operating with minimal issues which are known to the Opencore Legacy Patcher noted at dortania/OpenCore-Legacy-Patcher#1008 for Haswell. I run my system with iGPU only using SystemProductName iMac18,1 and the I7-4790K processor.

vulgo/ga-h97n-wifi-hackintosh 0.8.5 EFI modifications made:

  • Needed to reset NVRAM to override NVRAM stored SIP settings so that OpenCore Legacy Patcher could do "Post Install Root Patch" after upgrade/install of Ventura. Added ResetNvramEntry.efi from Opencore 0.8.5 to OC/Drivers folder and updated config.plist entry in UEFI-Drivers array - This allowed me to hit spacebar at OC boot to select and reset NVRAM upgrade. The config.plist entry added:
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>LoadEarly</key>
				<false/>
				<key>Path</key>
				<string>ResetNvramEntry.efi</string>
			</dict>
  • Added entries to OC config.plist NVRAM-Add to lower SIP setting allowing Opencore Legacy Patcher to perform post install patching after upgrade/install. The config.plist modifications made are:
				<key>boot-args</key>
				<string>keepsyms=1 amfi_get_out_of_my_way=1</string>
				<key>csr-active-config</key>
				<data>AwgAAA==</data>

Upgrade/Install process:
I tried both upgrade and a fresh install. Both were successful. I followed the guide/instructions at https://dortania.github.io/OpenCore-Legacy-Patcher with the exception of section "Building and installing OpenCore". Instead of following that section, I manually installed vulgo/ga-h97n-wifi-hackintosh 0.8.5 EFI as modified above both on the USB and later on the internal system drive. After Ventura was upgraded/installed, I downloaded dotania/Opencore-Legacy-Patcher 0.5.1 and ran "Post Install Patches". If you see issues with SIP when trying to run the Patcher, you will need to reboot and reset NVRAM then attempt patching again. This is the reason for the EFI modifications described above. This patcher makes the graphics perform smoothly.

I have been running the system for about 4-5 days. The system performs as well as Monterey did. The only issue I personally have run into has been with the new weather app that is a known problem in Ventura/OpenCore-Legacy-Patcher (dortania/OpenCore-Legacy-Patcher#1008).

I think the combination of the awesome work vulgo has done on this repository keeping ga-h97n-wifi-hackintosh working with the latest version of OpenCore and using OpenCore Legacy Patcher as is, is an easy and workable solution that is working for me now.

@vulgo
Copy link
Owner Author

vulgo commented Nov 15, 2022

@jbvulture thanks for your detailed description of your upgrading to macOS 13. I will update the repo with your changes and try to track the OpenCore Legacy Patcher as new updates are released. Thanks again.

@rochmind
Copy link

successfully applied Ventura to macbookpro10,2 however the patch for Intel HD4000 won’t work and the resolution is stuck at 42 inch.

“Reason for patch failure (71)”
“Unable to build new kernel cache”
“Unable to resolve dependencies: ‘com.rim.driver.BlackBerryUSBDriverInt’”
“dependency on ‘com.apple.iokit.IOUSBMassStorageClass’ which was not found”

@vulgo
Copy link
Owner Author

vulgo commented Nov 22, 2022

Hi @rochmind I have just added @jbvulture NVRAM variable changes to the main branch

				<key>boot-args</key>
				<string>keepsyms=1 amfi_get_out_of_my_way=1</string>
				<key>csr-active-config</key>
				<data>AwgAAA==</data>

The kext for Haswell on Apple was usually HD5000, not sure if that helps

https://dortania.github.io/OpenCore-Legacy-Patcher/ may be able to assist you further. Thanks

@vulgo
Copy link
Owner Author

vulgo commented Nov 22, 2022

Updated 0.8.5 release notes

@rochmind
Copy link

weirdly, after booting to another partition with catalina and leaving it there for a couple of days use, just booted today in the ventura partition and the resolution fixed itself! just the brightness controls doesn't work..

@rochmind
Copy link

found offending RIMBBUSB.kext and deleted it, ran post install and reboot.. works ok now!

@vulgo
Copy link
Owner Author

vulgo commented Nov 24, 2022

after booting to another partition with catalina and leaving it there for a couple of days use, just booted today in the ventura partition and the resolution fixed itself

NVRAM variables?

just the brightness controls doesn't work..

mine never have, didn't know they could

found offending RIMBBUSB.kext and deleted it

old kext?

@rochmind
Copy link

rochmind commented Dec 5, 2022

that old kext likely from my wife’s old blackberry from ages ago.

i rerun the post install again, brightness controls works now

@karant0007
Copy link

karant0007 commented Dec 12, 2022

i'm not sure it's right place to discuss/ ask for help or not but i'm facing one strange issue with Monterey as well

my configuration
CPU - intel i59400F
GPU - NVIDIA GT 710 Kepler

when i try to open xcode simulators with latest xcode 14 this simulators are not booting up
see the screen shot i have attached

Screenshot - patch installed

Screenshot 2022-12-06 at 4 51 47 PM

I have tried uninstalling NVIDIA patch and after that this simulators are working correctly

Screenshot - patch not installed

Screenshot 2022-12-06 at 4 48 47 PM

@vulgo
Copy link
Owner Author

vulgo commented Dec 12, 2022

i'm not sure it's right place to discuss/ ask for help or not but i'm facing one strange issue with Monterey as well

my configuration CPU - intel i59400F GPU - NVIDIA GT 710 Kepler

when i try to open xcode simulators with latest xcode 14 this simulators are not booting up see the screen shot i have attached

No NVIDIA graphics are supported from Monterey onwards as talked about in the notes in README.md. Open an issue with the patch authors, swap your CPU for one with integrated graphics or switch to a supported Polaris card?

@vulgo
Copy link
Owner Author

vulgo commented Mar 13, 2023

@phtmgt
Copy link

phtmgt commented Jun 15, 2023

This seems like a good place to ask: does anyone have issues with Haswell and patch stopping working after reboot? When I patch and reboot the first time everything is smooth. On the subsequent reboot the Haswell patch seems to be gone and interface is choppy. Any idea what might be going on? Thanks.

@Fadabunu
Copy link

Fadabunu commented Sep 9, 2023

successfully applied Ventura to macbookpro10,2 however the patch for Intel HD4000 won’t work and the resolution is stuck at 42 inch.

“Reason for patch failure (71)” “Unable to build new kernel cache” “Unable to resolve dependencies: ‘com.rim.driver.BlackBerryUSBDriverInt’” “dependency on ‘com.apple.iokit.IOUSBMassStorageClass’ which was not found”

I had exactly the same problem than you.
error 71 with BlackberryUSBDriver"

@vulgo
Copy link
Owner Author

vulgo commented Dec 27, 2023

@DJPAT26
Copy link

DJPAT26 commented Jan 27, 2024

Good morning,

I would like to thank you for still being able to use my Macbook Pro 15 inches from Mid 2012 - 9.1 - i7 Quadcore 2.3gz - 16gb of RAM at 1866MHZ, thanks to you with the unlocking of the EFI. I put my Mac on Ventura and everything seems to work great, except the Music/iTunes Store application which gives me a lost network error message, which is not the case since I access without problem at my App Store.

Do you have a solution to suggest to me?

Thanks in advance !

Sorry in advance for my English... I'm French!

Sincerely, Pat

@vulgo
Copy link
Owner Author

vulgo commented Jan 30, 2024 via email

Repository owner deleted a comment from DJPAT26 Feb 1, 2024
Repository owner deleted a comment from DJPAT26 Feb 1, 2024
Repository owner deleted a comment from DJPAT26 Feb 1, 2024
Repository owner deleted a comment from DJPAT26 Feb 1, 2024
Repository owner deleted a comment from DJPAT26 Feb 1, 2024
Repository owner deleted a comment from DJPAT26 Feb 1, 2024
Repository owner locked as resolved and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants