Contribute
Register

Guide To Install Yosemite on HP Laptops with Clover UEFI

I was able to do it this way:(you can add the code to config.plist under GUI custom entry, but USE YOUR OWN VOLUME GUID - that one in RED):

Get the corresponding GUID for the Volume you want to change it's name in /Library/Logs/CloverEFI/boot.log

For Windows Volume:

<dict>
<key>Volume</key>
<string>6C7B5E78-A30D-4CB6-9137-9637BF4FAB8E</string>
<key>FullTitle</key>
<string>Windows 8</string>
<key>Hidden</key>
<false/>
<key>Disabled</key>
<false/>
<key>Type</key>
<string>Windows</string>
</dict>

For OSX:
<dict>
<key>Volume</key>
<string>FFEAACDB-6D48-4ADF-82EE-F11272355C7E</string>
<key>FullTitle</key>
<string>Yosemite HD</string>
<key>Hidden</key>
<false/>
<key>Disabled</key>
<false/>
<key>Type</key>
<string>OSX</string>
</dict>

Ok, thx, i Think my OSX it's 295B7AE3-49D2-4ED9-B87A-D4F946006E45 in my file...but for Windows i Have 4 GUID different in volumeView attachment bootlog rico.txtView attachment bootlog rico.txt
 
but for Windows i Have 4 GUID different in volumeView attachment 121203View attachment 121203

Code:
0:565  0:001   6. Volume:
0:565  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,[B]698F5504-354E-4FC3-96A2-E4509C97134E,0x12AFB800,0x12933000[/B])
0:566  0:001    Result of bootcode detection: [B]bootable Windows (vista,win)[/B]
 
Fixed in RC6

You should also selected Config and DSDT Patcher again, so you can boot from HDD.

First reboot after RC6. Nothing appears to be broken. Ran again and installed "tools" with success.

Anything else you want me to look for or test?
 
I think that restart and sleep function doesn't work on my laptop, is that common?
 
First reboot after RC6. Nothing appears to be broken. Ran again and installed "tools" with success.

Anything else you want me to look for or test?

No, just enjoy it.
 

Attachments

  • Jasmin’s MacBook Pro.ioreg
    1.6 MB · Views: 60
I was able to do it this way:(you can add the code to config.plist under GUI custom entry, but USE YOUR OWN VOLUME GUID - that one in RED):

Get the corresponding GUID for the Volume you want to change it's name in /Library/Logs/CloverEFI/boot.log

For Windows Volume:

<dict>
<key>Volume</key>
<string>6C7B5E78-A30D-4CB6-9137-9637BF4FAB8E</string>
<key>FullTitle</key>
<string>Windows 8</string>
<key>Hidden</key>
<false/>
<key>Disabled</key>
<false/>
<key>Type</key>
<string>Windows</string>
</dict>

For OSX:
<dict>
<key>Volume</key>
<string>FFEAACDB-6D48-4ADF-82EE-F11272355C7E</string>
<key>FullTitle</key>
<string>Yosemite HD</string>
<key>Hidden</key>
<false/>
<key>Disabled</key>
<false/>
<key>Type</key>
<string>OSX</string>
</dict>

Please where i put this code in my configView attachment bootlog rico.txt

</dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
HERE ?
<dict>
<key>FullTitle</key>
<string>UEFI Internal</string>
<key>Hidden</key>
<string>Always</string>
<key>Disabled</key>
<false/>
<key>Type</key>
<string>Other</string>
</dict>
</array>
</dict>
</dict>

Thanks a lot
 
Back
Top