Jump to content

Clover General discussion


ErmaC
30,171 posts in this topic

Recommended Posts

Updater in Clover prefpanes doesn't work, and I don't know since when. Any idea?

10/22/13 8:49:03.321 PM com.apple.launchd.peruser.501[195]: ([0x0-0x1d01d].CloverUpdaterUtility[323]) Exited with code: 1

Link to comment
Share on other sites

Zoddino, try deleting any nvram.plist and if you've made any additional edits for graphics in dsdt remove that also

I don't have any nvram.plist in clover partition and I haven't made any other edit in dsdt..i also configured other config.plist in the same partition but it doesn't store FBName yet..

Link to comment
Share on other sites

Can anyone help me? I can't save FBConfig into config.plist. I inserted under Graphics 

 

<key>FBName</key>

<string>Aji</string> 

 

but it doesn't save it into clover and during boot i always have to change it manually. Thank you in advance

The FBName function works fine for me. Check your boot logs and look for something like this:

8:429  0:000  Users config name Vervet
8:429  0:000   use N ports setting from config.plist: 4
8:429  0:000  (AtiPorts) Nr of ports set to: 4
8:429  0:000  ATI Juniper ATI Radeon HD 5770 Series 1024MB (Vervet) [1002:68B8] (subsys [1682:2991]):: PcieRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)
 

Also check if your plist is correct by opening it with PlistEdit Pro or a similar editor.

Link to comment
Share on other sites

Plist is correct because I'm opening it with plistedit pro; where do I find the boot logs? Sorry for these questions it is my first hackintosh with clover and everything has proved to be rock solid and better than before so far, I only got this little thing that I can't seem to solve. Into config plist it is saved but in reality i always have to insert it during boot.

Link to comment
Share on other sites

I checked the log, Aji is ok and detected. But why doesn't it save it into the settings? This is what I'm not getting, it should remain Aji.

EDIT: fixed it with Hamachi that remains saved but just like Aji when I reboot i get black screen. In order to make it work I have to manually change the fbname (even though it is the same) and works. It only happens when I boot straight without touching fbname in graphics options during boot. Do you know why?

Link to comment
Share on other sites

I can see that you're discussing the issue with one of the main developers at projectosx so give him all the info he requests and if it's a Clover issue he will certainly fix it. It's probably an error that appears while using FBName combined with the ATIfakeid key, as many people use the FBName function without any problem.

  • Like 1
Link to comment
Share on other sites

How can I boot my Ati 7xxx with clover??? 

I've used for my Ati HD 7850 the following settings and it works, but of course you it varies according to your video card:

 

InjectATI -> TRUE

FakeID -> 0x68181002

FBName-> Aji or Hamachi

LoadVBios-> TRUE

 

it works without modifying kexts ect! The only bug I have is that when I reboot I get black screen and have to manually change everytime from aji to hamachi or from hamachi to aji to make it work again. Maybe it is a bug of Clover like the one that Aji wasn't saving (solved with a new version posted on projectosx).

 

PS. @fltr: non è difficile ahah se ci sono riuscito io!

Link to comment
Share on other sites

{censored} non sapevo proprio di questa opzione!! Grazie! Senti due cose: la prima è che clover lo conosco pochissimk e non so proprio dove inserire le stringhe, la seconda è: cosa è aji e hamachi? O.o

Link to comment
Share on other sites

Hi guys, trying to update from os 10.9 gm1 to gm2 via macappstore downloaded app, but after the very first installation (the first part done on booted macos gm1) and now clover can't see the partition... :/

is there any way to boot without making a usbbootdrive?  

Link to comment
Share on other sites

{censored} non sapevo proprio di questa opzione!! Grazie! Senti due cose: la prima è che clover lo conosco pochissimk e non so proprio dove inserire le stringhe, la seconda è: cosa è aji e hamachi? O.o

@fltr: In config.plist. Usa plisteditpro ed aggiungi le stringhe. Basta guardare le immagini nella cartella in Efi/doc/config.plist fullsample. Dopo che hai capito come funziona è una sciocchezza! il secondo da te citato è un framebuffer che permette l'utilizzo delle nostre schede video. Potresti mettere i settaggi per prova al boot. Vai su opzioni e vai su graphics injector. Lì premi sui settaggi che ho menzionato prima e li cambi (occhio aji o hamachi scrivili in minuscolo). Se funziona tutto bene poi li modifichi al 100% con plistedit pro e modifichi il file config.plist che sta in efi nella partizione di Clover. 

 

I have explained in our language the passages to set clover video settings :)

Link to comment
Share on other sites

I upgraded to Mavericks and it's quite stable. I still have to fix a few things and need help.

 

1. I want to activate the Intel HD4000. My system is Gigabyte Z77X-UD5H, i7-3770K, Nvidia 780GTX. I don't know how to activate the HD4000 through either Clover or DSDT, as it's not even listed in the IOReg.

2. Sleep is working, but waking up from sleep the keyboard is not functional. Reboot is required then.

3. iMessage is unable to sign-in. I have the correct serial and MLB which also worked on Mountain Lion. I have a CustomUUID, so also this is injected the same every time.

4. How does it come that I can inject FakeSMC through Clover, but AppleHDA fails?

 

How can I fix these on 10.9?

 

 

Added my config.plist also.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Name</key>
			<string>DSDT.aml</string>
		</dict>
		<key>GenerateIvyStates</key>
		<true/>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Timeout</key>
		<integer>5</integer>
		<key>Arguments</key>
		<string>slide=0</string>
	</dict>
	<key>CPU</key>
	<dict/>
	<key>Devices</key>
	<dict>
		<key>USB</key>
		<dict>
			<key>Inject</key>
			<false/>
			<key>FixOwnership</key>
			<false/>
			<key>AddClockID</key>
			<false/>
		</dict>
	</dict>
	<key>DisableDrivers</key>
	<dict/>
	<key>GUI</key>
	<dict>
		<key>Scan</key>
		<dict>
			<key>Tool</key>
			<true/>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<false/>
		</dict>
		<key>Hide</key>
		<array>
			<string>HD(1,GPT,AF88ACD3-8187-4B14-A23F-765EA90C021A)</string>
			<string>HD(2,GPT,D35FB078-F5FB-43C3-A6EE-856EF6C96C07)</string>
		</array>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
					<key>Volume</key>
					<string>F4D93615-C680-4862-B55C-B1C3263349A5</string>
					<key>Path</key>
					<string>\EFI\BOOT\BOOTX64.efi</string>
					<key>Disabled</key>
					<true/>
					<key>Hidden</key>
					<true/>
				</dict>
				<dict>
					<key>Volume</key>
					<string>C41CE641-8212-46E0-9F04-35F9CC002257</string>
					<key>Hidden</key>
					<true/>
					<key>Disabled</key>
					<false/>
					<key>FullTitle</key>
					<string>Recovery</string>
					<key>Type</key>
					<string>OSXRecovery</string>
				</dict>
				<dict>
					<key>Volume</key>
					<string>E62D50AF-E464-46A3-B98A-5078210B4347</string>
					<key>FullTitle</key>
					<string>OS X 10.8</string>
					<key>Type</key>
					<string>OSX</string>
				</dict>
				<dict>
					<key>Volume</key>
					<string>F4D93615-C680-4862-B55C-B1C3263349A5</string>
					<key>Path</key>
					<string>\EFI\Microsoft\Boot\bootmgfw-orig.efi</string>
					<key>FullTitle</key>
					<string>Windows 8</string>
					<key>Type</key>
					<string>Windows</string>
					<key>InjectKexts</key>
					<false/>
					<key>AddArguments</key>
					<string></string>
				</dict>
			</array>
		</dict>
		<key>Theme</key>
		<string>mlcamp</string>
		<key>DebugLog</key>
		<true/>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>2</integer>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Mirror</key>
			<false/>
		</dict>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>Intel</key>
			<true/>
		</dict>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<false/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Find</key>
				<data>UVZCUVRFVWdVMU5FQUE9PQ==</data>
				<key>Replace</key>
				<data>QUFBQUFBQUFBQUFBQUE9PQ==</data>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleTyMCEDriver</string>
				<key>Find</key>
				<data>Y2dvQVRXRmpVSEp2TkN3eEFFMWhZMUJ5YnpVc01RQlk=</data>
				<key>Replace</key>
				<data>Y2dvQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQlk=</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>LogEveryBoot</key>
		<string>Yes</string>
		<key>LogLineCount</key>
		<integer>3000</integer>
		<key>MountEFI</key>
		<true/>
		<key>MLB</key>
		<string>C07J77F7F4MC512645</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>ProductName</key>
		<string>MacPro5,1</string>
		<key>BoardSerialNumber</key>
		<string>C07J77F7F4MC</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>CustomUUID</key>
		<string>973AE4D2-99E0-5C1B-A545-CC4B1BDB1B0B</string>
		<key>InjectSystemID</key>
		<false/>
		<key>InjectKexts</key>
		<true/>
	</dict>
</dict>
</plist>

Link to comment
Share on other sites

Hi guys, i have a little problem..

I've just finished installing osx86 on my pc.. asus n61jq.. with leohazard method. Just installed some kexts, backed up it all with ccc, and now i'm trying to make it bootable with clover.. for now i use chamaleon with -v -x (in safe mode).

I've installed clover on an usb, added config.plist and refit.conf in EFI/CLOVER and just boot from usb..

First of all the original start-up theme of clover it's a little bit ugly..O.o

 

But apart that... OSX doesn't boot.

Clover says that i can boot on my Hazard disk.. but when i start from it, the screen become black, and after 1-2 seconds i'm again on the clover interface!!!!

 

Whyyy? Who can help me? :(

Link to comment
Share on other sites

×
×
  • Create New...