Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to remove redundant boot entries from centos

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "centos how to delete redundant boot items", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "centos how to delete redundant boot items" this article.

After the CentOS update, the old kernel is not automatically deleted. So there will be multiple kernel options in the startup options, and you can manually delete the excess kernel using the following command:

1. Check the current kernel version of the system:

# uname-a

Linux localhost.localdomain 3.10.0-229.20.1.el7.x86_64 # 1 SMP Tue Nov 3 19:10:07 UTC 201 GNU/Linux

two。 Check all the kernel RPM packages on the system:

# rpm-qa | grep kernel

Kernel-3.10.0-229.14.1.el7.x86_64

Kernel-3.10.0-229.el7.x86_64

Abrt-addon-kerneloops-2.1.11-22.el7.centos.0.1.x86_64

Kernel-tools-libs-3.10.0-229.20.1.el7.x86_64

Kernel-3.10.0-229.20.1.el7.x86_64

Kernel-tools-3.10.0-229.20.1.el7.x86_64

3. Delete the RPM package of the old kernel

Yum remove kernel-3.10.0-229.14.1.el7

Yum remove kernel-3.10.0-229.el7

4. Restart the system

# reboot

Note: no manual modification of / boot/grub/menu.lst is required

The above is all the contents of the article "how to remove redundant boot entries from centos". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report