Contribute
Register

Add permanent boot flags to Clover / Capitan

Status
Not open for further replies.
Joined
Nov 17, 2012
Messages
23
Motherboard
PC
CPU
Core i7 2600k
Graphics
Intel HD3000
Mac
  1. Mac mini
Classic Mac
  1. 0
Mobile Phone
  1. iOS
Hey guys,

For some reason I could not find a definitive answer to this. All I want to do is make "slide=0" a permanent boot argument instead of entering it in Clover every time I boot. For some reason it fixes my HD3000 artifacts in 10.11.2 so that's why I'm looking to make it "automatic".

Thanks!
 
Hey guys,

For some reason I could not find a definitive answer to this. All I want to do is make "slide=0" a permanent boot argument instead of entering it in Clover every time I boot. For some reason it fixes my HD3000 artifacts in 10.11.2 so that's why I'm looking to make it "automatic".

Thanks!

You have to modify /EFI/EFI/CLOVER/config.plist, either manually or using Clover Configurator, and change the "Arguments" parameter in the "Boot" section. You want it to look like this (for example):

Code:
  <key>Boot</key>
  <dict>
    <key>Arguments</key>
    <string>dart=0 slide=0</string>
  ...
  </dict>
 
Status
Not open for further replies.
Back
Top