Reply To: How does one rearrange the kernel list order on the boot page?

Forum › Forums › New users › New Users and General Questions › How does one rearrange the kernel list order on the boot page? › Reply To: How does one rearrange the kernel list order on the boot page?

#60388
DaveW
Member

    Dave,
    I appreciate your quick reply and instructions. However, changing the GRUB_DEFAULT= line changes the first options list (not the kernel list).
    The first options list is: 0 – AntiX, 1 – Advanced Options (kernel list), 2 – Memory Test.

    In my case GRUB_DEFAULT=2 selects Memory Test. (‘2’ would be the desired kernel, on the kernel list. But that list must be set by another config file somewhere.)

    I guess, I can simply set GRUB_DEFAULT=1 (which would remind me to select the desired kernel, at boot).