[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how does one list the installed kernels
From: |
Jordan Uggla |
Subject: |
Re: how does one list the installed kernels |
Date: |
Mon, 12 May 2014 12:57:51 -0700 |
On Mon, May 12, 2014 at 6:40 AM, Ralph Blach <address@hidden> wrote:
> All,
>
> How does list the installed kernels. This was very easy in the original
> grub, but very hard now.
ls /boot/vmlinuz*
Or if you mean how to list all of the menu entries in the grub.cfg then:
grep menuentry /boot/grub/grub.cfg
--
Jordan Uggla (Jordan_U on irc.freenode.net)