Hi.

I have both Fedora and Windows 10 installed on my computer.
I can boot either using bios settings.
I have grub installed, and can boot to it.
The grub menu shows me 3 linux kernels and UEFI firmware.
It does not show me Windows.
In the attached grub.cfg file there is the following entry:

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sdc3)' --class windows --class os
$menuentry_id_option 'osprober-efi-3C10-1AFF' {
        insmod part_gpt
        insmod fat
        set root='hd2,gpt3'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt3
--hint-efi=hd2,gpt3 --hint-baremetal=ahci2,gpt3  3C10-1AFF
        else
          search --no-floppy --fs-uuid --set=root 3C10-1AFF
        fi
        chainloader /efi/Microsoft/Boot/bootmgfw.efi
}

The entry is there, but it doesn't show when the machine boots/

Any ideas?

Attachment: grub.cfg
Description: Binary data

_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to