Contribute
Register

[HELP] Coffee Lake iGPU "UHD 630" Not Being Accelerated in Catalina

Status
Not open for further replies.
Got it. I'll take a look later today. I really appreciate your help
 
Again, read the docs because you're asking questions being answered at exactly that spot. Keep in mind it has to be byte-reversed: 07 00 9B 3E...
 
here is my config.plist... I am getting a kernel panic now. I think I edited my plist wrong with BBEdit. It is a bit confusing for me but I think I configured everything correctly with Hackintool.
 

Attachments

  • config.plist
    16.4 KB · Views: 31
  • EFI.zip
    4.7 MB · Views: 63
here is my config.plist... I am getting a kernel panic now. I think I edited my plist wrong with BBEdit. It is a bit confusing for me but I think I configured everything correctly with Hackintool.
you messed up there:
Code:
<key>Devices</key>
    <dict>
        <key>Properties</key>
        <dict><key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>
                BwCbPg==
                </data>
                <key>AAPL,slot-name</key>
                <string>Internal@0,2,0</string>
                <key>device_type</key>
                <string>VGA compatible controller</string>
                <key>framebuffer-patch-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>model</key>
                <string>Intel UHD Graphics 630 (Desktop)</string>
            </dict>

go back to your original one, make your patches in hackintool, then click file -> export and then choose your config.plist, it will do the paste for you :)
 
Hello,

I have tried Hackintool with Platform ID 0x3E9B0007 and I had no luck. What should I try next? here is my EFI. Thank you for all the help!!!
 

Attachments

  • EFI.zip
    4.2 MB · Views: 56
Hello,

I have tried Hackintool with Platform ID 0x3E9B0007 and I had no luck. What should I try next? here is my EFI. Thank you for all the help!!!
you still have this here:
Code:
<key>ig-platform-id</key>
        <string>0x12345678</string>
 
Removing that results in a kernel panic:(
 
Just now, I went to take a picture of the panic but now it just gets stuck here on boot. I didn't change anything...
 

Attachments

  • F39452C3-D130-4D33-8D08-FB84134BD16B.jpeg
    F39452C3-D130-4D33-8D08-FB84134BD16B.jpeg
    1.9 MB · Views: 46
Last edited:
Just now, I went to take a picture of the panic but now it just gets stuck here on boot. I didn't change anything...
remove that signature you have there please, as that is for hardware profiles only
 
Status
Not open for further replies.
Back
Top