AnguForum
Vuoi reagire a questo messaggio? Crea un account in pochi click o accedi per continuare.

Andare in basso
avatar
Angu
Messaggi : 48
Data di iscrizione : 14.04.20
Età : 51

Installare un kernel specifico Empty Installare un kernel specifico

Sab Ott 10, 2020 2:50 pm

How do I install lower version of kernel?
Codice:
sudo apt-get update && sudo apt-get install linux-image-3.5.0-40-generic linux-headers-3.5.0-40-generic linux-headers-3.5.0-40
sudo update-grub
This will download the older kernel and its headers, and update GRUB to detect it at boot. You may have to hold down the shift key during boot to bring up GRUB menu and then choose your preferred kernel. Be aware that some of your programs/drivers may have already be recompiled for the new kernel and may not run well on the older one. This is unlikely to have happened, but kernel reversions do come with their own set of problems.

You may wish to edit /etc/default/grub to have it select your old kernel as the default to load at boot. Remember to run update-grub after you make any changes.

Sorgente:
https://ubuntuforums.org/showthread.php?t=2185783
https://packages.ubuntu.com/xenial/kernel/linux-buildinfo-4.15.0-47-generic
Torna in alto
Permessi in questa sezione del forum:
Non puoi rispondere agli argomenti in questo forum.