Contribute
Register

(Clover Config.plist)All new user of Clover plz read (Configuring Clover)

Status
Not open for further replies.
In my Asus S400CA with UEFI, I have installed Mavericks with clover boot loader version 1942 triple booting with win8.1 and debian.
It has problem of not identifying camera. It is circumvented using camtwist software.
Audio works ok with voodoohda.kext.
I wanted to have newer version of boot loader. I tried directly many times with out success to update to v2k.2236.
Finally I tried with bootdiskutility.exe to put external 2236. It asked for zip file. It just unzips in the target folder. It does not install external one. Then I tried with inbuilt clover version 2082. It worked when I disabled intel inject in graphics where as my graphics is intel 4000. However it could go to gui of os with 800x600 resolution.
As I wanted I tried again with version v2k.2236.
Drivers64UEFI are FSInject,OsxFatBinaryDrv,VBoxHfs,DataHubDxe,EmuVariableUefi,OsxAptioFixDrv and PartitionDxe
kexts included are ApplePS2Controller,ApplePS2EalnTouchPad,FakeSMC,GenericUSBXHCI,HWInfo and NullCPUPowerManagement.
Config.plist is as follows
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>Boot</key>
    <dict>
        <key>Timeout</key>
        <integer>15</integer>
        <key>Arguments</key>
        <string>-v npci=0x2000</string>
        <key>DefaultVolume</key>
        <string>MacHDD</string>
        <key>Log</key>
        <false/>
        <key>Fast</key>
        <false/>
        <key>XMPDetection</key>
        <string>-1</string>
        <key>Legacy</key>
        <string>PBR</string>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>Debug</key>
        <false/>
        <key>KernelCpu</key>
        <false/>
        <key>AsusAICPUPM</key>
        <true/>
        <key>AppleRTC</key>
        <true/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Comment</key>
                <string>External icons patch</string>
                <key>Find</key>
                <data>RXh0ZXJuYWw=</data>
                <key>Replace</key>
                <data>SW50ZXJuYWw=</data>
            </dict>
        </array>
    </dict>
    <key>ACPI</key>
    <dict>
        <key>HaltEnabler</key>
        <false/>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>Fixes</key>
            <dict>
                <key>AddDTGP_0001</key>
                <true/>
                <key>FixDarwin_0002</key>
                <true/>
                <key>FixShutdown_0004</key>
                <true/>
                <key>AddMCFG_0008</key>
                <false/>
                <key>FixHPET_0010</key>
                <true/>
                <key>FakeLPC_0020</key>
                <false/>
                <key>FixIPIC_0040</key>
                <true/>
                <key>FixSBUS_0080</key>
                <true/>
                <key>FixDisplay_0100</key>
                <true/>
                <key>FixIDE_0200</key>
                <false/>
                <key>FixSATA_0400</key>
                <false/>
                <key>FixFirewire_0800</key>
                <true/>
                <key>FixUSB_1000</key>
                <true/>
                <key>FixLAN_2000</key>
                <true/>
                <key>FixAirport_4000</key>
                <true/>
                <key>FixHDA_8000</key>
                <true/>
            </dict>
        </dict>
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>CpuPm</string>
            </dict>
        </array>
        <key>SSDT</key>
        <dict>
            <key>Generate</key>
            <dict>
                <key>PStates</key>
                <true/>
                <key>CStates</key>
                <true/>
            </dict>
            <key>PLimitDict</key>
            <integer>0</integer>
            <key>UnderVoltStep</key>
            <integer>0</integer>
            <key>MinMultiplier</key>
            <integer>8</integer>
        </dict>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>Nothing</string>
    </array>
    <key>RtVariables</key>
    <dict>
        <key>MountEFI</key>
        <true/>
        <key>LogLineCount</key>
        <integer>3000</integer>
        <key>LogEveryBoot</key>
        <string>10</string>
    </dict>
    <key>GUI</key>
    <dict>
        <key>TextOnly</key>
        <false/>
        <key>Language</key>
        <string>en:0</string>
        <key>Theme</key>
        <string>metal</string>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <false/>
            <key>Speed</key>
            <integer>0</integer>
        </dict>
        <key>Hide</key>
        <array>
            <string>Windows</string>
            <string>\EFI\BOOT\BOOTX64.EFI</string>
        </array>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Tool</key>
            <true/>
            <key>Legacy</key>
            <true/>
        </dict>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Inject</key>
        <false/>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>No</string>
        </dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x0</string>
            <key>IntelGFX</key>
            <string>0x0</string>
            <key>NVidia</key>
            <string>0x0</string>
            <key>SATA</key>
            <string>0x0</string>
            <key>WIFI</key>
            <string>0x0</string>
            <key>LAN</key>
            <string>0x0</string>
            <key>XHCI</key>
            <string>0x0</string>
        </dict>
        <key>USB</key>
        <dict>
            <key>Inject</key>
            <true/>
            <key>FixOwnership</key>
            <true/>
            <key>AddClockID</key>
            <true/>
        </dict>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectSystemID</key>
        <true/>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>Intel</key>
            <true/>
            <key>ATI</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>PatchVBios</key>
        <false/>
    </dict>
</dict>
</plist>
It hung as follows.
IMG_20131114_203829.jpg

Any help to proceed further will be appreciated.
If any one having same machine can post config.plist, drivers, kexts and dsdt.aml. it will be nice.
 
Remove NullCPU and use this file (is your display 1366x768?)
 

Attachments

  • config.plist
    2.2 KB · Views: 348
According to the boot log, clover was unable to load the config.plist because it was "unsupported." I had a formatting error somewhere that I couldn't find. I started from scratch and used plistedit pro this time instead of textwrangler. It's working fine now. Ate these rc scripts strictly for debugging purposes our do they do something else?
 
According to the boot log, clover was unable to load the config.plist because it was "unsupported." I had a formatting error somewhere that I couldn't find. I started from scratch and used plistedit pro this time instead of textwrangler. It's working fine now. Ate these rc scripts strictly for debugging purposes our do they do something else?

It triggers save nvram if you use EmuVariable, and will Mount EFI partition if you set it in config.plist
 
Thanks for the response. I tried your file. It hangs. I added boot option -v which shows where it starts hanging as below
IMG_20131114_131042.jpg
 

Attachments

  • config.plist
    3.9 KB · Views: 282
still it hangs as below
IMG_20131115_093145.jpg
 
I can boot with that config.plist with old clover version 1942. AsI am given to understand, new versions after 2, config.plist is different.
 
Hi guys I'm new to Clover coming from Chamelon, I need some advice please:

-My main system is Gigabyte GA-Z87N-WIIFI, I5-4670k, 8GB Ram, Gigabyte GTX650Ti + Monitor 2560x1440, HD4600 Enabled, Bios Setting optimized with Turbo OC, installed Clover 2298 with SSDT and DSDT

-Problem 1: WIth Bios UEFI setting CSM support system won't boot, reboot when I see Apple logo, with CSM support no problem.
Tested many option with and without GTX650Ti, MacPro5,1 SMBIOS.

-Problem 2: Hwmonitor has CPU multiplier 8x but CPU 792 mhz, why? No problem with Chamelon.

-This is my config.log:
PHP:
<?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>DisableDrivers</key>
<array>
<string>Nothing</string>
</array>
<key>GUI</key>
<dict>
<key>Language</key>
<string>it:0</string>
<key>ScreenResolution</key>
<string>1920x1080</string>
<key>Theme</key>
<string>Mavs Style</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<false/>
</dict>
<key>Scan</key>
<true/>
<key>Hide</key>
<array>
<string>\EFI\BOOT\BOOTX64.EFI</string>
</array>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>No</string>
</dict>
<key>USB</key>
<dict>
<key>Inject</key>
<false/>
<key>FixOwnership</key>
<false/>
</dict>
</dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>Debug</key>
<false/>
<key>ReuseFFFF</key>
<false/>
<key>Name</key>
<string>DSDT.aml</string>
<key>DropOEM_DSM</key>
<false/>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>DefaultVolume</key>
<string>MacHDD</string>
<key>Legacy</key>
<string>PBR</string>
<key>Log</key>
<false/>
<key>Timeout</key>
<integer>5</integer>
<key>XMPDetection</key>
<string>No</string>
</dict>
<key>RtVariables</key>
<dict>
<key>LogEveryBoot</key>
<string>10</string>
<key>LogLineCount</key>
<integer>3000</integer>
</dict>
<key>SMBIOS</key>
<dict>
<key>BoardType</key>
<integer>11</integer>
<key>ChassisType</key>
<integer>6</integer>
<key>BiosReleaseDate</key>
<string>10/07/10</string>
<key>Version</key>
<string>1.0</string>
<key>SerialNumber</key>
<string>XXXXXXXXX</string>
<key>Manufacturer</key>
<string>Apple Computer, Inc.</string>
<key>BoardManufacturer</key>
<string>Apple Computer, Inc.</string>
<key>ChassisAssetTag</key>
<string>Pro-Enclosure</string>
<key>BiosVendor</key>
<string>Apple Computer, Inc.</string>
<key>ChassisManufacturer</key>
<string>Apple Computer, Inc.</string>
<key>BiosVersion</key>
<string>MP51.88Z.007F.B03.1010071432</string>
<key>Board-ID</key>
<string>Mac-F221BEC8</string>
<key>Family</key>
<string>Mac Pro</string>
<key>ProductName</key>
<string>MacPro5,1</string>
</dict>
</dict>
</plist>

-drivers64UEFI are: HFSPlus.efi, OsxAptioFixDrv-64.efi

-It's all ok?
-It's correct MacPro SMBios for this system?

-I have one second system Gigabyte GA-Z77N-WIIFI, I5-3570k, 8GB Ram, HD4600 Enabled, Bios Setting optimized with Turbo OC, installed Clover 2298 with SSDT and DSDT, i'm testing Clover today without any problem (I think), same settings but MacMini6,1 SMBIOS.

Thanks for help and thanks nguyenmac for "how to" switch from chamelon/chimera to clover!
 
Status
Not open for further replies.
Back
Top