Another example:
http://ubuntuforums.org/showpost.php?p=12198689&postcount=11

We can see the buggy entry created by os-prober:

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda3)" --class windows --class os {
        insmod part_gpt
        insmod ntfs
        set root='(hd0,gpt3)'
        search --no-floppy --fs-uuid --set=root 8A3A9F1B3A9F02FD
        chainloader +1
}


And the correct entries created by Boot-Repair:

### BEGIN /etc/grub.d/40_custom ###
menuentry "Windows bootmgfw.efi, generated by Boot-Repair" {
search --fs-uuid --no-floppy --set=root 18FE-69D8
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

menuentry "Windows memtest.efi, generated by Boot-Repair" {
search --fs-uuid --no-floppy --set=root 18FE-69D8
chainloader (${root})/EFI/Microsoft/Boot/memtest.efi
}

menuentry "Boot bootx64.efi, generated by Boot-Repair" {
search --fs-uuid --no-floppy --set=root 18FE-69D8
chainloader (${root})/EFI/Boot/bootx64.efi
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  invalid Windows7 EFI entries in GRUB

To manage notifications about this bug go to:
https://bugs.launchpad.net/os-prober/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to