Contribute
Register

[Guide] Install 10.11 on Lenovo G580(20150) Laptop with Clover UEFI

Status
Not open for further replies.
Here. I am sure I attached everything correctly this time.
Also one thing - when I tried command kextstat|grep -y applehda this time, again nothing showed up. But when I executed it first time it worked and there was no reboot of machine in between and kext is still present in S/L/E.

FYI: Your config.plist/ACPI/DSDT/Patches is very very messy. Set all to false.

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Attach contents of Downloads/RehabMan directory as ZIP.
 
FYI: Your config.plist/ACPI/DSDT/Patches is very very messy. Set all to false.

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Attach contents of Downloads/RehabMan directory as ZIP.


I see what you mean. Disabled all of them now.
Here is the zip
 

Attachments

  • RehabMan.zip
    17.7 KB · Views: 126
I see what you mean. Disabled all of them now.
Here is the zip

This patchmatic output does not correspond to the CLOVER.zip you provided.

And your bootlog in ioreg shows no patched ACPI files being loaded.

It could be because you're booting from USB (and providing HDD EFI/Clover).

Note from bootlog:
Code:
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1D,0x0)\[B]USB[/B](0x0,0x0)\USB(0x2,0x0)\USB(0x3,0x0)\Unit(0x0)\HD(1,GPT,27707FAB-78E5-40DE-8436-EA9174A054E8,0x28,0x64000) @B8616F18
 
This patchmatic output does not correspond to the CLOVER.zip you provided.

And your bootlog in ioreg shows no patched ACPI files being loaded.

It could be because you're booting from USB (and providing HDD EFI/Clover).

Note from bootlog:
Code:
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1D,0x0)\[B]USB[/B](0x0,0x0)\USB(0x2,0x0)\USB(0x3,0x0)\Unit(0x0)\HD(1,GPT,27707FAB-78E5-40DE-8436-EA9174A054E8,0x28,0x64000) @B8616F18


Yes, I am booting from USB and not from hdd clover, because hdd clover ends up in kernel panic caused by CPUPowerManagement so I cannot boot at all. And with this clover I am just booting with settings used at installation, because if I try to boot it just as it is, it ends up in glitched screen on my secondary monitor without any possible further action.

What that note means?
 
Yes, I am booting from USB and not from hdd clover, because hdd clover ends up in kernel panic caused by CPUPowerManagement so I cannot boot at all. And with this clover I am just booting with settings used at installation, because if I try to boot it just as it is, it ends up in glitched screen on my secondary monitor without any possible further action.

What that note means?

You should fix your problem on the HDD first.

You should not expect changes made in HDD EFI to affect anything when you're booting from USB.

Your problem is likely that you have AsusAICPUPM=false.
 
You should fix your problem on the HDD first.

You should not expect changes made in HDD EFI to affect anything when you're booting from USB.

Your problem is likely that you have AsusAICPUPM=false.

Funny thing is that removing IOUSBFamily from hdd clover affected booting from USB with disabling usb devices when booted.
Yes, it was the issue, now I am stuck at "missing bluetooth controller transport"
 
Funny thing is that removing IOUSBFamily from hdd clover affected booting from USB with disabling usb devices when booted.
Yes, it was the issue, now I am stuck at "missing bluetooth controller transport"

HDD Clover content will not affect anything when booting from USB.

Boot verbose, show photo. Post EFI/Clover folder as ZIP (omit 'themes' folder).
 
HDD Clover content will not affect anything when booting from USB.

Boot verbose, show photo. Post EFI/Clover folder as ZIP (omit 'themes' folder).


I hope photo is sharp enough...
 

Attachments

  • Archív.zip
    4.7 MB · Views: 257
  • 2016-04-18 22.19.21.jpg
    2016-04-18 22.19.21.jpg
    1,005.9 KB · Views: 209
I hope photo is sharp enough...

I already mentioned the problem with IOUSBFamily.kext in EFI/Clover/kexts/10.11. Yet you ignored my advice. Remove it. You do not need any patched USB kexts to make USB work.

For USB issues, see guide: http://www.tonymacx86.com/el-capitan-laptop-support/173616-guide-10-11-usb-changes-solutions.html

"Waiting for DSMOS" without a corresponding "DSMOS has arrived" implies that FakeSMC is missing or not loading.

Your EFI/Clover/kexts/10.11 is missing FakeSMC.kext. It is not optional.

Also, your config.plist is not correct for your graphics hardware. Read post #1 carefully or read guide for correct plists: http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html
 
I already mentioned the problem with IOUSBFamily.kext in EFI/Clover/kexts/10.11. Yet you ignored my advice. Remove it. You do not need any patched USB kexts to make USB work.

For USB issues, see guide: http://www.tonymacx86.com/el-capitan-laptop-support/173616-guide-10-11-usb-changes-solutions.html

"Waiting for DSMOS" without a corresponding "DSMOS has arrived" implies that FakeSMC is missing or not loading.

Your EFI/Clover/kexts/10.11 is missing FakeSMC.kext. It is not optional.

Also, your config.plist is not correct for your graphics hardware. Read post #1 carefully or read guide for correct plists: http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html


Yes, I thought it might be an issue too...sorry for not listening.
I removed IOUSBFamily, replaced config.plist with one from your link (and edited a little based on the guide here from OP), added FakeSMC and it finally works.
Now only few things are not working. For now it is brightness (not a big issue for me tbh) and I still have no sound with no devices detected. Although
kextstat|grep -y applehda
93 0 0xffffff7f82518000 0x1a000 0x1a000 com.apple.driver.AppleHDAController (2.6.1f2) 61C6E65E-2E09-386C-92B9-34D95E889A52 <92 75 11 7 6 5 4 3 1>
is working for now.

I am attaching clover again, just in case you would ask for it
 

Attachments

  • Archv.zip
    3.2 MB · Views: 155
Status
Not open for further replies.
Back
Top