Jump to content
29 posts in this topic

Recommended Posts

Hello ladies and the gentlemen,

 

I have a problem , I want to test btw use the Clover bootloader (purpose dictation function and iMessage). I use the converter of this HERE

 

But I encountered a problem: in my org.chamelon.Boot.plist is only the following:



<? xml version = "1.0" encoding = "UTF-8">
<! DOCTYPE plist PUBLIC "- / / Apple Computer / / DTD PLIST 1.0 / / EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<key> Legacy Logo </ key>
<string> Yes </ string>
</ dict>
</ plist>


Although I have selected these and other "flags" during setup

 

there is somewhere on the Macintosh HD a "right". plist?

 

This is Solved

 

 

 

New Problem: Clover installed on HDD now got boot1: error

 

 

 

 

 

Sry for grammer used Google Translate :D

Edited by ColourMaker

ive installed latest clover on my iatkos ml2 install and only thing that i had to do is add : 

 

<key>GraphicsInjector</key>
<true/>
<key>LoadVBios</key>
<true/>
 
and
 
<dict>
<key>MLB</key>
<string>YOUR17DIGITSERIALNO</string>
<key>ROM</key>
<data>
YOURMAC
</data>
</dict>

 

and it works perfectly

  • Like 1

go to /EFI/CLOVER and edit config.plist 

 

check

<key>Theme</key>

<string>YUORTHEMENAME</string>
 
and replaceYUORTHEMENAME with the theme of your choice , that should fix the looks
 
as for the imessage : did you add your network interface mac and your macs serial No to config.plist ?

oh sorry i'd forgot to finish reading the last sentence, no the serial i haven't pased it where i should paste them?

 

 

Edit: I'm now installed the Clover on HDD now got an error: Black screen with boot1: error

start the install again and make sure you check "install boot0af n MBR" its in Bootloader branch, 

serial and mac ust be at the end of plist just before last two tags , this is the code :

 

<dict>
<key>MLB</key>
<string>YOUR17DIGITSERIALNO</string>
<key>ROM</key>
<data>
YOURMAC
</data>
</dict>
  • Like 1

/EFI/CLOVER/config.plist

 

add it right at the bottom of the file just before 

 

 

</dict>

</plist>
you can check your mac id in system information app under Network branch tag :  MAC Address:
 
serial number is in about this mac , click twice on system version , and add six random numbers so the serial is proper length

after i'm adding the 

 

<dict>
<key>MLB</key>
<string>YOUR17DIGITSERIALNO</string>
<key>ROM</key>
<data>
YOURMAC
</data>
</dict>
 
 
With replacements i got an error by reopening:  The data couldn't be read because it has been corrupted

youre missing one </dict> 

 

should be :

 

 

<dict>
<key>MLB</key>
<string>W8034342DB7245981</string>
<key>ROM</key>
<data>
00:25:22:95:07:5c
</data>
</dict>
</dict>
</plist>
 
not sure whats wrong with your boot1 error , if you have installed it in MBR and you starting from the correct hdd it should work just fine
double check if the second option is checked in bootloader branch during the install , because a far as i remember when you install it secont time round the default option is 1

so , you have only one hdd , and starting it with bootloader installed on usb right ?

When you installed clover on hdd , did you started installation from use or from hdd ? and was usb still mounted at the time ?

yep i have to start from USB or my PC wo'nt even boot

 

also i'd installed Clover so ->Start up PC->Boot OS X with old chameleon->Installed Clover with the same settings i'd used on my USB -> reboot -> boot1: error

 

 

 

 

And yep the usb is still mounted

×
×
  • Create New...