Hello I have fedora 41 dual booted with windows 10. The grub menu is only showing fedora enteries, and I can’t get os-prober to do anything. When I run it I simply get no output.
Info on my system below.
moksh@fedora:~$ sudo fdisk -l
Disk /dev/sda: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: WD Blue SA510 2.
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: 98B70714-B08B-4BAC-B1AA-91637FBE0B00
Device Start End Sectors Size Type
/dev/sda1 34 32767 32734 16M Microsoft reserved
/dev/sda2 32768 3907026943 3906994176 1.8T Microsoft basic data
Disk /dev/nvme0n1: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WD Green SN350 1TB
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: E2F80440-DFD4-462F-8840-9A29FE840712
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 1230847 1228800 600M EFI System
/dev/nvme0n1p2 1230848 3328110 2097263 1G Linux extended boot
/dev/nvme0n1p3 3328111 1953525134 1950197024 929.9G Linux filesystem
Disk /dev/nvme1n1: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: CT500P2SSD8
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: dos
Disk identifier: 0x64b8a218
Device Boot Start End Sectors Size Id Type
/dev/nvme1n1p1 * 2048 104447 102400 50M 7 HPFS/NTFS/exFAT
/dev/nvme1n1p2 104448 975649181 975544734 465.2G 7 HPFS/NTFS/exFAT
/dev/nvme1n1p3 975650816 976769023 1118208 546M 27 Hidden NTFS WinRE
Disk /dev/zram0: 8 GiB, 8589934592 bytes, 2097152 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
I tried turning off/on secure boot. I tried mounting sudo mount /dev/nvme1n1p1 /mnt
then running os-prober, still nothing. I have made sure fast boot is off. Here are my grub settings.
moksh@fedora:~$ cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rhgb quiet rd.driver.blacklist=nouveau,nova_core modprobe.blacklist=nouveau,nova_core"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
GRUB_DISABLE_OS_PROBER=false
Does anyone have any ideas on what else I can do?