Jump to content

Custom clover entries


3 posts in this topic

Recommended Posts

Hi,

 

I have a triple boot, el cap, win10, linux in uefi mode

 

my esp has microsoft, vmlinuz and clover of course.

 

I added 2 custom entries, windows and linux following this:

<dict>
            <key>AddArguments</key>
            <string></string>
            <key>Disabled</key>
            <false/>
            <key>FullTitle</key>
            <string>Linux</string>
            <key>Hidden</key>
            <false/>
            <key>Ignore</key>
            <false/>
            <key>Path</key>
            <string>vmlinuz-linux</string>
            <key>Type</key>
            <string>Linux</string>
            <key>Volume</key>
            <string>EFI</string>
            <key>VolumeType</key>
            <string>Internal</string>
         </dict>

I can boot windows and linux but i have a thrid icon in clover, Boot Clover from EFI.

it s the EFI partition.

i know its UUID and i know how to hide it, the problem is that linux and windows are linked to it, because Volume is set to EFI, and when i hide EFI, windows and linux disappear.

 

How can i add a custom entry for them not linked to EFI?

 

thanks

Link to comment
Share on other sites

How does Clover add such entry? Check your boot log for "Boot Clover from EFI". This is just an example I found online:

2:676 0:000 6: 'EFI' (clover) add legacy
2:679 0:002 added 'Boot Clover from EFI' OSType=3 Icon=clover

If your log is similar to this one, and considering your system is full UEFI, then just disable GUI/Scan/Legacy and you're done.

 

 

Anyway, for a proper answer please attach a boot.log and config.plist next time.

Edited by Maniac10
  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...