Skip to content

Instantly share code, notes, and snippets.

@felipsmartins
Created February 13, 2022 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipsmartins/9e6bbec4949deefb207b5c3b72dc7149 to your computer and use it in GitHub Desktop.
Save felipsmartins/9e6bbec4949deefb207b5c3b72dc7149 to your computer and use it in GitHub Desktop.
debien update kernel from backports
sudo apt -t bullseye-backports install linux-headers-amd64
sudo apt -t bullseye-backports install linux-image-amd64
# optional
sudo apt -t bullseye-backports install linux-firmware

 sudo grub-probe -t device /boot/grub # in my case results: /dev/sdc2
 # pick result from above command and:
 sudo grub-install /dev/sdc
 sudo update-grub
 
 sudo reboot now

refs:

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