What are these options in BOOT MENU?

what are the different among ( UBUNTU ), ( UBUNTU,with Linux 4.4.0-28-generic), ( UBUNTU,with Linux 4.4.0-21-generic), ( UBUNTU,with Linux 4.4.0-31-generic) ?:cry::cry::cry:

Which should I use ?:neutral_face:
Do I need to keep all of these in boot menu ?:frowning::frowning:

You do have an extra kernel. To remove it and update grub in terminal:

sudo apt autoremove && sudo update-grub

https://help.ubuntu.com/community/Grub2

https://www.gnu.org/software/grub/manual/grub.html

http://www.dedoimedo.com/computers/grub-2.html

2 Likes

It’s different kernels. Ubuntu will automatically try to boot the latest kernel. You don’t have to do anything. Ubuntu will save a certain number (2 I guess) of β€œold” kernels in Advanced options. You only have to use those kernels to boot if your latest kernel update fails.

I don’t know what your boot screen looks like but normally it provides an uncluttered view with old kernels under Advanced options.

@Wimpy There is a problem with Ubuntu MATE. It says Ubuntu instead of Ubuntu MATE in GRUB. This can cause confusion in multi-boot environments.

4 Likes

You can also run the following terminal command (Ctrl + Alt + t) to re-install Grub:

sudo apt-get remove grub-pc && sudo apt-get update && sudo apt-get install grub-pc

1 Like

still they r there......I can remove them using Grub customizer. But I want to know , which external kernals from here I can remove and should I remove them ????
is there risk doing this ? And which one is the latest ?:frowning:

Why manually remove kernels?

This is dated but still good for the most part.

https://ubuntuforums.org/showthread.php?t=1287602

Renaming is also possible.

1 Like