Contribute
Register

FusionDrive with Clover, Default Volume & Timeout

Status
Not open for further replies.
Joined
Mar 29, 2011
Messages
68
Motherboard
GA-Z170X-UD5-TH, Clover
CPU
i7-4770K
Graphics
GTX 760, HD 4600
Mac
  1. iMac
  2. MacBook
  3. MacBook Pro
  4. Mac Pro
Mobile Phone
  1. Android
  2. iOS
hi,

i was unable to set up my Default Boot-Volume after created a fusion drive!
Everythings works fine - only the Timeout does not work.

config.plist attached!

i also have tried the UUID in Default Volume and Custom-Entrys.

Any suggestions?

Thanks a lot!
 

Attachments

  • config.plist.demo.plist
    5.6 KB · Views: 248
"self solved" :)

used "HD(X,GPT,UUID)" instead of only "UUID=XXX"

<key>Entries</key>
<array>
<dict>
<key>CustomLogo</key>
<string>Apple</string>
<key>Disabled</key>
<false/>
<key>Hidden</key>
<true/>
<key>Ignore</key>
<true/>
<key>NoCaches</key>
<false/>
<key>Title</key>
<string>Boot OS X 2</string>
<key>Type</key>
<string>OSX</string>
<key>Volume</key>
<string>HD(3,GPT,E630FDD2-9302-459E-A9B9-742354E2C477</string>
<key>VolumeType</key>
<string>Internal</string>
</dict>
<dict>
<key>CustomLogo</key>
<string>Apple</string>
<key>Disabled</key>
<false/>
<key>Hidden</key>
<false/>
<key>Ignore</key>
<false/>
<key>NoCaches</key>
<false/>
<key>Title</key>
<string>Mac OS X</string>
<key>Type</key>
<string>OSX</string>
<key>Volume</key>
<string>HD(3,GPT,276100F3-B758-448B-A9AF-84AE95780B6B</string>
<key>VolumeType</key>
<string>Internal</string>
</dict>
 
Status
Not open for further replies.
Back
Top