Contribute
Register

Open Core Lenovo Y700 Skylake with Catalina 10.15.5 problems

Status
Not open for further replies.
Joined
Feb 13, 2011
Messages
40
Motherboard
Lenovo Y700 15 ISK-Clover
CPU
i7-6700HQ
Graphics
GTX 960M + HD 530
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
I'm trying to finish my hacki but i can't make hdmi out works. If i connect someting it detects it and for a second works but then stops.
Doesn't work too shut down.

Lenovo Y700 15 ISK

16 GB 2133 MHz DDR4


Intel HD Graphics 530 1536 MB

Open core 0.5.9
 

Attachments

  • EFI.zip
    5.8 MB · Views: 336
  • opencore-2020-07-04-225120.txt
    256 KB · Views: 220
Last edited:
Updated post
 
Updated post
you could try adding all ports, something similar to this:
Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>
                AAAbGQ==
                </data>
                <key>AAPL,slot-name</key>
                <string>Internal@0,2,0</string>
                <key>device-id</key>
                <data>
                GxkAAA==
                </data>
                <key>device_type</key>
                <string>VGA compatible controller</string>
                <key>framebuffer-con0-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con0-pipe</key>
                <data>
                EgAAAA==
                </data>
                <key>framebuffer-con1-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con1-pipe</key>
                <data>
                EgAAAA==
                </data>
                <key>framebuffer-con1-type</key>
                <data>
                AAgAAA==
                </data>
                <key>framebuffer-con2-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con2-pipe</key>
                <data>
                EgAAAA==
                </data>
                <key>framebuffer-con2-type</key>
                <data>
                AAgAAA==
                </data>
                <key>framebuffer-fbmem</key>
                <data>
                AACQAA==
                </data>
                <key>framebuffer-patch-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-stolenmem</key>
                <data>
                AAAwAQ==
                </data>
                <key>framebuffer-unifiedmem</key>
                <data>
                AAAAgA==
                </data>
                <key>model</key>
                <string>Intel HD Graphics 530</string>
            </dict>
        </dict>

hackintool can help you with that
 

Attachments

  • config.plist
    26.4 KB · Views: 123
If it's excluded, how do you get battery management and battery status?
just by using VirtualSMC.kext and SMCBatteryManager.kext, the battery showed up automatically
 
shutdown problem

Set your BIOS to EFI only,
disable BOOT on LAN

Open your laptop and remove both the small and big batteries inside for about 2 mins
then

reset it to default after you've re assmabled it back together

and lastly

Set your BIOS to boot on EFI only,
disable BOOT on LAN
disable your dGPU
disable your Virtualization

and try again
 
Set your BIOS to EFI only,
disable BOOT on LAN

Open your laptop and remove both the small and big batteries inside for about 2 mins
then

reset it to default after you've re assmabled it back together

and lastly

Set your BIOS to boot on EFI only,
disable BOOT on LAN
disable your dGPU
disable your Virtualization

and try again

still the same, i don't know if i apply the batery patch from Reabman will work.
 
Status
Not open for further replies.
Back
Top