Jump to content
30960 posts in this topic

Recommended Posts

Hi guys,

 

Why am I always booting into repair or recovery ?

 

http://www.youtube.com/watch?v=EHMoF9Vbg5g

 

Here is my partiton layout:

 

k3iEuAq.png

 

Thanks.

I had the same problem. But my system is pure BIOS. So I followed @pene 's advice and installed Windows using Clover itself. No more problems. It even refreshes and resets the windows system perfectly.

hello, i have a question,

 

how could i convert the hardware uuid shown in hardwareoverview into the one

i have to insert into clover custom uuid?

 

because i want to change it to a real one.

 

thx in advance

CustomUUID=same as you see in SystemProfiler

InjectSystemID=false

 

Namely

	<key>SystemParameters</key>
	<dict>
		<key>CustomUUID</key>
		<string>511CE200-1000-4000-9999-010203040506</string>
		<key>InjectSystemID</key>
		<false/>

One question. I needed boot into recovery partition for repair disk issues and I have seen that I do not graphic acceleration. Is it possible enable it in this partition? I have enable nvidia inject in config-plis


Thanks in advance


Hi, I am running UEFI Clover with AppleIntelE1000e.kext for LAN. The computer had been perfectly stable for a month but now I intermittently do not have internet access. This happens maybe 75% of the time I start the computer. I sometimes have to restart it five or more times for it to start with internet access. Regardless if I have internet access or not the network settings look the same (screenshot below).  I do have internet access on my phone and when I boot into Windows. Does anyone have any idea what's going on? I'm starting to think it's a corrupted file somewhere and reinstalling is the only option. Any feedback would be much appreciated!

 

3166sl0.png

So I fixed it but I have no idea how I did it. I deleted a few more files in /L/P/SC/, increased number of DHCP clients to maximum, and entered all the network settings manually rather than leaving it on automatic. Anyway, Clover is excellent, I've tried Chimera and Chameleon and Clover is the only bootloader that has working iMessage and App Store updates. It's really interesting that my apps wouldn't update with the other bootloaders.  

Hello all. 8) I wonder if anyone might know how to disable scanning of the attached usb drives for clover since when i have a couple of WD externals connected I have a long delay with a white underscore cursor at top left of the screen prior to the arrival of the clover GUI. When I don't have them connected it's nice and fast. Since I'd like to have them connected and it'd be nice if I didn't have to wait for 3 or 4 minutes for my pc to get to the clover GUI I wonder if any of you chaps might have a hint as to boot options etc? I have heard "external" flag mentioned.. and people talk about EFI commands too but I can't find anything relating. I can't see anything in the config.plist but I've heard something along the lines of "fast" as a boot flag might work too. Any suggestions appreciated. (yes, I know.. be nice.. I'm a clover virgin!) 8p

Hi all devs.

First of all sry for off topic here.

 

I am not developer and have an idea/question about some part virtualbox source code.

 

Virtualbox can run OSX soo must have some code to emulate SMC device.

Can this code be used for making a EFI driver/application for use with Clover/Ozmosis soo we dont need fakesmc? 

Under VirtualBox-4.3.10.tar\VirtualBox-4.3.10\VirtualBox-4.3.10\src\VBox\Devices\EFI we have a DevSmc.cpp

 * DevSmc - Apple System Manaagement Controller.
 *
 * The SMC is controlling power, fans, take measurements (voltage, temperature,
 * fan speed, ++), and lock Mac OS X to Apple hardware.  For more details see:
 *      - http://en.wikipedia.org/wiki/System_Management_Controller
 *      - http://www.parhelia.ch/blog/statics/k3_keys.html
 *      - http://www.nosuchcon.org/talks/D1_02_Alex_Ninjas_and_Harry_Potter.pdf

Sry again for posting this here,didnt know where other to post.

Hi all devs.

First of all sry for off topic here.

 

I am not developer and have an idea/question about some part virtualbox source code.

 

Virtualbox can run OSX soo must have some code to emulate SMC device.

Can this code be used for making a EFI driver/application for use with Clover/Ozmosis soo we dont need fakesmc? 

Under VirtualBox-4.3.10.tar\VirtualBox-4.3.10\VirtualBox-4.3.10\src\VBox\Devices\EFI we have a DevSmc.cpp

 * DevSmc - Apple System Manaagement Controller.
 *
 * The SMC is controlling power, fans, take measurements (voltage, temperature,
 * fan speed, ++), and lock Mac OS X to Apple hardware.  For more details see:
 *      - http://en.wikipedia.org/wiki/System_Management_Controller
 *      - http://www.parhelia.ch/blog/statics/k3_keys.html
 *      - http://www.nosuchcon.org/talks/D1_02_Alex_Ninjas_and_Harry_Potter.pdf

Sry again for posting this here,didnt know where other to post.

No.

FakeSMC is device emulator.

VirtualBox is a computer emulator including all devices, including SMC.

You can do nothing on real hardware, you must have real SMC device or emulated one at kernel level, not at boot level.

No i dont have bluetooth. Someone said i need to have BlockBIoIO or somthing then another person told me i should remove patchvbios , i dont know what to do heres my plist.

 

also i didnt mention this but sometimes I dont even get to the clover gui its just black screen thats lit IT says DVI No Signal on my monitor ect.

other times it does but takes anywhere from 20-30 seconds to get from Bioscreen to the Clover Gui.

<?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>Debug</key>
			<false/>
			<key>FixMask</key>
			<string>0x0000</string>
			<key>Name</key>
			<string>DSDT.aml</string>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
		</array>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<true/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<true/>
				<key>PStates</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>slide=0 darkwake=0</string>
		<key>Fast</key>
		<false/>
		<key>Legacy</key>
		<string>LegacyBiosDefault</string>
		<key>Log</key>
		<true/>
		<key>Timeout</key>
		<integer>5</integer>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>NO</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<false/>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
	</dict>
	<key>DisableDrivers</key>
	<array>
		<string>Nothing</string>
	</array>
	<key>GUI</key>
	<dict>
		<key>DebugLog</key>
		<false/>
		<key>DefaultBootVolume</key>
		<string>SnowHD</string>
		<key>Hide</key>
		<array>
			<string>HD(2,MBR,0x39F233C5,0x32800,0xDF61800)</string>
		</array>
		<key>Language</key>
		<string>en:0</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>4</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<true/>
			<key>Tool</key>
			<true/>
		</dict>
		<key>TextOnly</key>
		<false/>
		<key>Theme</key>
		<string>iclover</string>
		<key>Timeout</key>
		<integer>5</integer>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>PatchVBios</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KextsToPatch</key>
		<array/>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>LogEveryBoot</key>
		<string>10</string>
		<key>LogLineCount</key>
		<integer>3000</integer>
		<key>MountEFI</key>
		<false/>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>ProductName</key>
		<string>iMac13,1</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<false/>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

@jlfilms

From your config.plist, you have enabled Clover boot logging...

<key>Log</key>
<true/>

This is very useful for diagnosing boot problems but it will also "dramatically increase loading time as it has to write the log to the disk as it goes" - refer Clover wiki.  Since you have it enabled, you may as well look at the debug.log (in /EFI/CLOVER/misc/debug.log) to see if there are any other boot problems before turning it off.

pop sound can be power saving of Realtek audio chipset.. no fix as yet (well not if you plan on using vanilla kexts - you can use other sound kexts like voodooHDA too).. only workaround with vanilla is with pop buster plist. google for details. does it play normal sounds ok (apart from beginning with a pop if left for more than a minute?

 

 

Anyone know why starting up with attached USB drives (all WD in my case) leaves me at a cursor before the clover GUI for two minutes? I know it may be drive related because the motherboard (an H67 Gigabyte) will do it when I enable USB storage too. 

@jlfims - I got around this pop problem on my gigabyte H61-USB3 based system with realtek audio by setting my product-id/board-id to model MacPro3,1 which does not use power saving modes for the audio.  pops at boot only. ( if you have HD3000 gfx, this could confuse the system on which graphics (buffers) to use - make sure the snb-platform-id value is explicitly set. (i have it set the dsdt)

×
×
  • Create New...