Last active
December 25, 2022 11:48
-
-
Save eladc/80f6e6da2b2d316fc756f66d315cc7b9 to your computer and use it in GitHub Desktop.
[Linux] Chainload Windows in UEFI mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
menuentry "Windows custom" { | |
insmod part_gpt | |
insmod fat | |
insmod chain | |
search --no-floppy --fs-uuid --set={EFI partition UUID} | |
chainloader /EFI/Microsoft/Boot/bootmgfw.efi | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment