How to remove Windows from OpenCore boot menu

I recently installed Ubuntu in a third SSD and it corrupted my OpenCore configuration causing it to stop booting to Windows, i created a custom entry with the correct drive and file and it now boots without a problem.

Thing is I now have 2 Windows entries, how can i remove the first entry which was created automatically by OpenCore when i installed macOS and just leave the custom made one?

OpenCore menu entries.

  • Windows (old entry, not bootable)
  • macOS
  • Recovery
  • OpenShell.efi
  • Windows 10 (custom entry)

Here's my config.plist (I removed most of its contents, leaving the important bits)

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> ... <key>Misc</key> <dict> <key>BlessOverride</key> <array/> <key>Boot</key> <dict> <key>ConsoleAttributes</key> <integer>0</integer> <key>HibernateMode</key> <string>None</string> <key>HideAuxiliary</key> <false/> <key>HideSelf</key> <true/> <key>PickerAttributes</key> <integer>0</integer> <key>PickerAudioAssist</key> <false/> <key>PickerMode</key> <string>Builtin</string> <key>PollAppleHotKeys</key> <false/> <key>ShowPicker</key> <true/> <key>TakeoffDelay</key> <integer>0</integer> <key>Timeout</key> <integer>5</integer> </dict> <key>Debug</key> <dict> <key>AppleDebug</key> <false/> <key>DisableWatchDog</key> <false/> <key>DisplayDelay</key> <integer>0</integer> <key>DisplayLevel</key> <integer>2147483714</integer> <key>Target</key> <integer>67</integer> </dict> <key>Entries</key> <array> <dict> <key>Arguments</key> <string></string> <key>Auxiliary</key> <false/> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Name</key> <string>Windows 10</string> <key>Path</key> <string>PciRoot(0x0)/Pci(0x1,0x3)/Pci(0x0,0x2)/Pci(0x8,0x0)/Pci(0x0,0x0)/NVMe(0x1,E4-79-B2-91-58-38-25-00)/HD(2,GPT,E9554C7C-7300-439B-A149-8DC8484A307A,0x109000,0x32000) /\EFi\Microsoft\Boot\bootmgfw.efi</string> </dict> </array> <key>Security</key> <dict> <key>AllowNvramReset</key> <true/> <key>AllowSetDefault</key> <true/> <key>AuthRestart</key> <false/> <key>ExposeSensitiveData</key> <integer>6</integer> <key>HaltLevel</key> <integer>2147483648</integer> <key>ScanPolicy</key> <integer>0</integer> <key>Vault</key> <string>Optional</string> </dict> <key>Tools</key> <array> <dict> <key>Arguments</key> <string></string> <key>Auxiliary</key> <false/> <key>Comment</key> <string>OpenShell.efi</string> <key>Enabled</key> <true/> <key>Name</key> <string>OpenShell.efi</string> <key>Path</key> <string>OpenShell.efi</string> </dict> </array> </dict> <key>NVRAM</key> <dict> <key>Add</key> <dict> <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key> <dict> <key>DefaultBackgroundColor</key> <data>AAAAAA==</data> <key>UIScale</key> <data>AQ==</data> </dict> <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <dict> <key>SystemAudioVolume</key> <data>Rg==</data> <key>boot-args</key> <string>debug=0x100 keepsyms=1 alcid=1 npci=0x2000 agdpmod=pikera</string> <key>csr-active-config</key> <data>AAAAAA==</data> <key>prev-lang:kbd</key> <string>en-US:0</string> </dict> </dict> <key>Block</key> <dict> <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key> <array> <string>UIScale</string> <string>DefaultBackgroundColor</string> </array> <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <array> <string>boot-args</string> </array> </dict> <key>LegacyEnable</key> <false/> <key>LegacyOverwrite</key> <false/> <key>LegacySchema</key> <dict> <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <array> <string>EFILoginHiDPI</string> <string>EFIBluetoothDelay</string> <string>LocationServicesEnabled</string> <string>SystemAudioVolume</string> <string>SystemAudioVolumeDB</string> <string>SystemAudioVolumeSaved</string> <string>bluetoothActiveControllerInfo</string> <string>bluetoothInternalControllerInfo</string> <string>flagstate</string> <string>fmm-computer-name</string> <string>nvda_drv</string> <string>prev-lang:kbd</string> </array> <key>8BE4DF61-93CA-11D2-AA0D-00E098032B8C</key> <array> <string>Boot0080</string> <string>Boot0081</string> <string>Boot0082</string> <string>BootNext</string> <string>BootOrder</string> </array> </dict> <key>WriteFlash</key> <true/> </dict> <key>PlatformInfo</key> <dict> <key>Automatic</key> <true/> <key>Generic</key> <dict> <key>AdviseWindows</key> <false/> <key>MLB</key> <string>C02908270QXJG36UE</string> <key>ROM</key> <data>ESIzAAAA</data> <key>SpoofVendor</key> <true/> <key>SystemProductName</key> <string>iMacPro1,1</string> <key>SystemSerialNumber</key> <string>C02Y90BBHX87</string> <key>SystemUUID</key> <string>7806ABC6-9E74-4FA1-9813-C19B47518A8A</string> </dict> <key>UpdateDataHub</key> <true/> <key>UpdateNVRAM</key> <true/> <key>UpdateSMBIOS</key> <true/> <key>UpdateSMBIOSMode</key> <string>Create</string> </dict> ... </dict> </plist> 
submitted by /u/edfloreshz
[link] [comments]