Hello Everyone
I Installed Fedora Workstation 33 for 2 times But Winodws 10 never comes with Linux Fedora in the Grub2 Menu
What can I do?
Hello Everyone
I Installed Fedora Workstation 33 for 2 times But Winodws 10 never comes with Linux Fedora in the Grub2 Menu
What can I do?
The first thought is that either windows was installed on am msdos partitioned disk using MBR boot and fedora was installed using uefi boot, or somehow reversed.
When that is done it is almost certain that one or the other can be booted and the other not.
Please post the output of “sudo fdisk -l” and “lsblk” so we can see what the drive arrangement is.
install ntfs-3g and then grub2-mkconfig command for your multi-boot system
case1 - mbr/dos system
# grub2-mkconfig -o /boot/grub2/grub.cfg
case2 - uefi/gpt system
# grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg