I initially installed Windows 11 on secondary drive, and then installed it on Primary drive (both Windows were working) and installed Fedora on secondary drive afterwards. And with that my Windows 11 on primary is neither detecting in UEFI boot nor in Fedora grub2 (but drive and files exists). I believe I installed Fedora in UEFI because of my fdisk -l
output below:
$ sudo fdisk -l
Disk /dev/nvme1n1: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: WD_BLACK SN7100 2TB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 32768 bytes / 262144 bytes
Disklabel type: gpt
Disk identifier: 57848DCF-4910-4FFE-BF41-1BAAD758C8DF
Device Start End Sectors Size Type
/dev/nvme1n1p1 2048 34815 32768 16M Microsoft reserved
/dev/nvme1n1p2 34816 3905708031 3905673216 1.8T Microsoft basic data
/dev/nvme1n1p3 3905708032 3907026943 1318912 644M Windows recovery environment
Disk /dev/nvme0n1: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: CT1000P3PSSD8
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: 4750597C-6FA4-4159-B441-A9DDB22FDCEF
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 1230847 1228800 600M EFI System
/dev/nvme0n1p2 1230848 3327999 2097152 1G Linux extended boot
/dev/nvme0n1p3 3328000 1953523711 1950195712 929.9G Linux filesystem
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
and lsblk -f
:
$ sudo lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
zram0 [SWAP]
nvme1n1
├─nvme1n1p1
├─nvme1n1p2 ntfs 2050B6B750B69350
└─nvme1n1p3 ntfs 308A57708A573198
nvme0n1
├─nvme0n1p1 vfat FAT32 0D3A-5E3E 579.4M 3% /boot/efi
├─nvme0n1p2 ext4 1.0 6a9eb719-d07b-4b91-be04-88cad44cbcef 563.3M 35% /boot
└─nvme0n1p3 btrfs fedora 1ffab0c4-3be7-42b5-b835-daf640dd1fba 922.4G 1% /home
/
Idk what’s that last slash(/) for on the empty line.
Anyway. I read some other post where they installed Fedora in legacy but this seems not the case for me. What should I do?