tdtran1025 Posted June 9, 2013 Share Posted June 9, 2013 Did you check option BiosBlockIo? See what I mean. It only takes a second from someone who knows to show the way. Let me try that. Link to comment Share on other sites More sharing options...
Slice Posted June 10, 2013 Share Posted June 10, 2013 Something like that in the pkg installer - and if it already exists, sorry for all the questions: These options looks to be temporary settings. Why they need to be in installer? For the first start? You may change them in Options menu when Clover started. Chameleon is a different world. Link to comment Share on other sites More sharing options...
theconnactic Posted June 10, 2013 Share Posted June 10, 2013 Yes, for the first start, to save time when 1) we know the hardware and the strings to work and 2) to install it in someone else's computer, specially if its owner is no tech geek. The changes, once made, are permanent, since the installer - at least in the Ermac packages - has the ability to write directily to the plist. I do think Clover lacks an one-click tool for the real newbie. All the best. Link to comment Share on other sites More sharing options...
Slice Posted June 10, 2013 Share Posted June 10, 2013 This is zero-click toolconfig-sample.plist.zip Else PropertyListEditor.app for you. 1 Link to comment Share on other sites More sharing options...
kidalive Posted June 11, 2013 Share Posted June 11, 2013 This is zero-click toolconfig-sample.plist.zip Else PropertyListEditor.app for you. Hello, Slice. I recently build a new PC with a GA-z77m-dh3-mvp MB, I5-3570K CPU. After migrated to Clover Bootloader, the memory speed of shows not correct. I got 4GB*2 DDR3-1600 Mem but it shows 8GB 1868 Mhz RAM. And the CPU info also is wrong. I got a I5-3570k Cpu and the bus speed seems also not right. Is clover not clever enough to identify my Mem? I have already tried 3 SMBIOS settings with config.plist a configuration setting Doc of Clover. It seems Clover is not stable also. How can I help file the bug? Here is what the about this apple shows here. Seems to be overclocked. Link to comment Share on other sites More sharing options...
Lordadmiral Drake Posted June 11, 2013 Share Posted June 11, 2013 What Clover revision do you use? I had memory detection errors in previous versions as well. But as of my experience those errors are merely cosmetic Link to comment Share on other sites More sharing options...
Maniac10 Posted June 11, 2013 Share Posted June 11, 2013 Hello, Slice. I recently build a new PC with a GA-z77m-dh3-mvp MB, I5-3570K CPU. After migrated to Clover Bootloader, the memory speed of shows not correct. I got 4GB*2 DDR3-1600 Mem but it shows 8GB 1868 Mhz RAM. And the CPU info also is wrong. I got a I5-3570k Cpu and the bus speed seems also not right. Is clover not clever enough to identify my Mem? I have already tried 3 SMBIOS settings with config.plist a configuration setting Doc of Clover. It seems Clover is not stable also. How can I help file the bug? Here is what the about this apple shows here. Seems to be overclocked. Post your boot.log here. Link to comment Share on other sites More sharing options...
WinstonAce Posted June 11, 2013 Share Posted June 11, 2013 any reason clover (latest) won't load extra kexts with mavericks dp1? tried to create new directory for 10.9/put kext in "other" but it's still not loading. Link to comment Share on other sites More sharing options...
Maniac10 Posted June 11, 2013 Share Posted June 11, 2013 any reason clover (latest) won't load extra kexts with mavericks dp1? tried to create new directory for 10.9/put kext in "other" but it's still not loading. Perhaps it needs a little update? Just wait a bit, we've got plenty of time to test until the final is released. Link to comment Share on other sites More sharing options...
el_charlie Posted June 12, 2013 Share Posted June 12, 2013 Guys, I need a little help. I had Clover r15XX working fine and decided to upgrade to r1809. Now, I can't select 1920x1080 in the boot menu. I had in my config.plist the following: <key>Graphics</key> <dict> <key>GraphicsInjector</key> <string>No</string> <key>PatchVBiosBytes</key> <dict> <key>0</key> <dict> <key>Find</key> <data>NC0nKJAroL+cj5a5jh8AAAA=</data> <key>Replace</key> <data>Fg7vn4/9AmM7N8/rQADBJAI=</data> </dict> <key>1</key> <dict> <key>Find</key> <data>KAAZACgYCAgF</data> <key>Replace</key> <data>gAc4BPBCEAcF</data> </dict> <key>2</key> <dict> <key>Find</key> <data>gg8DAQAACAQUAAAIFw==</data> <key>Replace</key> <data>TQEDTQEIASDAA///IA==</data> </dict> <key>3</key> <dict> <key>Find</key> <data>QAa6sAQ=</data> <key>Replace</key> <data>gAe6OAQ=</data> </dict> </dict> </dict> Now, it doesn't work and appears that Vbios patching on the fly is not happening. What can I do? Cheers! Link to comment Share on other sites More sharing options...
Maniac10 Posted June 12, 2013 Share Posted June 12, 2013 (edited) Guys, I need a little help. I had Clover r15XX working fine and decided to upgrade to r1809. Now, I can't select 1920x1080 in the boot menu. I had in my config.plist the following: Now, it doesn't work and appears that Vbios patching on the fly is not happening. What can I do? Cheers! Now you should use <array> instead if <dict> for lists, like on KextsToPatch. Read the Official Wiki for more information. EDIT: removed quoted code (couldn't change it to codebox on the new layout) Edited June 12, 2013 by Maniac10 Link to comment Share on other sites More sharing options...
el_charlie Posted June 12, 2013 Share Posted June 12, 2013 Now you should use <array> instead if <dict> for lists, like on KextsToPatch. Read the Official Wiki for more information. EDIT: removed quoted code (couldn't change it to codebox on the new layout) Thanks! That did the trick! <key>Graphics</key> <dict> <key>GraphicsInjector</key> <string>No</string> <key>PatchVBiosBytes</key> <array> <dict> <key>Find</key> <data>NC0nKJAroL+cj5a5jh8AAAA=</data> <key>Replace</key> <data>Fg7vn4/9AmM7N8/rQADBJAI=</data> </dict> <dict> <key>Find</key> <data>KAAZACgYCAgF</data> <key>Replace</key> <data>gAc4BPBCEAcF</data> </dict> <dict> <key>Find</key> <data>gg8DAQAACAQUAAAIFw==</data> <key>Replace</key> <data>TQEDTQEIASDAA///IA==</data> </dict> <dict> <key>Find</key> <data>QAa6sAQ=</data> <key>Replace</key> <data>gAe6OAQ=</data> </dict> </array> </dict> Cheers! Link to comment Share on other sites More sharing options...
atlee Posted June 12, 2013 Share Posted June 12, 2013 any reason clover (latest) won't load extra kexts with mavericks dp1? tried to create new directory for 10.9/put kext in "other" but it's still not loading. i'm in same boat, without FakeSMC loading, it says my system unsupported. ""This version of OSX not supported on this platform" Reason Z77MX-D3H".....even though i'm trying to manually inject SMBios iMac12,2...guess i'll wait another night till another build comes along. was using rev 1835 Link to comment Share on other sites More sharing options...
C.Frio Posted June 12, 2013 Share Posted June 12, 2013 hi.. no success with rev 1835 too....on a ASRock z77 pro4 with an i5 2400 and nvidia g210... but I can install with chameleon.... c.frio Link to comment Share on other sites More sharing options...
WinstonAce Posted June 12, 2013 Share Posted June 12, 2013 I thought that efi solution would be "future proof". It's turn out that chameleon is the versatile one. Link to comment Share on other sites More sharing options...
artur_pt Posted June 12, 2013 Share Posted June 12, 2013 hello try the basesystem restore method.. and install all additional kext in s/l/e only need is fake.. for me only install fake + voodoops2controller this way i installed with that rev... clover is a every day developement.. and his a great loader.. and that is right .. boot.efi is the correct way to boot mac os x.. and remeber 10.9 is only dp all new .. new kernel.. new method of caches.. all.. when lion is out no way to boot.. now few hours several installs.. good hack Link to comment Share on other sites More sharing options...
WinstonAce Posted June 12, 2013 Share Posted June 12, 2013 Don't get me wrong, clover is absolutely great. And it's by far my preferred method. Link to comment Share on other sites More sharing options...
artur_pt Posted June 12, 2013 Share Posted June 12, 2013 i'm in same boat, without FakeSMC loading, it says my system unsupported. ""This version of OSX not supported on this platform" Reason Z77MX-D3H".....even though i'm trying to manually inject SMBios iMac12,2...guess i'll wait another night till another build comes along. was using rev 1835 hello are u using this ? InjectSystemID try with false... good hack Link to comment Share on other sites More sharing options...
atlee Posted June 12, 2013 Share Posted June 12, 2013 hello are u using this ? <key>InjectSystemID</key> <true/> try with false... good hack Yes mine is switched off: <key>InjectSystemID</key> <string>No</string> I can even specify it manually like this: <key>SMBIOS</key> <dict> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM131.88Z.010A.B05.1209042338</string> <key>BiosReleaseDate</key> <string>09/04/2012</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>ProductName</key> <string>iMac13,1</string> <key>Version</key> <string>1.0</string> <key>Family</key> <string>iMac</string> <key>SerialNumber</key> <string>C02L13LMDNCT</string> </dict> No good, nothing works. Of course Chameleon is working perfectly. But i want clover so I can get my no dsdt back, power management working perfectly, pretty much only one kext is needed which is FakeSMC. Link to comment Share on other sites More sharing options...
artur_pt Posted June 12, 2013 Share Posted June 12, 2013 hello is strange.. i'm working with clover and is all good for first DP are u using oem folder ? try without it all in EFI/CLOVER good hack Link to comment Share on other sites More sharing options...
atlee Posted June 13, 2013 Share Posted June 13, 2013 hello is strange.. i'm working with clover and is all good for first DP are u using oem folder ? try without it all in EFI/CLOVER good hack Please post your config.plist so i can see what you got and i got and see if i can spot a difference as to why it's not picking up your real motherboards ID. Also Clover version? Also please tell me your EFI/CLOVER layout. Im not using OEM, I'm using EFI/CLOVER drivers64UEFI > contains HFSPlusX64.efi OsxFatBinaryDrv-64.efi OsxLowMemFixDrv-64.efi My config attached. config.plist.zip Link to comment Share on other sites More sharing options...
ameris_cyning Posted June 13, 2013 Share Posted June 13, 2013 Any chance we could get Haswell supported? Link to comment Share on other sites More sharing options...
artur_pt Posted June 13, 2013 Share Posted June 13, 2013 hello i'm using legacy boot not uefi maybe that is u problem.. something wrong with uefi drivers like u say before.. using chameleon no problem .. chameleon boot legacy good hack Link to comment Share on other sites More sharing options...
xpamamadeus Posted June 13, 2013 Share Posted June 13, 2013 Please post your config.plist so i can see what you got and i got and see if i can spot a difference as to why it's not picking up your real motherboards ID. Also Clover version? Also please tell me your EFI/CLOVER layout. Im not using OEM, I'm using EFI/CLOVER drivers64UEFI > contains HFSPlusX64.efi OsxFatBinaryDrv-64.efi OsxLowMemFixDrv-64.efi My config attached. If u are talking about mobo from your sig then u have wrong drivers for UEFi booting. OsxLowmemFixDrv-64.efi its not for AMI aptio boards!! U need to delete it and install AMIaptiofix driver. Link to comment Share on other sites More sharing options...
Slice Posted June 13, 2013 Share Posted June 13, 2013 Any chance we could get Haswell supported? You have some problem? Link to comment Share on other sites More sharing options...
Recommended Posts