Contribute
Register

Clover_v2_r1888 not work

Status
Not open for further replies.
Solved: Fake.SMC r1888 EFI/Clover/Kext/10.8 does not work

S/L/E work...


r1858 EFI/Clover/Kext/10.8 work.


:)

recent changes

Removed boot arguments "WithKexts" and "NoCaches".
Added new config.plist keys, default to false:


Code:
<key>SystemParameters</key>
<dict>
  <key>InjectKexts</key>
  <false/> OR <true/> OR <string>No/Yes</string>
  <key>NoCaches</key>
  <false/> OR <true/> OR <string>No/Yes</string>
</dict>
 
recent changes

Removed boot arguments "WithKexts" and "NoCaches".
Added new config.plist keys, default to false:


Code:
<key>SystemParameters</key>
<dict>
  <key>InjectKexts</key>
  <false/> OR <true/> OR <string>No/Yes</string>
  <key>NoCaches</key>
  <false/> OR <true/> OR <string>No/Yes</string>
</dict>

Thanks always available...

Edit config.plist
 
Status
Not open for further replies.
Back
Top