Jump to content

Clover General discussion


ErmaC
29,809 posts in this topic

Recommended Posts

Something like that in the pkg installer - and if it already exists, sorry for all the questions: Screen Shot 2013-06-09 at 4.08.50 PM.png

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

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

This is zero-click toolconfig-sample.plist.zip

Else PropertyListEditor.app for you.

post-112217-0-47776700-1370869080_thumb.png

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-216278-0-55589600-1370936630_thumb.png

Link to comment
Share on other sites

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-216278-0-55589600-1370936630_thumb.png

 

Post your boot.log here.

Link to comment
Share on other sites

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

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

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 by Maniac10
Link to comment
Share on other sites

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

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

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

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

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

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

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

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

×
×
  • Create New...