Published on

Manage Kernels on Manjaro with `mhwd-kernel`

Authors
  • avatar
    Name
    hwahyeon
    Twitter

Manjaro lets you manage multiple Linux kernels easily using the mhwd-kernel command.
You can check what's installed, see what's available, and switch to a different version.

Useful Commands

CommandDescription
mhwd-kernel -liList installed kernels
mhwd-kernel -lShow available kernels
sudo mhwd-kernel -i linux66Install kernel (example: linux66)
sudo mhwd-kernel -r linux515Remove kernel (example: linux515)
sudo mhwd-kernel -i linux66 rmcInstall and remove all others except current
sudo mhwd-kernel -i linux66 --forceForce kernel install
sudo mhwd-kernel -r linux66 --forceForce kernel removal (use with caution)