winmandrake wrote:
En suivant le post #5
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found Windows Boot Manager on /dev/sdb1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done
Même problème :-o
Quand tu génére ton fichier, ce n'est pas parce que Fedora n'apparait pas qu'il ne te sera pas proposé dans ton menu de boot. Il faut redémarrer pour le savoir
Sinon, tu peux aussi modifier dans /etc/default/grub la ligne
GRUB_ENABLE_BLSCFG=true par false et tu verras peut etre tes noyaux
GRUB_ENABLE_BLSCFG=true me donne ça:
[root@alaska ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Adding boot menu entry for UEFI Firmware Settings ...
done
Aucune trace de Fedora, alors que si je change l'option, j'ai cette sortie (mais ds les 2 cas le résultat est le même, j'ai bien mon noyau Fedora proposé au boot)
[root@alaska ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.17.5-300.fc36.x86_64
Found initrd image: /boot/initramfs-5.17.5-300.fc36.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-8fb78239ab5d426f89a54bc6c94a0e92
Found initrd image: /boot/initramfs-0-rescue-8fb78239ab5d426f89a54bc6c94a0e92.img
Adding boot menu entry for UEFI Firmware Settings ...
done