RHEL7: Update the kernel package appropriately to ensure a bootable system
Note: This is an RHCSA 7 exam objective.
To install a new kernel package, type:
# yum install kernel.rpm
or
# rpm -ivh kernel.rpm
Note: Don’t use the -U option which replaces the current kernel instead of adding it to the boot menu.
Leave a comment