Contribute
Register

Unable to hide extra windows boot option on EFI partition - Clover boot options

Status
Not open for further replies.
Joined
Oct 26, 2018
Messages
49
Motherboard
ASUS Z390 ROG Maximus Hero XI (Wi-Fi)
CPU
i9-9900K
Graphics
RX 580
Mobile Phone
  1. iOS
I've been able to hide the recovery and preboot - boot options, using the gui in clover configurator.

But, there is are a couple of nagging boot options I just can't find a way to hide. Both are on the EFI partitions of their respective windows installation disks. This system boots to macOS and 2 separate windows 10 OSs. So, 3 SSDs, each with it's own OS.

I've tried all variations of words typed into the "hide" part of configurator, including "Windows". That didn't work. I've tried navigating to the EFI folders and selectively deleting files - you can guess how that went.

Anyone have a solution?
 

Attachments

  • Image-23.jpg
    Image-23.jpg
    567.3 KB · Views: 219
Moved to Multi Booting
 
Make sure you don't have legacy scanning enabled in the GUI section of your config file.
 
Okay, here's what's in the code:

<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-rad4200 dart=0 darkwake=0 -disablegfxfirmware shikigva=4</string>
<key>Debug</key>
<false/>
<key>DefaultVolume</key>
<string>Hackintosh HD</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>8</integer>
<key>XMPDetection</key>
<string>Yes</string>


I could try removing the line "<key>Legacy</key>"

Will let you know how that goes later today, when I can get home to physically boot it up.
 
Well, actually, that was a line for something else, and removing it caused an error.

Here's a screenshot of my GUI, if it's at all helpful.
 

Attachments

  • Screenshot.png
    Screenshot.png
    344.1 KB · Views: 244
Under Scan select Custom and check Entries and Tool. Auto picks up everything including legacy boot info.
 
Status
Not open for further replies.
Back
Top