Contribute
Register

Black display on lenovo Y700-15ISK

Joined
Jan 9, 2024
Messages
7
Motherboard
Lenovo Y700-15ISK
CPU
I7-6700HQ
Graphics
Intel HD 530
Hello
im new to hackintosh and i need help,
i created an opencore efi for my laptop and installed macos ventura
The display is black, but i can output to an external monitor and everything works fine
can anymody help me debug what is happening.
Laptop specs:
-laptop: Lenovo Y700-15ISK
-rams: 16GB
-GPU: GTX-960M (disabled in bios)
-Motherboard: 5B20K28148
-wifi card: bcm94360ng
 

Attachments

  • EFI.zip
    18.5 MB · Views: 7
Hello
im new to hackintosh and i need help,
i created an opencore efi for my laptop and installed macos ventura
The display is black, but i can output to an external monitor and everything works fine
can anymody help me debug what is happening.
Laptop specs:
-laptop: Lenovo Y700-15ISK
-rams: 16GB
-GPU: GTX-960M (disabled in bios)
-Motherboard: 5B20K28148
-wifi card: bcm94360ng
you should be spoofing a Kabylake system

also your bcm94360ng is supported without the need for all those wifi kexts :

Code:
<dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>IOSkywalkFamily.kext</string>
                <key>Comment</key>
                <string>Broadcom Wifi</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IOSkywalkFamily</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>IO80211FamilyLegacy.kext</string>
                <key>Comment</key>
                <string>Broadcom Wifi</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IO80211FamilyLegacy</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>IO80211FamilyLegacy.kext/Contents/PlugIns/AirportBrcmNIC.kext</string>
                <key>Comment</key>
                <string>Broadcom Wifi</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AirportBrcmNIC</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>AirportBrcmFixup.kext</string>
                <key>Comment</key>
                <string>WLAN</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AirportBrcmFixup</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string>
                <key>Comment</key>
                <string>WLAN id injector</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>20.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>BlueToolFixup.kext</string>
                <key>Comment</key>
                <string>Bluetooth patcher</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/BlueToolFixup</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>BrcmFirmwareData.kext</string>
                <key>Comment</key>
                <string>Bluetooth firmware data</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/BrcmFirmwareData</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>BrcmPatchRAM3.kext</string>
                <key>Comment</key>
                <string>Bluetooth firmware injector</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/BrcmPatchRAM3</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
 
i removed the kext and spoofing a Kabylake system and still wont work this is my plist
 

Attachments

  • config.plist
    34.4 KB · Views: 5
i removed the kext and spoofing a Kabylake system and still wont work this is my plist
no need for this either:

Code:
<key>Block</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>Identifier</key>
                <string>com.apple.iokit.IOSkywalkFamily</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>Strategy</key>
                <string>Exclude</string>
            </dict>
        </array>

or boot-arg:
amfi=0x80

you haven't spoofed a kabylake as you are still using MacBookPro15,2

you should be using MacBookPro14,1

AAPL,ig-platform-id should be 00001659
 
i tried to use GenSMBIOS to generate the smbios for MacBookPro14,1 + i set the AAPL,ig-platform-id to 00001659
but the laptop wont boot up, it displays an error icon.
could you help me build the efi for my laptop,
Thanks for your time
 
i tried to use GenSMBIOS to generate the smbios for MacBookPro14,1 + i set the AAPL,ig-platform-id to 00001659
but the laptop wont boot up, it displays an error icon.
could you help me build the efi for my laptop,
Thanks for your time
please read the faq for proper hardware profile setup:
 
i red the FAQ and red the dortania guide and i spoofed the config but it throws an error (startimage failed aborted)
 

Attachments

  • config.plist
    34 KB · Views: 4
i red the FAQ and red the dortania guide and i spoofed the config but it throws an error (startimage failed aborted)
I am assuming you have Intel HD530 graphics?

Screenshot 2024-01-09 221024.jpg


I spoofed my Skylake as a Kabylake with this:

Code:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>
                AAAWWQ==
                </data>
                <key>device-id</key>
                <data>
                FlkAAA==
                </data>
                <key>device_type</key>
                <string>VGA compatible controller</string>
                <key>force-online</key>
                <integer>1</integer>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>model</key>
                <string>Intel HD Graphics 530</string>
            </dict>
which seems to work fine
 
yea its Intel HD530, i replaced your code into mine and still mine, when i changed the smbios for MacBookPro14,1 it stopped working, so maybe i can try another smbios?
 
yea its Intel HD530, i replaced your code into mine and still mine, when i changed the smbios for MacBookPro14,1 it stopped working, so maybe i can try another smbios?
if spoofing doesn't work then use Monterey instead
 
Back
Top