Jump to content

Clover General discussion


ErmaC
30,111 posts in this topic

Recommended Posts

Have change my mobos today for this one GA Z87X-UD5H  :thumbsup_anim:  No reinstall just boot  one shot on Mavericks GM with clover UEFI ,same thing  like the old Z87M-D3H :D 

 

Just one little thing not work is shut down  -_-  and I dont know how to fix this issue  :( 

help please  :) 

Link to comment
Share on other sites

Have change my mobos today for this one GA Z87X-UD5H  :thumbsup_anim:  No reinstall just boot  one shot on Mavericks GM with clover UEFI ,same thing  like the old Z87M-D3H :D

 

Just one little thing not work is shut down  -_-  and I dont know how to fix this issue  :(

help please  :)

 

<key>FixShutdown_0004</key>

<true/>

Link to comment
Share on other sites

 

 

how do i get that so it automatically boots 'Test' hdd after a 3 second delay withkexts and the cache??? tried so many variations and nothing changes...
 
here is the full config.plist

I thought I had already sent you my config.plist as a guide?

For starters you need to set the Nvidia injection to NO as the drivers are contained in 10.9GM.

 

to add the drive you need to add a custom entry.

</dict>
<key>Scan</key>
<dict>
<key>Tool</key>
<true/>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
</dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Hotkey</key>
<string>T</string>
<key>Type</key>
<string>OSX</string>
<key>DriveImage</key>
<string>HFS</string>
<key>AddArguments</key>
<string>-v</string>
<key>Volume</key>
<string>add vol uuid taken from clover boot.log for your drive test.</string>
<key>InjectKexts</key>
<true/>
<key>FullTitle</key>
<string>OS X 10.9 Mavericks from Test</string>
<key>NoCaches</key>
<false/>
<key>Hidden</key>
<false/>
</dict>

NB. you must use the UUID of your drive test taken from the Clover boot log (Not from OSX). Also you should try and understand the Clover WIKI.

 

Its all here.... http://clover-wiki.zetam.org/Configuration#Creating-a-configuration-file

Link to comment
Share on other sites

 

 

 

ameris_cyning, on 19 Oct 2013 - 8:37 PM, said:snapback.png

<key>FixShutdown_0004</key>

<true/>

 

Sorry this setting works only couple hours last night  :lol:  I need reparing permission and rebuild cache all time for working  :blush:

Link to comment
Share on other sites

well i have been trying for 4 hours now to get a custom thing to work... with tony's config file...

 

can someone help me? and edit the config bellow...

 

config.plist.zip

 

Ideally Clover loads then if no key - loads Test drive with cache and kexts

 

the UIID of the hard drive i am trying to boot is 2F9DA85D-C539-4782-B481-3291E3338C85

 

on a side issue if i try and load with a log it never boots... ideas?

 

Link to comment
Share on other sites

I use Clover, v2k r2244 and v2 r2010.

With v2 r2010, it boot successfully, but, with v2k r2244, it failed boot. just reboot.

 

Followings booting success with v2 r2010

http://pastebin.com/pcwRiefH

 

Followings booting failed with v2 r2244

http://pastebin.com/2M5mSGpj

 

booting failed system log file.

http://pastebin.com/v5qjKYGp

 

Config File.

http://pastebin.com/2neaXKmj

 

It seems to be related with Geforce 9500 GT 512MB.

I just setup for Geforce 9500 GT 512MB in config file as followings.

 

------------ QUOTE ----------

<key>Graphics</key>

<dict>

<key>Inject</key>

<dict>

<key>NVidia</key>

<true/>

</dict>

<key>PatchVBios</key>

<true/>

</dict>

------------ QUOTE ----------

 

Is there any something wrong of config.plist?

I really appreciate any advice for me.

Link to comment
Share on other sites

 magnifico I just try  your the best my freind   :lol:   :thumbsup_anim:   :D  ten time shut down and works all the time   :P

now just pass my time to shut down to be sure   :hysterical::lol:

 

 

Thank you very mutch for your time    B):D

 

That makes no sense at all

 

Strange

 I fix my issue whit the new config.plist provided by magnico :) Thanks ameris_cyning for you help I learning all Day about Clover 

appreciate  :D

Link to comment
Share on other sites

magnifico I just try  your the best my freind   :lol:   :thumbsup_anim:   :D  ten time shut down and works all the time   :P

now just pass my time to shut down to be sure   :hysterical::lol:

 

 

 

Thank you very mutch for your time    B):D

 

 

 

 

 I fix my issue whit the new config.plist provided by magnico :) Thanks ameris_cyning for you help I learning all Day about Clover 

appreciate  :D

I'm very happy for you

Good hack

Link to comment
Share on other sites

Solved Boot Issue as modifying config.plist

http://pastebin.com/9aeQJdTC

 

&nbsp;

I use Clover, v2k r2244 and v2 r2010.

With v2 r2010, it boot successfully, but, with v2k r2244, it failed boot. just reboot.

 

Followings booting success with v2 r2010

http://pastebin.com/pcwRiefH

 

Followings booting failed with v2 r2244

http://pastebin.com/2M5mSGpj

 

booting failed system log file.

http://pastebin.com/v5qjKYGp

 

Config File.

http://pastebin.com/2neaXKmj

 

It seems to be related with Geforce 9500 GT 512MB.

I just setup for Geforce 9500 GT 512MB in config file as followings.

 

From

------------ QUOTE ----------

<key>Graphics</key>

<dict>

<key>NVidia</key>

<true/>

</dict>

------------ QUOTE ----------

 

To

------------ QUOTE ----------

<key>Graphics</key>

<dict>

<key>ATI</key>

<false/>

<key>Intel</key>

<false/>

<key>NVidia</key>

<true/>

</dict>

------------ QUOTE ----------

 

Same Symptom, it just reboot.

 

Is there any something wrong of config.plist?

I really appreciate any advice for me.

&nbsp;
Link to comment
Share on other sites

FWIW, i am using b2236 - 10.9 GM and iMessage works fine.

 HI tluck this is the message I receive   :)

 

If it is a new Apple ID, there is no need to create another. To use this Apple ID with iMessage, contact the assistance of the iMessage app with the code below.
 
  1. Customer code:xxxxxxxxxx

But in previous post you write 2263. On sourceforge there is 2236  

I need in a version above to 2240

 

Thanks

Sorry I  Edit my post  this is an error on my part its 2236

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...