Tópico oficial
http://www.projectosx.com/forum/index.p ... topic=2562Instruções
http://www.projectosx.com/forum/index.p ... topic=2543Download
http://sourceforge.net/projects/cloverefiboot/Dicas para multi boot em UEFI
viewtopic.php?f=3&t=2831Script para converter os arquivos plist do Chameleon para o config.plist do Clover
http://www.projectosx.com/forum/index.p ... st&p=26607Seu DSDT.aml (e SSDT.aml se precisar) vai em /EFI/CLOVER/ACPI/patched
Exemplo de config.plist
Code:
<?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>SystemParameters</key>
<dict>
<key>boot-args</key>
<string>-v</string>
<key>prev-lang:kbd</key>
<string>en:0</string>
<key>InjectSystemID</key>
<string>Yes</string>
<key>DefaultBootVolume</key>
<string>Mac OS X</string>
</dict>
<key>ACPI</key>
<dict>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>DropOemSSDT</key>
<string>Yes</string>
</dict>
<key>Graphics</key>
<dict>
<key>GraphicsInjector</key>
<string>Yes</string>
<key>VRAM</key>
<string>1024</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>MP31.88Z.006C.B05.0802291410</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>ProductName</key>
<string>MacPro3,1</string>
<key>Family</key>
<string>Mac Pro</string>
<key>SerialNumber</key>
<string>W8xxxxxxXYL</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>Board-ID</key>
<string>Mac-F42C88C8</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisAssetTag</key>
<string>ASUSxxx</string>
<key>CustomUUID</key>
<string>8ADFxxxx-83xx-5Exx-9Dxx-4ECCxxxxxxxx</string>
</dict>
<key>RtVariables</key>
<dict>
<key>MLB</key>
<string>C02xxxxxxR5xxxx1H</string>
<key>ROM</key>
<data>MDA6MWY6YzY6Nxxxxxxxxxx=</data>
</dict>
</dict>
</plist>
Exemplo completo
http://sourceforge.net/p/cloverefiboot/ ... mple.plist