Comment 15 for bug 1024383

Revision history for this message
YannUbuntu (yannubuntu) wrote : Re: invalid Windows EFI entries in GRUB

Example of invalid Windows8 entry on UEFI system:

http://ubuntuforums.org/showpost.php?p=12379417&postcount=32

menuentry 'Windows 8 (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-98F2-07ED' {
 insmod part_gpt
 insmod fat
 set root='hd0,gpt3'
 if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 98F2-07ED
 else
   search --no-floppy --fs-uuid --set=root 98F2-07ED
 fi
 drivemap -s (hd0) ${root}
 chainloader +1
}