Dual boot, Fedora option doesn't show up after closing Windows

Asus VivoBook 15 with a 512 GB NVMe M.2 with Windows 10 preinstalled.
A 1 TB Samsung SSD was added.
Anaconda was run and Fedora 33 was installed.
Windows EFI Partition was mounted on /boot/efi.
SSD was setup with just BTRFS volume and swap.
BTRFS mounts / and /boot.

After installation, Fedora booted perfectly,
Windows runs smoothly too.
But…
after closing Windows when booting again, GRUB doesn’t show the Fedora options.
UEFI setup must be opened and go to the boot options and and select Fedora.
Then both Fedora and Windows are shown.
And rebooting or starting up after closing Fedora shows both booting options.

Try repairing the grub boot loader when logged into fedora with

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

I guess the ext4 partition for /boot was missing, @computersavvy.
I took advantage to restructure the partitions structure and split Fedora into two drives, an NVMe M.2 for both Windows 10 and Fedora system files and a SSD for also both Windows 10 and Fedora Data.

After installing and resetting the appropriate information was displayed in the GRUB menu.

Thank you very much.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.