<div dir="ltr"><div>Hi.</div><div><br></div><div>I have both Fedora and Windows 10 installed on my computer.</div><div>I can boot either using bios settings.</div><div>I have grub installed, and can boot to it.</div><div>The grub menu shows me 3 linux kernels and UEFI firmware.</div><div>It does not show me Windows.</div><div>In the attached grub.cfg file there is the following entry:</div><div><br></div><div>### BEGIN /etc/grub.d/30_os-prober ###<br>menuentry 'Windows Boot Manager (on /dev/sdc3)' --class windows --class os $menuentry_id_option 'osprober-efi-3C10-1AFF' {<br>        insmod part_gpt<br>        insmod fat<br>        set root='hd2,gpt3'<br>        if [ x$feature_platform_search_hint = xy ]; then<br>          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt3 --hint-efi=hd2,gpt3 --hint-baremetal=ahci2,gpt3  3C10-1AFF<br>        else<br>          search --no-floppy --fs-uuid --set=root 3C10-1AFF<br>        fi<br>        chainloader /efi/Microsoft/Boot/bootmgfw.efi<br>}</div><div><br></div><div>The entry is there, but it doesn't show when the machine boots/<br></div><div><br></div><div>Any ideas?</div><div><br></div></div>