Contribute
Register

Hackintosh Lenovo Z50-70

Status
Not open for further replies.
Make sure you're being patient enough. It is not quick.

I'm sorry , I will be patient

*and if you can excuse me for a note : if disabling the nVidia by DSDT maybe it will let it work ?? because you said its graphics problem ?

thank you
 
I'm sorry , I will be patient

*and if you can excuse me for a note : if disabling the nVidia by DSDT maybe it will let it work ?? because you said its graphics problem ?

thank you

nv_disable=1 should take care of any nvidia driver issues (it keeps the nvidia drivers from loading).
 
nv_disable=1 should take care of any nvidia driver issues (it keeps the nvidia drivers from loading).



Did you see my last picture ?? Is it refer to the graphics problem or its something else ??

http://im87.gulfup.com/2RK3sj.jpg

Can you advice me what should I do to boot for installing Yosemite ?? coz I saw some posts has the same as my CPU and they installed it already but not like my laptop

I searched many I think I'm the first one trying to Hackintosh the Lenovo Z50-70 so I want to make a guide for it .
 
Did you see my last picture ?? Is it refer to the graphics problem or its something else ??

http://im87.gulfup.com/2RK3sj.jpg

Likely a graphics problem. You could disable your BT device (or remove the drivers), not because it is a BT problem, but because without the BT messages you might see more of what really matters.

Can you advice me what should I do to boot for installing Yosemite ?? coz I saw some posts has the same as my CPU and they installed it already but not like my laptop

Dual boot will depend on which bootloader you're using...
 
Likely a graphics problem. You could disable your BT device (or remove the drivers), not because it is a BT problem, but because without the BT messages you might see more of what really matters.




Dual boot will depend on which bootloader you're using...


thank you but if you can tell me which kext should i delete ot should i disable it from the bios ??



Sorry but I didn't mean dual boot >> I meant boot to installer for mac because until now I can't install the Yosemite yet !
 
thank you but if you can tell me which kext should i delete ot should i disable it from the bios ??



Sorry but I didn't mean dual boot >> I meant boot to installer for mac because until now I can't install the Yosemite yet !

Post config.plist.
 
Post config.plist.


Finally I am able to reach the installer and I installed the Yosemite successfully >> the only thing is when I want to boot (As UEFI) I have to unselect the "Inject Intel" because checking it will lead to this picture :


http://im87.gulfup.com/sdvCr7.jpg

While if I change to "Legacy Mode" in bios this glitch screen disappeared ! but of course I choose UEFI

Now I want to follow your guides to path the DSDT for Brightness and Battery Status because I cant see them right now even after installing your latest kexts Also I want to Disable the External Graphic card because I can see it in Display

The problem is I booted with "DSDT=NULL" and by IOReg v2.1 I extracted the IOReg and DSDT by iMacasl :

View attachment Archive.zip


here is my DSDT and IOReg >> I have errors inside it I can't apply any patch I have to fix these errors first >>> I searched but I couldn't fix it so please if you can fix it to me at your free time ??


*Notes: Sleep is not working from the power button and when i press sleep from apple logo its going to sleep but immediately RESTART !

You will do a favor for me if you could help me with these stuff because I want to finish everything and then post a guide for this laptop because there is no previous guide which is specific for this laptop

Thank you
 

Attachments

  • IMG_2208.jpg
    IMG_2208.jpg
    844.7 KB · Views: 546
Finally I am able to reach the installer and I installed the Yosemite successfully >> the only thing is when I want to boot (As UEFI) I have to unselect the "Inject Intel" because checking it will lead to this picture :


http://im87.gulfup.com/sdvCr7.jpg

While if I change to "Legacy Mode" in bios this glitch screen disappeared ! but of course I choose UEFI

Is there an option for CSM in BIOS?

Now I want to follow your guides to path the DSDT for Brightness and Battery Status because I cant see them right now even after installing your latest kexts Also I want to Disable the External Graphic card because I can see it in Display

The problem is I booted with "DSDT=NULL" and by IOReg v2.1 I extracted the IOReg and DSDT by iMacasl :

View attachment 110890


You will get a better disassembly if you disassemble all at once...

You will need to extract all DSDT/SSDT from Linux. They are available in /sys/firmware/acpi/tables and /sys/firmware/acpi/tables/dynamic. Place them on USB or otherwise transfer to OS X.

Place all SSDT/DSDT in a single directory and use a recent build of iasl to disassemble:
https://bitbucket.org/RehabMan/acpica/downloads
Code:
cd "to directory where you placed all SSDT/DSDT"
iasl -da *.aml

Then work with the resulting *.dsl. You'll find you have less errors to deal with.


*Notes: Sleep is not working from the power button and when i press sleep from apple logo its going to sleep but immediately RESTART !

Sleep requires proper power management implementation.

http://www.tonymacx86.com/mavericks...-sandy-bridge-ivy-bridge-haswell-laptops.html
 
Is there an option for CSM in BIOS?




You will get a better disassembly if you disassemble all at once...

You will need to extract all DSDT/SSDT from Linux. They are available in /sys/firmware/acpi/tables and /sys/firmware/acpi/tables/dynamic. Place them on USB or otherwise transfer to OS X.

Place all SSDT/DSDT in a single directory and use a recent build of iasl to disassemble:
https://bitbucket.org/RehabMan/acpica/downloads
Code:
cd "to directory where you placed all SSDT/DSDT"
iasl -da *.aml

Then work with the resulting *.dsl. You'll find you have less errors to deal with.




Sleep requires proper power management implementation.

http://www.tonymacx86.com/mavericks...-sandy-bridge-ivy-bridge-haswell-laptops.html



Hello mr rehabman > here is what i did

About the power management I saw the link which you told me about but I will show you 2 pictures :

http://store1.up-00.com/2014-10/1414707880651.png

http://store1.up-00.com/2014-10/1414707881142.png


this is without any injection of clover and without using any patch so is it good or not because sleep is not working also >> also there is an update for the Bios on the official website support for my laptop so if i update it will it be better or not ??


About the DSDT I made what you told me and before using this method it was about 17 errors >> now after extract it and use iasl its over 100 errors !

also there are 8 SSDTs (Doesn't that too much? ) and I think they are necessary "some of them" for disabling the Dedicated Graphics card


View attachment iasl-DSDT-SSDT.zip


if you will have time can you fix it to me please because I really can't do nothing with it I don't have much experience

I only need fix battery , brightness , disable dedicated graphic card , sleep

I don't know if I have to do more things or if you have some advices to me

Thank you for helping
 
Hello mr rehabman > here is what i did

About the power management I saw the link which you told me about but I will show you 2 pictures :

http://store1.up-00.com/2014-10/1414707880651.png

http://store1.up-00.com/2014-10/1414707881142.png


this is without any injection of clover and without using any patch so is it good or not because sleep is not working also >> also there is an update for the Bios on the official website support for my laptop so if i update it will it be better or not ??

What I see there is ok.

About the DSDT I made what you told me and before using this method it was about 17 errors >> now after extract it and use iasl its over 100 errors !


also there are 8 SSDTs (Doesn't that too much? ) and I think they are necessary "some of them" for disabling the Dedicated Graphics card


View attachment 111038

Post your native files extracted from Linux (Note: I only see three errors in DSDT.dsl using ACPI 5.0).
 
Status
Not open for further replies.
Back
Top