Contribute
Register

Clover Booting Guide: Z77X-UD5H- HD4000+GT640

Status
Not open for further replies.
Can't find clover.theme anywhere.
nvram -p output:
Code:
efi-boot-device    <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>99E61C9F-9FB3-4B4F-B85B-CB15192935F1</string></dict></dict></dict></array>
fmm-computer-name    William%e2%80%99s Mac Pro
boot-gamma    %e3%05%00%00%00"%00%00i|%00%00%b6%00%00%00%00%00%00%00%0d%00%01%01%e3%04%02%02%05%08%04%04)%0d%07%07%a1%13%0e%0e4 %18%18T/##%f8=00%a7M=='\NN%d7mrr%0b%90%9a%9a%90%b2%c9%c9%fb%d7%0d%00%01%01%e3%04%02%02%05%08%04%04)%0d%07%07%a1%13%0e%0e4 %18%18T/##%f8=00%a7M=='\NN%d7mrr%0b%90%9a%9a%90%b2%c9%c9%fb%d7%0d%00%01%01%e3%04%02%02%05%08%04%04)%0d%07%07%a1%13%0e%0e4 %18%18T/##%f8=00%a7M=='\NN%d7mrr%0b%90%9a%9a%90%b2%c9%c9%fb%d7
BackgroundClear    %00%00%00%00
security-mode    none
prev-lang:kbd    en:0
efi-boot-device-data    %02%01%0c%00%d0A%03%0a%00%00%00%00%01%01%06%00%02%1f%03%12%0a%00%00%00%ff%ff%00%00%04%01*%00%02%00%00%00(@%06%00%00%00%00%00`%cai%07%00%00%00%00%9f%1c%e6%99%b3%9fOK%b8[%cb%15%19)5%f1%02%02%7f%ff%04%00
OsxAptioFixDrv-RelocBase    %00%a0m%d4%00%00%00%00
boot-args    -v npci=0x2000 slide=0 NoKexts
Clover.LogLineCount    500
Then use clover prefpane to set it.
 
This should do it, you can get away with a lot less in there though...

Code:
	<key>SMBIOS</key>
	<dict>
		<key>BiosVersion</key>
		<string>MM61.0106.B03</string>
		<key>Board-ID</key>
		<string>Mac-F65AE981FFA204ED</string>
		<key>ProductName</key>
		<string>Macmini6,2</string>
		<key>SerialNumber</key>
		<string>12characters</string>
		<key>BoardSerialNumber</key>
		<string>17Characters</string>
	</dict>

BiosVersion is wrong for MM6,2 you also hav BiosReleaseDate missing. And make sure its a valid serial. Your actually missing a lot of data.
 
Put only this in SMBIOS section.
All other things will be generated automaticaly
This can be done from GUI to try it,but will not be saved!
BTW your config looks very bad!
And its for old version of Clover,many things will not work like this if u update clover.
Code:
<key>ProductName</key>
<string>Macmini6,2</string>

Wrong, this will cause Software Update to show firmware updates available. Clover injects wrong info.
 
Wrong, this is cause Software Update to show firmware updates available. Clover injects wrong info.
Right.
Thx for info i will report this.
1.7 its latest firmware for macmini late 2012 or there are newer one ?

B3lrgR2.png


Clover inject this for macmini in current version.
Dm2t612.png

now its B00 but schould be B03 to stop showing update.
 
Has anyone got Windows 8 in UEFI mode running next to OS X? If I remove my OS X drive and install Windows 8, reboot and put the drive back I got Windows 8 perfectly aside OS X in the boot menu. However, the Startup Disk PrefPane can't recognize it.
If I install Windows 8 in any other way with the OS X drive connected, the Windows Boot Manager overwrites the whole UEFI boot sector.
 
If u hide legacy in gui then no windows in prefpane.
I have UEFI win8 and OSX-
Its a known bug,hope will be fixed soon
So, back to my old UEFI Win8/Mac version which worked except for the prefpane and then turn on legacy under GUI should fix that last part too?
 
Status
Not open for further replies.
Back
Top