Contribute
Register

[Guide] Lenovo IdeaPad 700 10.12.x

Status
Not open for further replies.
Thanks, I updated my BIOS.
And thanks for the new guide and files for high sierra too.
I have problem with HDMI. I need HDMI because I use an external display most of the time (specifically at work).
But the HDMI won’t work most of the time (as we discussed before), sometimes it works randomly and when it works, it’s unstable (glitch after sleep).
So I fresh installed macOS high sierra 10.13 and made changes to the AppleGraphicsPolicy and tested with both SMBIOS 13,1 and 13,3 but no luck :(
The internal display turns to black.
Any idea or solution on this problem? any other steps needed?
Thank u.

Internal display issue might be EDID issue. Read here:
https://www.tonymacx86.com/threads/readme-common-problems-in-10-13-high-sierra.233582/
 
Hello,
I am getting a kernel panic with com.apple.driver.AppleIntelSKLGraphicsFramebuffer while booting with CLOVER after installation finishes.
I used this guide to create the USB and then downloaded and copied the contents of CLOVER folder from the first message of this discussion to my usb EFI folder. During installation it once exited at "Installing macOS to VOLUME, 22 minutes remaining". Apparently it was a restart/shutdown related issue, I rebooted and everything worked. However, after installation finished, the following error was shown while booting before it restarts.

Kernel Extensions in backtrace:
com.apple.driver.AppleIntelSKLGraphicsFramebuffer(10.1.8)....
dependency: com.apple.iokit.IOPCIFamily(2.9)...
dependency: com.apple.iokit.IOACPIFamily(1.49)...
dependency: com.apple.iokit.IOAcceleratorFamily2(208.13)...
dependency: com.apple.AppleGraphicsDeviceControl(1.13.60)...
dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)...

So far I have tried disabling and enable the GTX950 on the Lenovo Ideapad 700 15ISK. I am installing it over normal harddrive with a USB 3 drive. I have tried the minStolen patch but with no luck. Attached is my latest and probably polluted config.plist.
 

Attachments

  • config.plist
    10.8 KB · Views: 276
Hello,
I am getting a kernel panic with com.apple.driver.AppleIntelSKLGraphicsFramebuffer while booting with CLOVER after installation finishes.
I used this guide to create the USB and then downloaded and copied the contents of CLOVER folder from the first message of this discussion to my usb EFI folder. During installation it once exited at "Installing macOS to VOLUME, 22 minutes remaining". Apparently it was a restart/shutdown related issue, I rebooted and everything worked. However, after installation finished, the following error was shown while booting before it restarts.

Kernel Extensions in backtrace:
com.apple.driver.AppleIntelSKLGraphicsFramebuffer(10.1.8)....
dependency: com.apple.iokit.IOPCIFamily(2.9)...
dependency: com.apple.iokit.IOACPIFamily(1.49)...
dependency: com.apple.iokit.IOAcceleratorFamily2(208.13)...
dependency: com.apple.AppleGraphicsDeviceControl(1.13.60)...
dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)...

So far I have tried disabling and enable the GTX950 on the Lenovo Ideapad 700 15ISK. I am installing it over normal harddrive with a USB 3 drive. I have tried the minStolen patch but with no luck. Attached is my latest and probably polluted config.plist.

Read guide regarding DVMT-prealloc:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
 
So this is the original config.plist at the bottom of this post, the post says to "make sure the correct patch is entered in your config.plist". I cant find the exact patch to copy. In my config.plist, the first kextsToPatch is as follows. This is the only occurence of 0x1916 I could find in my config.plist. Do I have to change the Find and Replace data in this section? Also, since I cant boot into the OS how do I "rebuild cache", the step specified in activation procedure. Please excuse my naivety, I am just getting started with hackintoshing.

Code:
             <dict>
                <key>Comment</key>
                <string>eDP, port 0000, 0x191e0000, 0x19160000, 0x19260000, 0x19270000, 0x191b0000, 0x19160002, 0x19260002, 0x191e0003, 0x19260004, 0x19270004, 0x193b0005 credit syscl</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AAAIAAIAAACYAAAAAQUJAAAEAAA=
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                AAAIAAAEAACYAAAAAQUJAAAEAAA=
                </data>
            </dict>

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Fixes</key>
            <dict>
                <key>FIX_RTC_20000</key>
                <true/>
                <key>FIX_TMR_40000</key>
                <true/>
                <key>FixHeaders_20000000</key>
                <true/>
                <key>FixIPIC_0040</key>
                <true/>
            </dict>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    R0ZYMA==
                    </data>
                    <key>Replace</key>
                    <data>
                    SUdQVQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EC0 to EC</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    RUMwXw==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUNfXw==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PNLF to PNLL</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    UE5MRg==
                    </data>
                    <key>Replace</key>
                    <data>
                    UE5MTA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change HDAS to HDEF</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    SERBUw==
                    </data>
                    <key>Replace</key>
                    <data>
                    SERFRg==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change HECI to IMEI</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    SEVDSQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    SU1FSQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change SAT0 to SATA</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    U0FUMA==
                    </data>
                    <key>Replace</key>
                    <data>
                    U0FUQQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X0RTTQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WERTTQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Change _OSI to XOSI</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X09TSQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WE9TSQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Rename _Q1D</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X1ExRA==
                    </data>
                    <key>Replace</key>
                    <data>
                    X1ExTA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Rename _Q1C</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X1ExQw==
                    </data>
                    <key>Replace</key>
                    <data>
                    X1ExSA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Change GPRW to XPRW</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    R1BSVwI=
                    </data>
                    <key>Replace</key>
                    <data>
                    WFBSVwI=
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Change _PTS to ZPTS</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X1BUUwE=
                    </data>
                    <key>Replace</key>
                    <data>
                    WlBUUwE=
                    </data>
                </dict>
            </array>
        </dict>
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>MCFG</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>xh_rvp10</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>UsbCTabl</string>
            </dict>
        </array>
        <key>SortedOrder</key>
        <array>
            <string>SSDT-DGPU.aml</string>
            <string>SSDT-Config.aml</string>
            <string>SSDT-USB.aml</string>
            <string>SSDT-PNLF.aml</string>
            <string>SSDT-NVMe-RP09.aml</string>
            <string>SSDT-ALS0.aml</string>
            <string>SSDT-DMAC.aml</string>
            <string>SSDT-MCHC.aml</string>
            <string>SSDT-MEM2.aml</string>
            <string>SSDT-PMCR.aml</string>
            <string>SSDT-SMBUS.aml</string>
            <string>SSDT-XOSI.aml</string>
            <string>SSDT-HDEF.aml</string>
            <string>SSDT-PTS.aml</string>
            <string>SSDT-KBD0.aml</string>
            <string>SSDT-PRW.aml</string>
            <string>SSDT-SATA.aml</string>
            <string>SSDT-IGPU.aml</string>
        </array>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>darkwake=1 -lilubeta -lilubetaall</string>
        <key>DefaultVolume</key>
        <string>LastBootedVolume</string>
        <key>Legacy</key>
        <string>LegacyBiosDefault</string>
        <key>Timeout</key>
        <integer>0</integer>
    </dict>
    <key>CPU</key>
    <dict>
        <key>HWPEnable</key>
        <true/>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>VBoxHfs</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Custom</key>
        <dict>
            <key>Entries</key>
            <array>
                <dict>
                    <key>Disabled</key>
                    <false/>
                    <key>FullTitle</key>
                    <string>UEFI internal</string>
                    <key>Hidden</key>
                    <string>Always</string>
                    <key>Ignore</key>
                    <false/>
                    <key>NoCaches</key>
                    <false/>
                    <key>Type</key>
                    <string>Other</string>
                </dict>
            </array>
        </dict>
        <key>Mouse</key>
        <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <false/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <false/>
            <key>Linux</key>
            <false/>
            <key>Tool</key>
            <false/>
        </dict>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>mini black</string>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>KernelPm</key>
        <true/>
        <key>KernelToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>MSR 0xE2 _xcpm_idle instant reboot(c) Pike R. Alpha</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                ILniAAAADzA=
                </data>
                <key>MatchOS</key>
                <string>10.12</string>
                <key>Replace</key>
                <data>
                ILniAAAAkJA=
                </data>
            </dict>
        </array>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>eDP, port 0000, 0x191e0000, 0x19160000, 0x19260000, 0x19270000, 0x191b0000, 0x19160002, 0x19260002, 0x191e0003, 0x19260004, 0x19270004, 0x193b0005 credit syscl</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AAAIAAIAAACYAAAAAQUJAAAEAAA=
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                AAAIAAAEAACYAAAAAQUJAAAEAAA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>10.11.dp1+ BT4LE-Handoff-Hotspot, credit RehabMan based on Dokterdok original</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SIX/dEdIiwc=
                </data>
                <key>Name</key>
                <string>com.apple.iokit.IOBluetoothFamily</string>
                <key>Replace</key>
                <data>
                Qb4PAAAA60Q=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Patch_against_assertions</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                U291bmQgYXNzZXJ0aW9uIA==
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAAAAAAAAAA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>change F%uT%04x to F%uTxxxx in AppleBacklightInjector.kext (credit RehabMan)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                RiV1VCUwNHgA
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleBacklight</string>
                <key>Replace</key>
                <data>
                RiV1VHh4eHgA
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Enable TRIM for SSD</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AEFQUExFIFNTRAA=
                </data>
                <key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAAA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0105, 0x191B0000</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AQUJAAAEAACHAQAA
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                AQUJAAAIAACHAQAA
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
        <key>ROM</key>
        <string>UseMacAddr0</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>ProductName</key>
        <string>MacBookPro13,3</string>
        <key>ProductName-Comment</key>
        <string>Using Haswell MacBookAir6,2 until Clover has support for Skylake identifiers</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
    </dict>
</dict>
</plist>
 
Is this the right section to add in my config.plist. Should the Name be com.apple.driver.AppleIntelSKLGraphicsFramebuffer or should I just use AppleIntelSKLGraphicsFramebuffer.

Code:
            <dict>
                <key>Comment</key>
                <string> 0x19160000/etc, 19MB framebuffer 9MB cursor bytes (credit RehabMan)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                01030303 00002002 00005001
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                01030303 00003001 00009000
                </data>
            </dict>
 
Is this the right section to add in my config.plist. Should the Name be com.apple.driver.AppleIntelSKLGraphicsFramebuffer or should I just use AppleIntelSKLGraphicsFramebuffer.

Code:
            <dict>
                <key>Comment</key>
                <string> 0x19160000/etc, 19MB framebuffer 9MB cursor bytes (credit RehabMan)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                01030303 00002002 00005001
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                01030303 00003001 00009000
                </data>
            </dict>
your find and replace data is wrong and work as is

you could enter in the
01030303 00002002 00005001

01030303 00003001 00009000

in PlistEdit Pro and it will convert it for you
 
Forgot to mention before that it was actually post install so it wasn't booting from the usb. I installed again after erasing the drive with the above patch copied into the original config.plist and now I am getting kernel panic with apparently a bad cpu. This is also after installation and booting from the drive mac is installed on. I am installing with nv_disable=1. Attached are my latest config.plist and screenshot of my error. Installs perfectly fine except one restart failure in the first second of install, restarting manually fixes it and it carries on till the end of installation.
IMG_4917.jpg
 

Attachments

  • config.plist
    9.4 KB · Views: 260
So this is the original config.plist at the bottom of this post, the post says to "make sure the correct patch is entered in your config.plist". I cant find the exact patch to copy. In my config.plist, the first kextsToPatch is as follows. This is the only occurence of 0x1916 I could find in my config.plist. Do I have to change the Find and Replace data in this section? Also, since I cant boot into the OS how do I "rebuild cache", the step specified in activation procedure. Please excuse my naivety, I am just getting started with hackintoshing.

Code:
             <dict>
                <key>Comment</key>
                <string>eDP, port 0000, 0x191e0000, 0x19160000, 0x19260000, 0x19270000, 0x191b0000, 0x19160002, 0x19260002, 0x191e0003, 0x19260004, 0x19270004, 0x193b0005 credit syscl</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AAAIAAIAAACYAAAAAQUJAAAEAAA=
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                AAAIAAAEAACYAAAAAQUJAAAEAAA=
                </data>
            </dict>

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Fixes</key>
            <dict>
                <key>FIX_RTC_20000</key>
                <true/>
                <key>FIX_TMR_40000</key>
                <true/>
                <key>FixHeaders_20000000</key>
                <true/>
                <key>FixIPIC_0040</key>
                <true/>
            </dict>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    R0ZYMA==
                    </data>
                    <key>Replace</key>
                    <data>
                    SUdQVQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EC0 to EC</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    RUMwXw==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUNfXw==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PNLF to PNLL</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    UE5MRg==
                    </data>
                    <key>Replace</key>
                    <data>
                    UE5MTA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change HDAS to HDEF</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    SERBUw==
                    </data>
                    <key>Replace</key>
                    <data>
                    SERFRg==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change HECI to IMEI</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    SEVDSQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    SU1FSQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change SAT0 to SATA</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    U0FUMA==
                    </data>
                    <key>Replace</key>
                    <data>
                    U0FUQQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X0RTTQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WERTTQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Change _OSI to XOSI</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X09TSQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WE9TSQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Rename _Q1D</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X1ExRA==
                    </data>
                    <key>Replace</key>
                    <data>
                    X1ExTA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Rename _Q1C</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X1ExQw==
                    </data>
                    <key>Replace</key>
                    <data>
                    X1ExSA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Change GPRW to XPRW</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    R1BSVwI=
                    </data>
                    <key>Replace</key>
                    <data>
                    WFBSVwI=
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Change _PTS to ZPTS</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X1BUUwE=
                    </data>
                    <key>Replace</key>
                    <data>
                    WlBUUwE=
                    </data>
                </dict>
            </array>
        </dict>
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>MCFG</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>xh_rvp10</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>UsbCTabl</string>
            </dict>
        </array>
        <key>SortedOrder</key>
        <array>
            <string>SSDT-DGPU.aml</string>
            <string>SSDT-Config.aml</string>
            <string>SSDT-USB.aml</string>
            <string>SSDT-PNLF.aml</string>
            <string>SSDT-NVMe-RP09.aml</string>
            <string>SSDT-ALS0.aml</string>
            <string>SSDT-DMAC.aml</string>
            <string>SSDT-MCHC.aml</string>
            <string>SSDT-MEM2.aml</string>
            <string>SSDT-PMCR.aml</string>
            <string>SSDT-SMBUS.aml</string>
            <string>SSDT-XOSI.aml</string>
            <string>SSDT-HDEF.aml</string>
            <string>SSDT-PTS.aml</string>
            <string>SSDT-KBD0.aml</string>
            <string>SSDT-PRW.aml</string>
            <string>SSDT-SATA.aml</string>
            <string>SSDT-IGPU.aml</string>
        </array>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>darkwake=1 -lilubeta -lilubetaall</string>
        <key>DefaultVolume</key>
        <string>LastBootedVolume</string>
        <key>Legacy</key>
        <string>LegacyBiosDefault</string>
        <key>Timeout</key>
        <integer>0</integer>
    </dict>
    <key>CPU</key>
    <dict>
        <key>HWPEnable</key>
        <true/>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>VBoxHfs</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Custom</key>
        <dict>
            <key>Entries</key>
            <array>
                <dict>
                    <key>Disabled</key>
                    <false/>
                    <key>FullTitle</key>
                    <string>UEFI internal</string>
                    <key>Hidden</key>
                    <string>Always</string>
                    <key>Ignore</key>
                    <false/>
                    <key>NoCaches</key>
                    <false/>
                    <key>Type</key>
                    <string>Other</string>
                </dict>
            </array>
        </dict>
        <key>Mouse</key>
        <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <false/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <false/>
            <key>Linux</key>
            <false/>
            <key>Tool</key>
            <false/>
        </dict>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>mini black</string>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>KernelPm</key>
        <true/>
        <key>KernelToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>MSR 0xE2 _xcpm_idle instant reboot(c) Pike R. Alpha</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                ILniAAAADzA=
                </data>
                <key>MatchOS</key>
                <string>10.12</string>
                <key>Replace</key>
                <data>
                ILniAAAAkJA=
                </data>
            </dict>
        </array>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>eDP, port 0000, 0x191e0000, 0x19160000, 0x19260000, 0x19270000, 0x191b0000, 0x19160002, 0x19260002, 0x191e0003, 0x19260004, 0x19270004, 0x193b0005 credit syscl</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AAAIAAIAAACYAAAAAQUJAAAEAAA=
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                AAAIAAAEAACYAAAAAQUJAAAEAAA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>10.11.dp1+ BT4LE-Handoff-Hotspot, credit RehabMan based on Dokterdok original</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SIX/dEdIiwc=
                </data>
                <key>Name</key>
                <string>com.apple.iokit.IOBluetoothFamily</string>
                <key>Replace</key>
                <data>
                Qb4PAAAA60Q=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Patch_against_assertions</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                U291bmQgYXNzZXJ0aW9uIA==
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAAAAAAAAAA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>change F%uT%04x to F%uTxxxx in AppleBacklightInjector.kext (credit RehabMan)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                RiV1VCUwNHgA
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleBacklight</string>
                <key>Replace</key>
                <data>
                RiV1VHh4eHgA
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Enable TRIM for SSD</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AEFQUExFIFNTRAA=
                </data>
                <key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAAA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0105, 0x191B0000</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AQUJAAAEAACHAQAA
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                AQUJAAAIAACHAQAA
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
        <key>ROM</key>
        <string>UseMacAddr0</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>ProductName</key>
        <string>MacBookPro13,3</string>
        <key>ProductName-Comment</key>
        <string>Using Haswell MacBookAir6,2 until Clover has support for Skylake identifiers</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
    </dict>
</dict>
</plist>
I would like to use Lilu paired with IntelGraphicsDVMTFixup.
 
Status
Not open for further replies.
Back
Top