linux_wiki:update_the_kernel_package_appropriately_to_ensure_a_bootable_system

This is an old revision of the document!


Update The Kernel Package Appropriately To Ensure A Bootable System

General Information

About this page/how-to/script.


View current kernel version

uname -r

Show currently installed and version(s) available

yum clean all
yum list kernel

Two methods:

1) Update kernel using yum (preferred)

yum update kernel

2) Download and install kernel manually

yumdownloader kernel
rpm -ivh kernel-3.10.0-229.1.2.el7.x86_64

View kernel files (vmlinuz)

cd /boot
ls -l

  • linux_wiki/update_the_kernel_package_appropriately_to_ensure_a_bootable_system.1456800912.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)