Changing kernel

Try not to get frustrated there's a steep learning curve for those not used to an Arch based distro.

To install an alternate kernel you can use the terminal:

sudo pacman -Syu linux linux-headers

Or:

sudo pacman -Syu linux-zen linux-zen headers

Or:

sudo pacman -Syu linux-lts linux-lts headers
2 Likes