Jump to content

Clover Boot1 error(Old Name: Clover bootloader on iAtkos ML2?)


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

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

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

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

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

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

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

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

Link to comment
Share on other sites

 Share

×
×
  • Create New...