3.3. Listing installed kernels
The grubby --info=ALL command displays an indexed list of installed kernels on BLS installs.
With Boot Loader Specification (BLS), you can standardize the way of specifying boot entries. BLS is natively supported by systemd-boot and GRUB can also be configured to use BLS.
Procedure
List the installed kernels:
# grubby --info=ALL | grep titleThe list of all installed kernels is displayed:
title="Red Hat Enterprise Linux (6.12.0-55.9.1.el10_0.x86_64) 10.0" title="Red Hat Enterprise Linux (0-rescue-0d772916a9724907a5d1350bcd39ac92) 10.0"
This is the list of installed kernels of grubby-8.40-17 from the GRUB menu.