Eu tenho as seguintes linhas para o gerenciador de boot do Windows: (em \ boot \ grub \ grub.cfg)
menuentry 'Windows Boot Manager (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-92A2-051C' {
insmod part_gpt
insmod fat
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 92A2-051C
else
search --no-floppy --fs-uuid --set=root 92A2-051C
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
em que 92A2-051C é a ID do volume da partição do sistema EFI em / dev / sda.
sudo update-grub2
deve gerar novamente seu grub.cfg.