Contribute
Register

<< Solved >> Lenovo IdeaPad Y700-15ISK - Boot and DSDT problems

Status
Not open for further replies.
Joined
Dec 18, 2010
Messages
39
Motherboard
Lenovo Y700-15ISK
CPU
i5-6300HQ
Graphics
HD530 + GTX 960M, FHD
Mobile Phone
  1. Android
  2. iOS
Can someone help with this kernel panic? I used a lot of guides about this laptop, using some patches. Tried to patch and disassemble DSDT by RehabMan's guide, but I have some errors and I don't know how solve this problems.
 

Attachments

  • IMG_0224.jpeg
    IMG_0224.jpeg
    3.1 MB · Views: 197
  • DSDT.png
    DSDT.png
    151.4 KB · Views: 132
  • Clover.zip
    2.8 MB · Views: 88
Can someone help with this kernel panic? I used a lot of guides about this laptop, using some patches. Tried to patch and disassemble DSDT by RehabMan's guide, but I have some errors and I don't know how solve this problems.
read up on DVMT
 
read up on DVMT
I read it. I used kext to patch method, arbitrary, with whatevergreen and without, with injection through clover, nothing changes. I've tried many variations.
 
I read it. I used kext to patch method, arbitrary, with whatevergreen and without, with injection through clover, nothing changes. I've tried many variations.
config.plist is not per laptop guide:
 
I have same device and all parts working perfectly with the attached EFI and kexts on 10.15.1 (except Nvidia Graphic)

I updated the wireless adapter to DW 1560.

Use the attached EFI folder, when the system boot successfully copy the Kexts to L/E, rebuild kextcache and don't forget to generate new serial number on config.plist

Edit: -cdfon boot arg for 4k screen of you don't have just delete it.
 

Attachments

  • Screenshot 2019-11-05 at 13.26.21.png
    Screenshot 2019-11-05 at 13.26.21.png
    2 MB · Views: 295
  • y700-10.15.1-EFI.zip
    20.5 MB · Views: 177
  • y700-10.15.1-Kexts.zip
    6.6 MB · Views: 161
Thank you for your help. I was making a mistake in clover settings, now almost everything is working. Lapseart, I will check your efi folder soon. But now I have one critical problem. I guess my hdmi port is connected to nvidia, if 'm turning off nvidia in bios or in dsdt with ssdt hdmi port is not working, but if 'm not turning it off, hdmi is working, BUT after sleep it wakes up with black screen, I can only use mouse for 5 sec, and then it's just black screen. Are there any solution?

Another thing is that after shutdown, I'm turning on my laptop, it's rebooting after 1 sec.
 

Attachments

  • debug_9418.zip
    3.6 MB · Views: 80
Thank you for your help. I was making a mistake in clover settings, now almost everything is working. Lapseart, I will check your efi folder soon. But now I have one critical problem. I guess my hdmi port is connected to nvidia, if 'm turning off nvidia in bios or in dsdt with ssdt hdmi port is not working, but if 'm not turning it off, hdmi is working, BUT after sleep it wakes up with black screen, I can only use mouse for 5 sec, and then it's just black screen. Are there any solution?

Another thing is that after shutdown, I'm turning on my laptop, it's rebooting after 1 sec.

add boot arg nv_disable=1

in the Graphic section on config.plist select -Inject Intel and add the ig-platform-id : 0x191B0000

Delete your all SSDT and DSDT patch on EFI folder

when successfully boot then use the RehabMan guides for creating ssdt and dsdt

 

Attachments

  • Screenshot 2019-11-09 at 16.04.41.png
    Screenshot 2019-11-09 at 16.04.41.png
    1.3 MB · Views: 67
add boot arg nv_disable=1

in the Graphic section on config.plist select -Inject Intel and add the ig-platform-id : 0x191B0000

Delete your all SSDT and DSDT patch on EFI folder

when successfully boot then use the RehabMan guides for creating ssdt and dsdt

I have made DSDT and SSDT by Rehabman's guide already. I tried it with inject Intel option but I need DVMT patch, so that's why I'm using properties with whatevergreen. With nv-disable it's nothing changes, nvidia still working, but sound is not working and with this patch I always have kernel panic when shutdown. Nvidia always shows like monitor. But in IOReg external monitor shows in IGPU Appleframebuffer@1

I just need to fix the wake up from sleep without turning off nvidia, because HDMI is connected to Nvidia.

And also restart when turning on after shutdown
 

Attachments

  • Screen2019-11-09 в 19.33.37.png
    Screen2019-11-09 в 19.33.37.png
    247 KB · Views: 68
  • Screenshot 2019-11-09 at 20.43.04.png
    Screenshot 2019-11-09 at 20.43.04.png
    451.8 KB · Views: 56
Last edited:
I installed Windows, nvidia control panel shows that external monitor is connected to intel, now I really don't understand. When I'm turning nvidia off, laptop didn't react when I connect external monitor
 

Attachments

  • Screen.PNG
    Screen.PNG
    17 KB · Views: 67
your dsdt has missing patch,

External(\_SB.PCI0.PEG0.PEGP._OFF, MethodObj)\n
\_SB.PCI0.PEG0.PEGP._OFF()\n
}\n
end;

patch your DSDT with -disable from_REG


The guide has Sleep/Wake Problems section.
 
Status
Not open for further replies.
Back
Top