Contribute
Register

[Fix] Resolve boot screen garble

i found 3 config.plist in my laptop:
1- Clover EFI/ EFI/ CLOVER
2- Clover EFI/ EFI/ CLOVER/ OEM/ SystemProductName
3- Clover EFI/ EFI/ CLOVER/ OEM/ SystemProductName/ UEFI

Which one should i edit?

edit: i found out that only one of the three has the disabled patch in it, so i enabled deleting "disabled:" as written in your post, but i still have screen issues.

Clover loads from EFI/Clover/config.plist.
 
Enabled, but still have problems, tried also with fakepciid kexts but nothing

I assume this is with the laptop in your profile... Did you enable CSM/legacy boot?

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 (press F4 at main Clover screen before collecting).

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
I assume this is with the laptop in your profile... Did you enable CSM/legacy boot?

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 (press F4 at main Clover screen before collecting).

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

Code:
[FONT=Menlo]MacBook-Pro-di-Ivan:~ Ivan$ kextstat|grep -y acpiplat[/FONT]
[FONT=Menlo]   13    2 0xffffff7f81f51000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>[/FONT]
[FONT=Menlo]MacBook-Pro-di-Ivan:~ Ivan$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]MacBook-Pro-di-Ivan:~ Ivan$ kextstat|grep -y applelpc
[/FONT]


Code:
Code:
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext[/FONT]
[FONT=Menlo]kext file:///System/Library/Extensions/RealtekRTL8100.kext/ is in hash exception list, allowing to load[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext[/FONT]

Legacy boot is enabled
 

Attachments

  • RehabMan.zip
    56.5 KB · Views: 127
  • MacBook Pro di Ivan.ioreg
    6.2 MB · Views: 205
  • CLOVER.zip
    8.5 MB · Views: 155
Should I disable the one for 10.10.2?

Bad idea to have patches for other versions. They serve no purpose and may cause a problem.

What about the rest of info?

I was looking only at data related to boot glitch (see thread topic).
 
disabled the patch for 10.10.2 still not working

Make sure you rebuild cache.

Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Keep in mind this fix only reduces the severity of the glitch. Perhaps you should be more forthcoming on the specifics of your problem.

Note: From ioreg, it is clear you have not implemented power management, brightness control, nor proper graphics.

The fix in this thread is something you do after you get the basics working. Your problem is a bit of "cart in front of the horse"...

http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html

http://www.tonymacx86.com/el-capita...-fix-hd4200-hd4400-hd4600-hd5600-10-11-a.html
 
Make sure you rebuild cache.

Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Keep in mind this fix only reduces the severity of the glitch. Perhaps you should be more forthcoming on the specifics of your problem.

Note: From ioreg, it is clear you have not implemented power management, brightness control, nor proper graphics.

The fix in this thread is something you do after you get the basics working. Your problem is a bit of "cart in front of the horse"...

http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html

http://www.tonymacx86.com/el-capita...-fix-hd4200-hd4400-hd4600-hd5600-10-11-a.html

I tried the fakePCIID fix but it is not working for me, the system find out that i got hd4400 graphics but i got bugs in graphics
 
Back
Top