Contribute
Register

ASUS X299 Monterey/Ventura Support

Looks like OC 0.7.5 will support Resizable bar :) I'll probably release a BASE-EFI for that

Here is a Prerelease version (I have not tested this yet so YMMV)

Bootloader / Kexts:
  • WhateverGreen 1.5.5
  • AppleALC 1.6.6
 

Attachments

  • DJ7-OC075-BASEEFI-PreRelease.zip
    8.9 MB · Views: 61
Last edited:
Hello big brother,me again,using your 0.7.5or 0.7.4,I stuck at "applenvme assert failed'',GOD save me(7960x+asus x299 R6A+6900xt),tried to replace cputsc to tscadjustreset,didn't work
 
Glad to hrear that you are back again!!
 

Attachments

  • -v.jpg
    -v.jpg
    7.6 MB · Views: 65
my previous posts 0.7.3 can boot ,but usbmap lose,
 
i had mapped,but didn't work now
 
with out seeing your files, hard to help...
I turn off tpm2.0,my 0.7.3 efi and USBMap.kext work again, thank u! but 0.7.5still don't work, could you please help me?
 

Attachments

  • 归档.zip
    17.7 MB · Views: 45
I turn off tpm2.0,my 0.7.3 efi and USBMap.kext work again, thank u! but 0.7.5still don't work, could you please help me?
your 0.7.5 config.plist has:
Code:
<key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>USBInjectAll.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/USBInjectAll</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>

and your working 0.7.3 one has:
Code:
<dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>USBMap.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
 
Back
Top