Technical Tip: How to safely perform /boot cleanup
| Description | This article provides step-by-step instructions to safely clean up old kernel versions from the /boot partition. |
| Scope | FortiSIEM. |
| Solution | Pre-requisites.
uname -sr
Example output: Linux 4.18.0-513.11.1.el8_9.x86_64.
rpm -q kernel
Example output:
Cleanup Steps. Remove older kernel versions.
Important Note:
Example output:
If the versions match and are not the currently running kernel, press y to confirm.
Post-Cleanup Verification.
rpm -q kernel
|