Skip to content

Instantly share code, notes, and snippets.

@zeta709
Created February 16, 2018 15:32
Show Gist options
  • Save zeta709/298599644ef2ac778417b5a0d24b4a23 to your computer and use it in GitHub Desktop.
Save zeta709/298599644ef2ac778417b5a0d24b4a23 to your computer and use it in GitHub Desktop.
GRUB
menuentry "Windows 10" {
insmod part_gpt
insmod fat
set root=(hostdisk//dev/sda,gpt*)
search --no-floppy --fs-uuid --set ****-****
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment