No WIN10 entry in GRUB boot menu after installing Fedora 32

Hi,
I made a PC with SSD and AMD Ryzen processor.I partitioned SSD for about 40% for win10 and the rest for Fedora.
Win10 installed OK.
After I installed Fedora32 I lost grub entry for Win10.

Here is mi fsdisk -l output:

Disk /dev/nvme0n1: 476.96 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: TS512GMTE220S                           
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 25F0F5BE-DC30-42C2-BDEE-0C4207176125

Device             Start        End   Sectors   Size Type
/dev/nvme0n1p1      2048    1085439   1083392   529M Windows recovery environment
/dev/nvme0n1p2   1085440    1288191    202752    99M EFI System
/dev/nvme0n1p3   1288192    1320959     32768    16M Microsoft reserved
/dev/nvme0n1p4   1320960  421160959 419840000 200.2G Microsoft basic data
/dev/nvme0n1p5 421160960  421163007      2048     1M BIOS boot
/dev/nvme0n1p6 421163008  423260159   2097152     1G Linux filesystem
/dev/nvme0n1p7 423260160 1000214527 576954368 275.1G Linux LVM

and my blkid output:

/dev/nvme0n1p1: LABEL="Recovery" BLOCK_SIZE="512" UUID="C2508C82508C7EC3" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="837061f3-3883-4b33-9ec4-aef01f614931"
/dev/nvme0n1p2: UUID="F88D-1AFF" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="2f2b1314-9217-490a-8aa6-2b25e693f772"
/dev/nvme0n1p3: PARTLABEL="Microsoft reserved partition" PARTUUID="ec540ceb-3f91-46c9-98a1-a15d76cfbc58"
/dev/nvme0n1p4: BLOCK_SIZE="512" UUID="E8F6A590F6A56014" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="ddb85da5-d563-4ea9-a42c-5c408d702230"
/dev/nvme0n1p5: PARTUUID="61522e7f-44d4-4fc8-9153-fef1a6f37aa7"
/dev/nvme0n1p6: UUID="61ab522a-d9fb-4453-b091-dd1de9628294" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="21ee50f1-b19c-4b20-b3db-c5443768e2b9"
/dev/nvme0n1p7: UUID="sp2xP0-INQr-dpCX-PKq2-r6cA-5oWQ-7rdxaz" TYPE="LVM2_member" PARTUUID="3d5dd4cd-53a0-4ff4-8780-9b6664df3f5b"
/dev/mapper/fedora_localhost--live-root: UUID="e5aa8425-481a-4ad5-a163-e2667c71a05d" BLOCK_SIZE="4096" TYPE="ext4"
/dev/mapper/fedora_localhost--live-swap: UUID="d887cc6f-782b-4b3f-a6d5-56f1ede2439d" TYPE="swap"
/dev/mapper/fedora_localhost--live-home: UUID="4a0899da-ca9a-43a4-b603-5adcc623c482" BLOCK_SIZE="4096" TYPE="ext4"

and ls -l /boot/efi/EFI/fedoraoutput:

total 15528
-rwx------. 1 root root     112 Oct  2  2018 BOOTIA32.CSV
-rwx------. 1 root root     110 Oct  2  2018 BOOTX64.CSV
drwx------. 2 root root    4096 Jul  7 20:01 fonts
-rwx------. 1 root root 1587528 Jun 19 18:24 gcdia32.efi
-rwx------. 1 root root 2513224 Jun 19 18:24 gcdx64.efi
-rw-------  1 root root    1024 Jul 11 16:48 grubenv
-rwx------. 1 root root 1587528 Jun 19 18:24 grubia32.efi
-rwx------. 1 root root 2513224 Jun 19 18:24 grubx64.efi
-rwx------. 1 root root  927824 Oct  2  2018 mmia32.efi
-rwx------. 1 root root 1159560 Oct  2  2018 mmx64.efi
-rwx------. 1 root root 1210776 Oct  2  2018 shim.efi
-rwx------. 1 root root  975536 Oct  2  2018 shimia32.efi
-rwx------. 1 root root  969264 Oct  2  2018 shimia32-fedora.efi
-rwx------. 1 root root 1210776 Oct  2  2018 shimx64.efi
-rwx------. 1 root root 1204496 Oct  2  2018 shimx64-fedora.efi

I tried
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg

but didn’t help, so I erased it.
Can someone help me with this issue?

Hello there and Welcome to Ask Fedora.

grub2-mkconfig uses a program called os-prober to detect other operating systems. Install os-prober and then rerun the grub2-mkconfig line that you posted. I THINK that will allow grub2-mkconfig to detect Windows 10 and add it to to the grub boot menu.

1 Like

os-prober already installed and did’t find win10
I believe that I’ll have to do it manually but don’t know how.