Comment 57 for bug 1024383

Revision history for this message
Cavsfan (cavsfan) wrote :

I have a new PC SSD using UEFI/GPT and I am experiencing none of these problems booting Windows 10.
I installed Windows 10, then Xubuntu 16.04, Xubuntu 18.04 and today Xubuntu 18.10 with zero problems.
Boot entry for Windows 10 default:
menuentry 'Windows Boot Manager (on /dev/sdc1)' --class windows --class os $menuentry_id_option 'osprober-efi-688D-126B' {
 insmod part_gpt
 insmod fat
 set root='hd2,gpt1'
 if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 --hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1 688D-126B
 else
   search --no-floppy --fs-uuid --set=root 688D-126B
 fi
 chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}

It does not fail to boot Windows 10.