Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention ScanPolicy in Multiboot Guide #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions oc/win.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Misc -> BlessOverride -> \EFI\Microsoft\Boot\bootmgfw.efi

![](../images/win-md/blessoverride.png)

#### Solution 2: To make Windows get picked up, boot to recovery mode from within Windows
#### Solution 2: To make Windows get picked up via recovery mode from within Windows

- **make sure you boot windows from OpenCore**
- after loading OpenCore, press space > OpenShell (make sure you have it in Tools and in the config)
- run `map -r -b`
- look for your EFI drive (usually it's in the first lines, watch out if you're a multidisk user, there might be many EFIs)
- run `FSX:\EFI\Microsoft\Boot\bootmgfw.efi` where X is the number of the EFI partition with windows bootloader
- **make sure that RequestBootVarRouting is set to True**
- **make sure that RequestBootVarRouting is set to True and ScanPolicy set to 0**
- open CMD/PS with admin rights
- run `shutdown /r /o /t 0`
- this will reboot your windows system immediately to Advanced Boot Menu menu
Expand Down Expand Up @@ -51,4 +51,4 @@ Misc -> BlessOverride -> \EFI\Microsoft\Boot\bootmgfw.efi
- `/f UEFI` to specify the type the bootloader should be (UEFI Bootloader)
- This will copy a new bootmgfw.efi file as well as add a new NVRAM Boot entry which hopefully will now appear on OpenCore boot menu.
- if everything ran without any errors, type `exit` and it should return you back to the Advanced Boot Menu (or reboot)
- reboot and check if Windows boot entry has been added
- reboot and check if Windows boot entry has been added