Page 1 of 1

Invalid signature (GRUB2, win10)

Posted: 2018/12/07 20:27:18
by i.k
Currently I'm trying to configure my Windows 10 disk in to GRUB2 .

I have added the following line to 40_custom file.
menuentry "Windows 10-1" {
insmod part_gpt
insmod fat
#set root='hd1,gpt2'
search --fs-uuid --no-floppy --set=root 4A2F-4115
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}

blkid
--clip --
dev/sdc2: UUID="4A2F-4115" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="55f6.........

I have had this win10 working before. After Centos7 re-installation I'm haven't got it working via grub again for some reason. I hope that some of you can advice me in this task.