Jump to content

Can't hide partition with clover.


Gamerfr
 Share

9 posts in this topic

Recommended Posts

Hi all.

 

I've reinstalled my yosemite installation since i've hear beast thing are not supported from this forum but now i've a little problem with clover boot loader.

 

i try to hide my unwanted partition (Windows partition and Documents partition) and show only my Windows And yosemite partition on te boot loader screen.

 

I've search about that but nothing work. i dont find any uuid, when i set custom entry in Clover configurator i only see one entry and anything i change from the configurator dont change anything in clover -_-

 

there's my boot.log generate by clover configurator, my config.plist and a screenshot of my diskutil list

 

 

More info?

 

Config: 

Motherboard : Gigabyte  H57m-usb3 (Legacy Bios)

CPU : Intel i5 760

8Gb of ram

GPU : HD 7870

 

Installed with vanilla method with clover.

 

 

Thanks!

Bootlog'N Config.zip

post-193718-0-60868600-1431885109_thumb.png

Link to comment
Share on other sites

What's this custom entry for?

5:340  0:000  Custom entry 3 Title:"analguedon" Path:"\\EFI\\BOOT\\BOOTX64.efi" Type:99 Flags:0x0 matching Volume:"Documents"

Was its purpose to hide the "Documents" partition? If that's your objective then you've gotta use the GUI/Hide section and add one of these:

<key>Hide</key>
<array>
  <string>Documents</string> (this will hide any entry that contains "Documents" in its name)
  <string>HD(1,MBR,0xCE633913,0x3F,0xE8E074C1)</string> (this will hide only the partition that matches this specific path/guid)
</array> 

I can't identify the other windows partition you mentioned, is it the recovery one from windows? If it is then just add its path/guid HD(1,MBR,0xDB9E0D28,0x800,0xAF000) to the "Hide" list.

 

 

And upload the config.plist that contains you "Custom Entries" and "Hide" please, this one has none of those.

  • Like 1
Link to comment
Share on other sites

Thanks for your reply.

 

Sorry for thats line i had make a lot of test for renaming and hiding partition.

 

thanks you very much you've helped me a lot, i was searching for a uuid but what i really need its mbr partition name like this

HD(1,MBR,0xDB9E0D28,0x800,0xAF000)

So i've add my partition name in the hide section.

 

and add the other partition in legacy section for renaming.

 

 

post-193718-0-73891900-1431920609_thumb.png

Link to comment
Share on other sites

  • 4 weeks later...

MBR partitions are identified like this in Clover's boot log:

 

5:339 0:037 Checking volume "Documents" (PcieRoot(0x0)\\Pci(0x1F,0x2)\\Sata(0x4,0x0,0x0)\\HD(1,MBR,0xCE633913,0x3F,0xE8E074C1))... skipped

 
You can then use the bolded part as the "Volume" for a custom legacy entry or for a "Hide" entry like the example I gave above.
  • Like 1
Link to comment
Share on other sites

Thank you so much for your help! I was trying to fix this for ages, now it finally works like a charm with your solution! THANKS! :D

 

EDIT: One question: I put the entries with the volumes I want to see at boot in the "custom legacy" menu in clover, like Gamerfr did. How do I rename those volumes at boot? I renamed mine "Yosemite" at the "custom legacy" menu, but at boot it shows with "Boot OSX" or something. The renaming of the windows volume worked perfectly, it shows exactly as i labeled it.

Link to comment
Share on other sites

 Share

×
×
  • Create New...