Jump to content
4 posts in this topic

Recommended Posts

I have Chameleon 2 installed and working but I don't know how to configure it. I have to partitions (mbr) and I created an "Extra" folder in the root of osx86 hd. Inside I placed com.apple.Boot.plist:

 

<?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">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>

<key>Kernel Flags</key>
<string></string>

<key>Timeout</key>
<string>5</string>

<key>Default Partition</key>
<string>hd(0,2)</string>

<key>Boot Banner</key>
<string>no</string>

<key>Legacy Logo</key>
<string>yes</string>

<key>Theme</key>
<string>Bullet</string>

<key>USBBusFix</key>
<string>yes</string>

<key>device-properties</key>
<string></string>
</dict>
</plist>

 

Those options work when I enter them manually in the bootscreen, but for some reason they're not being used as default. What am I doing wrong?

Link to comment
https://www.insanelymac.com/forum/topic/196892-chameleon-setup/
Share on other sites

×
×
  • Create New...