Your hardware enablement stack hwe is supported until april 2023


La plupart des utilisateurs n'ont sûrement pas besoin de se soucier de la version du noyau utilisé par leur système. Cette page s'adresse donc plutôt à des utilisateurs avertis.

Avec le LTS Enablement Stack 1), une distribution Ubuntu LTS n'est plus limitée à la version du noyau Linux fournie à sa sortie. Suivant la date à laquelle on l'a installée, on va se retrouver avec un noyau et le serveur graphique Xorg2) de version plus récente.
Ainsi, quelques semaines après la sortie d'une version stable d'Ubuntu, son noyau sera dans la dernière version LTS disponible au téléchargement. Ceci permettant d'installer une distribution Ubuntu LTS en bénéficiant de la prise en charge de nouveaux matériels intégrée dans un noyau plus récent.

Your hardware enablement stack hwe is supported until april 2023

Bien que les versions d'Ubuntu LTS soient soutenues pendant 5 années, ce dispositif s'arrêtera après 2 années, c'est à dire une fois la prise en compte du noyau/serveur-graphique de la nouvelle version d'Ubuntu LTS suivante.

Pour vérifier si HWE est installé, tapez cette commande :

hwe-support-status --verbose

Si HWE est installé, on aura pour Ubuntu 20.04 :

Your Hardware Enablement Stack (HWE) is supported until April 2025.

Si HWE n'est pas installé, on aura pour Ubuntu 20.04 :

You are not running a system with a Hardware Enablement Stack. Your system is supported until avril 2025.

Sur du matériel déjà reconnu le passage à une étape de version LTS ( HWE Hardware Enablement Stack) a peu d’intérêt (les dépôts restent les mêmes) et est même déconseillé pour des machines virtuelles.

Certaines applications utilisant des dépendances propres à la version du serveur graphique seront désinstallées. Une fois le passage à l'étape de version LTS supérieure, il suffira de les ré-installer pour qu'elles utilisent les dépendances en corrélation avec la nouvelle version du serveur graphique.

Passer au dernier noyau LTS

Pour Ubuntu 20.04

Installer les paquets en saisissant la commande suivante :

sudo apt-get install --install-recommends linux-generic-hwe-20.04

ou via un clic : linux-generic-hwe-20.04

Pour Ubuntu 16.04

Installer sans étape de version LTS

Pour Bionic 18.04

Si vous souhaitez installer Ubuntu 18.04 LTS sans étape de version LTS, avec un noyau 4.15.0-x, vous pouvez faire au choix:

Après avoir installé à partir d'une iso plus ancienne, vous pourrez mettre à jour votre système en 20.04.x mais en conservant un noyau 4.15.0.x .

Liens de Ubuntu 18.04.1 et ses variantes

Ubuntu 18.04.1

Ubuntu Mate 18.04.1

Pour Focal 20.04

Si vous souhaitez installer Ubuntu 20.04 LTS sans étape de version LTS, avec un noyau 5.4.0-x, vous pouvez faire au choix:

Après avoir installé à partir d'une iso plus ancienne, vous pourrez mettre à jour votre système en 20.04.x mais en conservant un noyau 5.4.0.x .

Liens de Ubuntu 20.04.1 et ses variantes

Ubuntu 20.04.1

Kubuntu 20.04.1

Ubuntu Mate 20.04.1

Xubuntu 20.04.1

Lubuntu 20.04.1

Si vous avez installé la LTS Enablement Stack de raring il faut remplacer dans toute les commandes qui suivent quantal par raring Puis supprimer les noyaux 3.8 au lieu des 3.5 Pour saucy supprimer les noyaux 3.11 et remplacez bien sur quantal par saucy

  1. Désinstallez linux-generic-lts-quantal et xserver-xorg-lts-quantal,

    sudo apt-get remove linux-generic-lts-quantal xserver-xorg-lts-quantal

  2. Rebooter sur un kernel 3.2.0-x que vous choisirez dans le menu de grub.

  3. Supprimer les kernel 3.5 (remplacez 3.5.0-x par la version correspondante. ie: 3.5.0-36 )

    sudo apt-get remove linux-headers-3.5.0-x linux-headers-3.5.0-x-generic linux-image-3.5.0-x-generic linux-image-generic-lts-quantal linux-headers-generic-lts-quantal

plus d'info: ici

Plus d'affichage graphique après une montée d'une étape de version (quantal=>saucy par exemple)


Contributeurs :Ool, Oreste Visari, Caribou22.


  1. Ubuntu 18.04.05 hwe

    We tried to undestand the instability of some out the ubuntu-desktop installed and one of my collegue told to check id have enabled the HWE Kernel. I've never delved into the kernel topic but maybe is the time to do it

    We are using the Ubuntu 18.04.5 that also seems to have the HWE stack enabled by default and trying to get some information from what i have understood the HWE Kernel is installed by default since UBUNTU 18.04.2. It correct or I'm Wrong?

    If what i said it is true, can we downgrade an ubuntu desktop installed with the the Ubuntu 18.04.5 ISO to the GA kernel ?

    Thanks for the help


  2. Re: Ubuntu 18.04.05 hwe


  3. Re: Ubuntu 18.04.05 hwe

    giobaxx - Hello
    Your hardware enablement stack hwe is supported until april 2023

    Yes: You have the right of the enablement.

    And yes one may revert back to the GA kernel

    Code:

    sudo apt install --install-recommends linux-generic xserver-xorg-core xserver-xorg xserver-xorg-video-all xserver-xorg-input-all libwayland-egl1-mesa

    Then the cleanup:

    Code:

    sudo apt purge linux-generic-lts-bionic xserver-xorg-core-lts-bionic xserver-xorg-lts-bionic  xserver-xorg-video-all-lts-bionic xserver-xorg-input-all-lts-bionic libwayland-egl1-mesa-lts-bionic

    my bit to try and help


    ninja'd ^^
    Your hardware enablement stack hwe is supported until april 2023

    Last edited by Bashing-om; May 10th, 2021 at 11:29 PM.


  4. Re: Ubuntu 18.04.05 hwe

    FYI: You can have both GA & HWE stacks installed too.

    It'll mean you have more packages that will need updating, more disk space used.. all you need to not do the the `purge` step, and you have more options in the "Advanced Options for Ubuntu" (having both HWE or GA kernel options available) but I've found it helpful on some boxes when testing issues on other boxes (some older thinkpads didn't like the 5.4 HWE kernel for bionic).

    FYI: Your installation media controlled if GA was the default (18.04, & 18.04.1 media defaulted to the GA stack; 18.04.2 & later media defaults to HWE for bionic); though of course it could be changed post-install.

    - https://wiki.ubuntu.com/Kernel/LTSEnablementStack
    - https://wiki.ubuntu.com/Kernel/Rolli...nablementStack


  5. Re: Ubuntu 18.04.05 hwe

    Here is the link to the support that Ubuntu developers give to each series of kernels

    https://wiki.ubuntu.com/Kernel/Support

    When Ubuntu 18.04.0 was released it came with the 4.15 kernel which would be supported for five years until April 2023. The kernel in 20.04.1 would also be supported until April 2023. Those who then upgrade to 18.04.2 would get less support for the kernel in that version and would need to continue upgrading through to 18.04.5 to get continued kernel support.

    Your systems are on 18.04.5. The kernels are supported until April 2023. When we move on to the Hardware Enablement stack we get the advantage of newer/upgraded hardware drivers (firmware) that come from the Linux developers. Which would be needed if we were purchasing hardware that came on the market after 18.04 was first released.

    The same situation applies to those of us using 20.04. If we kept to 20.04.0 or 20.04.1 the kernel gets the full life time support. But the firmware (drivers) does not get upgraded for newer hardware. If we progress beyond 20.04.1 we need to keep upgrading through to 20.04.5.

    If you hardware dates to before 2018 then this reversion might be useful but on hardware that is newer than 2018 you might experience problems due to not having the drivers (firmware) for the newer hardware.

    Ubuntu has these point releases so that Ubuntu will work on hardware that comes on the market after the Long Term Support version of Ubuntu was released.

    Regards

    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


What is hardware enablement stack HWE?

The Ubuntu LTS enablement (also called HWE or Hardware Enablement) stacks provide newer kernel and X support for existing Ubuntu LTS releases. These enablement stacks can be installed manually but are also available when installing with Ubuntu LTS point release media.

What does HWE mean Linux?

HWE Kernel with six months security updates: A HWE (Hardware Enablement) kernel version is a newer kernel version than a GA kernel. For a HWE kernel version, security updates are provided only six months after release. The next HWE Kernel version will then be automatically upgraded.

What is LTS Enablement Stack?

The Ubuntu LTS enablement, or Hardware Enablement (HWE), stack provides the newer kernel and X support for existing Ubuntu LTS releases. That stack can be enabled manually, but may also be pre-enabled with an Ubuntu LTS release.

What kernel does Ubuntu 20.04 3 use?

Linux Kernel Ubuntu 20.04 LTS is based on the long-term supported Linux release series 5.4. HWE stack updated to Linux release series 5.8.