Arnav Mazumder Posted May 6, 2015 Share Posted May 6, 2015 I tried that multiple times, but selecting in normal mode makes the apple logo screen appear with the progress bar filling till nearly 50% and then it gets stuck, followed by a graphical glitch where the apple logo becomes distorted completely. The screen is just stuck like that. Oh and my specs are -Intel Core i3 4th Gen Haswell CPUIntel 4400HD I-GPU / ATI Radeon 8670M GPU2 GB LDDR3 RAM128 GB Toshiba SSD I've followed all the instructions in the guide exactly as said except while formatting the SSD Drive using setup disk utility in GPT format I made two partitions one for Windows 7 and another for Yosemite. Link to comment Share on other sites More sharing options...
hukare Posted May 24, 2015 Share Posted May 24, 2015 Hi, I have a dell 7737 with alc283, every people say I should install with layout 3, but I can't understand how to apply the patch and what patch in MaciASL, somebody can help me please? Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted May 24, 2015 Moderators Share Posted May 24, 2015 Launch MaciASL, select 'Patch' and paste this code in the right window, hit Apply, close and save. # Inject Audio info into method label _DSM parent_label HDEF remove_entry; into device label HDEF insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "layout-id", Buffer() { 0x03, 0x00, 0x00, 0x00 },\n "hda-gfx", Buffer() { "onboard-1" },\n "PinConfigurations", Buffer() { },\n })\n }\n end; 1 Link to comment Share on other sites More sharing options...
hukare Posted May 25, 2015 Share Posted May 25, 2015 Hi again and thank you so much, I apply the patch to DSDT.aml in efi/acpi/patched but before and after I get an error from maciasl OperationRegion (HRPE, SystemMemory, \_GPE.MMTB (0x04), Field (HRPE, DWordAcc, Lock, Preserve) This line give me: syntax error unexpected parseop_field Can you help me with this please? if I try to save the program say no EDIT: I repaired DSDT and I have deleted applehda and hdaenabler3 from kext folder in clover and now is working!!! thank you!!! Link to comment Share on other sites More sharing options...
kvasil Posted May 26, 2015 Share Posted May 26, 2015 hello is there a kext for card reader -- it works. my laptop is dell 3537 i7. thanks Link to comment Share on other sites More sharing options...
hukare Posted May 26, 2015 Share Posted May 26, 2015 After updating to 10.10.3 I have blurry font in the menu bar, anyone knows how to repair this? thanks in advance Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted May 26, 2015 Moderators Share Posted May 26, 2015 @hukare add this to KextToPatch <dict> <key>Comment</key> <string>9MB cursor bytes patch</string> <key>Find</key> <data> YAAAAABg2Q== </data> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Replace</key> <data> kAAAAABg2Q== </data> </dict> @kvasil See here by Hervé. If you have an O2Micro SD card reader, try that. You'll need to look through the reg to find where you reader is stored, use ioregistryexplorer v2.1 Link to comment Share on other sites More sharing options...
hukare Posted May 26, 2015 Share Posted May 26, 2015 Thank you again Jake Lo, but I have no idea how to add that to kexttopatch, I have clover configurator but I don't know how to use it. When I open clover configurator the program says I have to mount EFI partition, this is all I know to use of the program. Can you help me with a script or something? EDIT: its working!!! I add the name of kexttopatch and the comment etc... and now I see sharp letters, thank you again!!! Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted May 26, 2015 Moderators Share Posted May 26, 2015 There are 2 ways to do this, modify the config.plist with a text editor which I mentioned or use Clover Configuration. Either way, you need to mount the hidden EFI partition. To do it with CC, select mount, enter your password. Click on file to open/import -> point to the config.plist in EFI/Clover directory. Once file is loaded, on the left, click on Kernel and Kext Patches, then in the middle of the window, click on the + sign to add a new patch Enter info as highlighted below. When finish, click on file, save/export 1 Link to comment Share on other sites More sharing options...
hukare Posted May 26, 2015 Share Posted May 26, 2015 Hi again, the only thing that doesn't work on my system is the multitouch gestures of touchpad, any idea of how to make it works? EDIT: My system is dell 7737 Link to comment Share on other sites More sharing options...
Recommended Posts