I have a laptop with two SSD’s. The laptop has UEFI, Legacy Boot disabled and Secure Boot enabled.
I’ve installed Windows 10 on the first SSD and then Fedora 33 on the second one.
While Windows partitions do show up in Disks. There is no “Windows BootManager” entry in UEFI and I can’t boot into Windows.
Also a bit strange efibootmgr
shows two Fedora entries, what I can also see in the UEFI menu (when I press F12 at startup):
[dan@dan-laptop ~]$ efibootmgr -v
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0001,2001,2002,2003
Boot0000* Fedora HD(1,GPT,0a4bf119-368b-4855-a8f7-e1257572cf19,0x800,0x12c000)/File(\EFI\fedora\shimx64.efi)
Boot0001* Fedora HD(1,GPT,0a4bf119-368b-4855-a8f7-e1257572cf19,0x800,0x12c000)/File(\EFI\fedora\shim.efi)RC
Boot0002* EFI PXE 0 for IPv4 (00-2B-67-D4-E9-F0) PciRoot(0x0)/Pci(0x1d,0x6)/Pci(0x0,0x0)/MAC(002b67d4e9f0,0)/IPv4(0.0.0.00.0.0.0,0,0)RC
Boot0003* EFI PXE 0 for IPv6 (00-2B-67-D4-E9-F0) PciRoot(0x0)/Pci(0x1d,0x6)/Pci(0x0,0x0)/MAC(002b67d4e9f0,0)/IPv6([::]:<->[::]:,0,0)RC
How can I get Windows back? Thanks!