Contribute
Register

[Guide] Acer Aspire E5-571 using Clover with optional Windows dual-boot

Status
Not open for further replies.
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

Now i have done the installation, but when im trying to do the clover configurator i get the message config.plit not found and if i mount the efi the clover installator doesnt dettect the EFI partition, any idea of whats going on?
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

Now i have done the installation, but when im trying to do the clover configurator i get the message config.plit not found and if i mount the efi the clover installator doesnt dettect the EFI partition, any idea of whats going on?

I got that working but the system seems to go a bit slow, its that normal or there is any way to get it work quicker??
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

I got that working but the system seems to go a bit slow, its that normal or there is any way to get it work quicker??

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.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory, especially if you have an overabundance of themes installed.

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Ok, i have modified the config.plist, can u check it to see if its okay?


View attachment 174265

Thanks for your attention

Devices/FakeID/IntelGFX in this config.plist is correct (0x04128086).

But ig-platform-id is wrong (0x0d220003 is for desktops).
 
Devices/FakeID/IntelGFX in this config.plist is correct (0x04128086).

But ig-platform-id is wrong (0x0d220003 is for desktops).

I have changed ig-platform-id to 0xa260006 and still no diference, i also add the EFI/CLOVER folder

View attachment CLOVER.zip
 
I have changed ig-platform-id to 0xa260006 and still no diference, i also add the EFI/CLOVER folder

View attachment 174269

Need ioreg too. EFI/Clover is input. ioreg is output (result). Need both to diagnose issues...

Note: Your ACPI configuration is wrong. Without config.plist/ACPI/SortedOrder to specify SSDT load order, you will get non-deterministic SSDT load order.

Note also: SSDT-7 is patched incorrectly. It contains GFX0 references. As is quite clear in the guide, renames (such as GFX0->IGPU) must be applied equally.
 
Need ioreg too. EFI/Clover is input. ioreg is output (result). Need both to diagnose issues...

Note: Your ACPI configuration is wrong. Without config.plist/ACPI/SortedOrder to specify SSDT load order, you will get non-deterministic SSDT load order.

Note also: SSDT-7 is patched incorrectly. It contains GFX0 references. As is quite clear in the guide, renames (such as GFX0->IGPU) must be applied equally.

Ok i have now patchet ssdt-7 again and added the sortedOrder to the ACPI. Here i attach you the EFI/CLOVER + IoReg

Thanks for your time,

View attachment CLOVER.zip
View attachment IoReg.zip
 
Status
Not open for further replies.
Back
Top