No kernel selection menu during boot up even when i have 3 kernels installed

I have installed 3 kernel in Manjaro KDE. , still during boot up, there is no selection of kernel.

$ mhwd-kernel -li
Currently running: 5.12.9-1-MANJARO (linux512)
The following kernels are installed in your system:
   * linux510
   * linux512
   * linux54

What is your GRUB_TIMEOUT_STYLE option?

Look under the file,

/etc/default/grub

By default, it boots straight into the latest kernel, unless you interrupt the process with LEFT-SHIFT quickly enough. Otherwise, you need to change the value of the following options and sudo update-grub once again:

GRUB_TIMEOUT_STYLE
GRUB_TIMEOUT

An example might look like:

GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
1 Like

Got it done. Thanks

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.