My almost fresh install has mismatched kernel versions

It should work automatically, but you can also change the default kernel manually:

sudo grubby --info=ALL
sudo grubby --set-default=/boot/vmlinuz-6.11.7-300.fc41.x86_64
sudo grubby --default-kernel

If the problem persists, try resetting the GRUB environment:

sudo grub2-editenv - create
1 Like