Grub not showing Fedora

Hello, I installed Fedora 34 (Gnome) in a dual-boot setup of Manjaro KDE and Windows 10. After installation of Fedora, running sudo update-grub in Manjaro gives:

Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-5.13-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.13-x86_64.img
Found initrd fallback image: /boot/initramfs-5.13-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Fedora 34 (Workstation Edition) on /dev/sda10
Found Windows Boot Manager on /dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
Detecting snapshots ...
Info: Separate boot partition not detected 
Found snapshot: 2021-09-16 20:26:01 | timeshift-btrfs/snapshots/2021-09-16_20-26-01/@
Found snapshot: 2021-09-16 20:09:04 | timeshift-btrfs/snapshots/2021-09-16_20-09-04/@
Found snapshot: 2021-09-16 20:00:02 | timeshift-btrfs/snapshots/2021-09-16_20-00-02/@
Found snapshot: 2021-09-16 05:53:59 | timeshift-btrfs/snapshots/2021-09-16_05-53-59/@
Found snapshot: 2021-09-16 05:27:56 | timeshift-btrfs/snapshots/2021-09-16_05-27-56/@
Found 5 snapshot(s)
Found memtest86+ image: /boot/memtest86+/memtest.bin
done

which is as usual. But after reboot, no Fedora entry in grub!
What is the issue here?

Try this method, using custom.cfg where you set a path to Fedora’s grub is the way I’d choose personally.

1 Like

I will try this and inform the result.:slightly_smiling_face:

Just in case @openminded’s suggestion does not solve the issue already:

It could be that you installed grub from Fedora’s distro during installation of Fedora. In this case just sudo update-grub from Manjaro is not enough, you have to restore grub as described here:

https://wiki.manjaro.org/index.php?title=GRUB/Restore_the_GRUB_Bootloader

Forgot to mention that in the original post, but tried it already and of no use in this case. :sweat:

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