Skip to content

Commit 8752622

Browse files
committed
Fix Windows scanning in OpenCore menu
1 parent 1cf1e34 commit 8752622

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- PatcherSupportPkg 0.0.13 release
2222
- Fix Intel HD4000 DRM Support in macOS Monterey (thanks EduCovas!)
2323
- Support optionally re-enabling iGPU in iMac14,x with dGPUs
24+
- Fix Windows scanning in OpenCore menu when Windows and macOS are stored on the same ESP
2425

2526
## 0.2.2
2627

payloads/Config/config.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,9 @@
11411141
<integer>3</integer>
11421142
</dict>
11431143
<key>Entries</key>
1144-
<array/>
1144+
<array>
1145+
<string>\EFI\Microsoft\Boot\bootmgfw.efi</string>
1146+
</array>
11451147
<key>Security</key>
11461148
<dict>
11471149
<key>AllowNvramReset</key>

0 commit comments

Comments
 (0)