liuyishengalan / ThinkPad-P52-Hackintosh

Allow ThinkPad P52 Mobile Workstations to run macOS.
GNU General Public License v3.0
75 stars 29 forks source link

OpenCore Releases - issues #32

Open c3o8k1g opened 4 years ago

c3o8k1g commented 4 years ago

I found the following issues when deploying the OC releases: . Support macOS Big Sur 11.0 beta 4 - v4.1

. Support macOS Big Sur 11.0 beta 3 - v4.0

liuyishengalan commented 4 years ago

not exactly same for 4.0 and 4.1 release. Copy and replace the integrated graphics section in device properties part. Do not use config in 4.0 version.On Aug. 9, 2020 5:14 p.m., c3o8k1g notifications@github.com wrote: I found the following issues when deploying the OC releases: . Support macOS Big Sur 11.0 beta 4 config.plist missing for different hardware configurations - had to use the ones from beta 3.wifi does not work. . Support macOS Big Sur 11.0 beta 3 in the description it mentions "CLOVER r5119 & Kexts Update" but when downloading it is clearly an OC release.

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

c3o8k1g commented 4 years ago

To confirm: What is required?

Section from v4.0

    <key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AACbPg==</data>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
            <dict>
                <key>layout-id</key>
                <integer>52</integer>
            </dict>
        </dict>
        <key>Delete</key>
        <dict/>
    </dict>

Section from v4.1

    <key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AACbPg==</data>
                <key>AAPL00,override-no-connect</key>
                <data>AP///////wBNELkUAAAAABYdAQSlIhN4Dtu6rlEwzBkFV1UAAAABAQEBAQEBAQEBAQEBAQEBTdAAoPBwPoAwIDUAWMIQAAAYpqYAoPBwPoAwIDUAWMIQAAAaAAAA/gBONVY4Q4BMUTE1NkQxAAAAAAACQQMyARIAAAsBCiAgAAQ=</data>
                <key>enable-hdmi20</key>
                <data>AQAAAA==</data>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
            <dict>
                <key>layout-id</key>
                <integer>52</integer>
            </dict>
        </dict>
        <key>Delete</key>
        <dict/>
    </dict>

The only differences are:

<key>AAPL00,override-no-connect</key>
<data>AP///////wBNELkUAAAAABYdAQSlIhN4Dtu6rlEwzBkFV1UAAAABAQEBAQEBAQEBAQEBAQEBTdAAoPBwPoAwIDUAWMIQAAAYpqYAoPBwPoAwIDUAWMIQAAAaAAAA/gBONVY4Q4BMUTE1NkQxAAAAAAACQQMyARIAAAsBCiAgAAQ=</data>
<key>enable-hdmi20</key>
<data>AQAAAA==</data>

I cannot find a section relating to graphics (apart from an HDMI reference).

c3o8k1g commented 4 years ago

Support macOS Big Sur 11.0 beta 4