Rexxer

Some tips for me and other

GRUB2 + adding Windows 10 EFI boot from grub command line

You see the prompt: grub2>

Type “ls” and you’ll see the partition list.

Choose the correct partition.

Type e.g.:

insmod part_gpt
insmod chain
set root=(hd0,gpt1)
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot

If there is an error after “chainloader” command about filesystem try another partition.

Comments are currently closed.