SeppDepp, on 23 May 2013 - 09:36 PM, said:
So I would need to combine the config.plist
and the refit.conf to a new combined config.plist?
<?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>ACPI</key> <dict> <key>DropOemSSDT</key> <string>Yes</string> <key>DsdtName</key> <string>DSDT.aml</string> <key>GenerateCStates</key> <string>No</string> <key>GeneratePStates</key> <string>No</string> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <string>Yes</string> <key>AsusAICPUPM</key> <string>Yes</string> <key>KernelCpu</key> <string>Yes</string> </dict> <key>Pointer</key> <dict> <key>Speed</key> <string>8</string> </dict> <key>SMBIOS</key> <dict> <key>BiosVendor</key> <string>Apple Inc.</string> <key>ProductName</key> <string>MacBookPro8,1</string> <key>Family</key> <string>MacBook Pro</string> <key>SerialNumber</key> <string>C02F93FQDH2G</string> <key>Board-ID</key> <string>Mac-94245B3640C91C81</string> </dict> <key>PCI</key> <dict> <key>HDAInjection</key> <string>No</string> <key>LpcTune</key> <string>No</string> <key>PCIRootUID</key> <string>0</string> <key>StringInjector</key> <string>No</string> <key>USBInjection</key> <string>Yes</string> </dict> <key>SystemParameters</key> <dict> <key>BacklightLevel</key> <string>0xFFFF</string> <key>InjectSystemID</key> <string>Yes</string> <key>LegacyBoot</key> <string>PBR</string> <key>boot-args</key> <string>npci=0x3000 MountEFI=disk1 slide=0</string> <key>prev-lang:kbd</key> <string>en:0</string> </dict> </dict> </plist>
and the refit.conf to a new combined config.plist?
This is my config.plist that I reconfigured and just tested on 1729 that gives you an idea. I don't think the DisableDrivers section is matching the correct names, but it worked anyway.
<?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>ACPI</key> <dict> <key>DropOemSSDT</key> <true/> <key>DsdtName</key> <string>dsdt.aml</string> <key>EnableC6</key> <true/> <key>GenerateCStates</key> <true/> <key>GeneratePStates</key> <true/> <key>ResetAddress</key> <string>0x64</string> <key>ResetValue</key> <string>0xFE</string> </dict> <key>DisableDrivers</key> <dict> <key>CsmVideoDxe-64</key> <true/> <key>EmuVariableUefi-64</key> <true/> <key>OsxLowMemFixDrv-64</key> <true/> </dict> <key>GUI</key> <dict> <key>DebugLog</key> <false/> <key>HideEntries</key> <dict> <key>Duplicate</key> <true/> <key>ExternalUEFI</key> <false/> <key>Gentoo</key> <false/> <key>Grub</key> <false/> <key>InternalUEFI</key> <false/> <key>OSXInstall</key> <false/> <key>OpticalUEFI</key> <true/> <key>Recovery</key> <false/> <key>Ubuntu</key> <false/> <key>WindowsEFI</key> <false/> </dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>2</integer> </dict> <key>Theme</key> <string>metal</string> <key>Timeout</key> <integer>10</integer> <key>Volumes</key> <dict> <key>Hide</key> <array> <string>CLOVERMBR</string> </array> <key>Legacy</key> <string>No</string> </dict> </dict> <key>Graphics</key> <dict> <key>GraphicsInjector</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>KernelCpu</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Patch IOAHCIBlockStorage to enable SSD Trim</string> <key>Find</key> <data> QVBQTEUgU1NEAA== </data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data> AAAAAAAAAAAAAA== </data> </dict> </array> </dict> <key>PCI</key> <dict> <key>InjectClockID</key> <true/> <key>USBFixOwnership</key> <true/> <key>USBInjection</key> <false/> </dict> <key>RtVariables</key> <dict> <key>LogEveryBoot</key> <string>10</string> <key>LogLineCount</key> <string>5000</string> <key>MountEFI</key> <string>No</string> </dict> <key>SMBIOS</key> <dict> <key>BiosVendor</key> <string>Apple Inc.</string> <key>ProductName</key> <string>MacBookPro9,2</string> </dict> <key>SystemParameters</key> <dict> <key>BacklightLevel</key> <string>0xFFFF</string> <key>boot-args</key> <string>npci=0x3000 slide=0 arch=x86_64</string> <key>prev-lang:kbd</key> <string>en:0</string> </dict> </dict> </plist>



Sign In
Create Account

Find content
Male