I updated F40 Workstation Gnome last night and the new 6.9.4 kernel breaks one of my bluetooth speakers. It worked fine on all the previous kernels, so I followed this guide (Fedora Docs) to set the default to 6.8.11 for now, until 6.9.5 gets released in which I’ll test it again to see if it fixes my bluetooth speaker issues or not.
Per the guide above I did
scott@fedora:~$ sudo grubby --set-default /boot/vmlinuz-6.8.11-300.fc40.x86_64
The default is /boot/loader/entries/a11a967ec2a64a38880ebc1b36521427-6.8.11-300.fc40.x86_64.conf with index 1 and kernel /boot/vmlinuz-6.8.11-300.fc40.x86_64
scott@fedora:~$
My main question really is, when I want to undo or reset this so that the default kernel is always the latest, aka how it is normally the default on Workstation, how would I go about doing that? Cuz I don’t want to have to keep doing this per each new kernel release that comes out. Thanks for any help!
Edit: Here’s the command I used to change it back to the default setting btw:
scott@fedora:~$ sudo grubby --set-default-index=0
The default is /boot/loader/entries/a11a967ec2a64a38880ebc1b36521427-6.9.4-200.fc40.x86_64.conf with index 0 and kernel /boot/vmlinuz-6.9.4-200.fc40.x86_64