Jump to content

Clover Config.plist preflight questions


tachikaze
 Share

1 post in this topic

Recommended Posts

I'm installing Yosemite for the first time this weekend on new hardware, and have assembled a config.plist from various sources, mainly working UD3H builds . . .

 

Any comments welcome!

 

Questions follow:

 

/ACPI/DSDT:

 

<key>#Name</key>
<string>DSDT.aml</string>
 
I don't have an aml yet, so commenting this out is correct?
 
/ACPI/DropTables:
 
<key>Signature</key>
<string>DMAR</string>
 
This is in some configs, not in others . . .
 
/ACPI/SSDT:
 
<key>Generate</key>
<dict>
<key>CStates</key>
<false/>
<key>PStates</key>
<false/>
</dict>
 
Should I just go ahead and enable this now, or wait?
 
/Boot:
 
<key>Arguments</key>
<string>dart=0 slide=0 kext-dev-mode=1 rootless=0</string>
 
VT-d will be disabled in BIOS too. I intend to reuse this config for 10.11 so I put in slide and rootless too. . .
 
On the installer boots I will add -x -v maxmem=4096 -no-zp manually too -- hopefully it is better to be safe than sorry . . .

 

/Graphics

 

<key>ig-platform-id</key>
<string>0D220003</string>
 
Is this necessary or will clover automatically configure for the i5's 4600?
 
/KernelAndKextPatches
 
<key>AppleRTC</key>
<true/>
 
necessary?
 
(I will run Clover Configurator after installing to massage the /SMBIOS values more)
 
Thanks for any advice!
 

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...