Skip to content

Instantly share code, notes, and snippets.

@gilangvperdana
Created July 16, 2023 17:26
Show Gist options
  • Save gilangvperdana/7030b3ca2f3165b83843bee76dcf20c3 to your computer and use it in GitHub Desktop.
Save gilangvperdana/7030b3ca2f3165b83843bee76dcf20c3 to your computer and use it in GitHub Desktop.
Upgrade Linux Kernel

General

  • Tested on Ubuntu 20.04 Server LTS from 5.4 to 6.4

Upgrade

uname -r

wget https://raw.githubusercontent.com/pimlie/ubuntu-mainline-kernel.sh/master/ubuntu-mainline-kernel.sh
sudo install ubuntu-mainline-kernel.sh /usr/local/bin/

sudo ./ubuntu-mainline-kernel.sh –i
reboot

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment