Booting Fedora with an Old Kernel in GRUB2
Modern Fedora systems keep multiple kernel versions available, but older kernels are tucked in a submenu rather than appearing as top-level GRUB2 entries. This requires a slightly different approach when setting them as your default boot option. Understanding the GRUB2 submenu structure When you run: grep menuentry /boot/grub2/grub.cfg | cut -d “‘” -f2 You’ll see…
