Install latest kernel method 2
Posted: Tue Mar 14, 2023 7:54 pm
apt search linux-image
You can notice several versions being listed that are available from backports repository.
To install the new kernel, run the following command,
apt -t bullseye-backports upgrade
Once the Kernel has been installed, reboot the server so it can boot into the new version.
reboot
You can notice several versions being listed that are available from backports repository.
To install the new kernel, run the following command,
apt -t bullseye-backports upgrade
Once the Kernel has been installed, reboot the server so it can boot into the new version.
reboot