Jump to content
5 posts in this topic

Recommended Posts

Open "Clover Configurator app" under "Mount EFI" there you will see your EFI Partition press on "Mount Partition"

 

Now go to "EFI/CLOVER/" and open "config.plist"

 

There navigate to <key>GUI</key> and add the part with <key>HIDE</key><array>...</array>

 

<key>GUI</key>
   <dict>
       <key>Hide</key>
       <array>
           <string>Recovery</string>
           <string>Preboot</string>
           <string>Windows</string>
		<string>/EFI/BOOT/BOOT64.EFI</string>
       </array>
       <key>Scan</key>
       <true/>
       
   </dict>

I can look later, into my config.plist i am not sure if one line is missing.

Edited by DaHarry
  • 2 months later...
×
×
  • Create New...