Skip to content

Instantly share code, notes, and snippets.

@eladc
Last active December 25, 2022 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eladc/80f6e6da2b2d316fc756f66d315cc7b9 to your computer and use it in GitHub Desktop.
Save eladc/80f6e6da2b2d316fc756f66d315cc7b9 to your computer and use it in GitHub Desktop.
[Linux] Chainload Windows in UEFI mode
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