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 ventura efi folder #16

Open
aufuk1 opened this issue Jul 19, 2022 · 5 comments
Open

Macos ventura efi folder #16

aufuk1 opened this issue Jul 19, 2022 · 5 comments

Comments

@aufuk1
Copy link

aufuk1 commented Jul 19, 2022

Hi,

Are you considering creating an efi for macos ventura? I am getting the error in the picture while installing.

ht

@aufuk1
Copy link
Author

aufuk1 commented Jul 19, 2022

My screen is not touchscreen. about it kext, dsdt and patch - which ones should I remove?

@XXCoreRangerX
Copy link
Owner

Hello!
If you don't have the touchscreen, remove both VoodooI2C and VoodooI2CHID kexts. Then, remove or disable all mentions of these kexts listed below in your config.plist:

<dict>
  <key>Arch</key>
  <string>Any</string>
  <key>BundlePath</key>
  <string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string>
  <key>Comment</key>
  <string></string>
  <key>Enabled</key>
  <true/>
  <key>ExecutablePath</key>
  <string>Contents/MacOS/VoodooGPIO</string>
  <key>MaxKernel</key>
  <string></string>
  <key>MinKernel</key>
  <string></string>
  <key>PlistPath</key>
  <string>Contents/Info.plist</string>
</dict>
<dict>
  <key>Arch</key>
  <string>Any</string>
  <key>BundlePath</key>
  <string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string>
  <key>Comment</key>
  <string></string>
  <key>Enabled</key>
  <true/>
  <key>ExecutablePath</key>
  <string>Contents/MacOS/VoodooI2CServices</string>
  <key>MaxKernel</key>
  <string></string>
  <key>MinKernel</key>
  <string></string>
  <key>PlistPath</key>
  <string>Contents/Info.plist</string>
</dict>
<dict>
  <key>Arch</key>
  <string>Any</string>
  <key>BundlePath</key>
  <string>VoodooI2C.kext</string>
  <key>Comment</key>
  <string></string>
  <key>Enabled</key>
  <true/>
  <key>ExecutablePath</key>
  <string>Contents/MacOS/VoodooI2C</string>
  <key>MaxKernel</key>
  <string></string>
  <key>MinKernel</key>
  <string></string>
  <key>PlistPath</key>
  <string>Contents/Info.plist</string>
</dict>
<dict>
  <key>Arch</key>
  <string>Any</string>
  <key>BundlePath</key>
  <string>VoodooI2CHID.kext</string>
  <key>Comment</key>
  <string></string>
  <key>Enabled</key>
  <true/>
  <key>ExecutablePath</key>
  <string>Contents/MacOS/VoodooI2CHID</string>
  <key>MaxKernel</key>
  <string></string>
  <key>MinKernel</key>
  <string></string>
  <key>PlistPath</key>
  <string>Contents/Info.plist</string>
</dict>

I think this may also resolve the issues you're having with booting macOS. It looks as if AppleIntelLpssI2CController is looking for an available I2C bus and fails because there isn't one in the non-touchscreen laptop.

@aufuk1
Copy link
Author

aufuk1 commented Jul 20, 2022

Thank you for your answer.
I removed these kexts but the error persists. As you stated in your notes;
Patch: I removed '_CRS to XCRS' and 'Rename _OSI to XOSI'.
Dsdt: I disabled SSDT-XOSI.

But it still didn't work, I guess I'm doing something wrong.

block

@aufuk1
Copy link
Author

aufuk1 commented Jul 20, 2022

Problem solved :)

https://www.insanelymac.com/forum/topic/352666-elitebook-840-g4-ventura-boot-error-applei2c/

@Kariti
Copy link

Kariti commented Mar 29, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants