Cannot fully install hwe stack on 18.04.2












3















I just tried to install the HWE stack using sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04, but it does not fully install. There is no boot image generated, nothing is loaded in /lib/modules for it, etc. What am I doing wrong?



Output of install command:



The following NEW packages will be installed:
linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/15.2 kB of archives.
After this operation, 248 kB of additional disk space will be used.
Selecting previously unselected package linux-generic-hwe-18.04.
(Reading database ... 407048 files and directories currently installed.)
Preparing to unpack .../linux-generic-hwe-18.04_4.18.0.15.65_amd64.deb ...
Unpacking linux-generic-hwe-18.04 (4.18.0.15.65) ...
Selecting previously unselected package xserver-xorg-hwe-18.04.
Preparing to unpack .../xserver-xorg-hwe-18.04_1%3a7.7+19ubuntu8~18.04.2_amd64.deb ...
Unpacking xserver-xorg-hwe-18.04 (1:7.7+19ubuntu8~18.04.2) ...
Setting up xserver-xorg-hwe-18.04 (1:7.7+19ubuntu8~18.04.2) ...
Setting up linux-generic-hwe-18.04 (4.18.0.15.65) ...


Output of uname -a



Linux my-computer-name 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux



Output of attempting to manually install two apparently missing dependencies:



sudo apt install linux-image-generic-hwe-18.04 linux-headers-generic-hwe-18.04
[sudo] password for brandon:
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-generic-hwe-18.04 is already the newest version (4.18.0.15.65).
linux-headers-generic-hwe-18.04 set to manually installed.
linux-image-generic-hwe-18.04 is already the newest version (4.18.0.15.65).
linux-image-generic-hwe-18.04 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Output of dpkg -l | grep linux-image



rc  linux-image-4.15.0-20-generic                   4.15.0-20.21                                 amd64        Signed kernel image generic
ii linux-image-4.15.0-45-generic 4.15.0-45.48 amd64 Signed kernel image generic
ii linux-image-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Signed kernel image generic
ii linux-image-generic 4.15.0.45.47 amd64 Generic Linux kernel image
ii linux-image-generic-hwe-18.04 4.18.0.15.65 amd64 Generic Linux kernel image


Output of sudo update-grub



Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-45-generic
Found initrd image: /boot/initrd.img-4.15.0-45-generic
Found Windows Boot Manager on /dev/sdb1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done


[This laptop came preinstalled with Windows and used to run it, hence the WBM entry.]



Error when trying to manually reinstall image:



depmod: ERROR: could not open directory /lib/modules/4.18.0-15-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
dpkg: error processing package linux-image-4.18.0-15-generic (--configure):
installed linux-image-4.18.0-15-generic package post-installation script subprocess returned error exit status 1










share|improve this question









New contributor




Brandon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Please run this command and add the result to your question. And also post output of uname -a.

    – Pilot6
    9 hours ago











  • Added to question.

    – Brandon
    9 hours ago











  • It is not the full output. But if there were no errors, reboot now, and you will be on the 4.18 kernel. But I don't see real kernel modules installed.

    – Pilot6
    9 hours ago











  • ...except that is the full output. There were no messages about installing boot images like I expected. After rebooting I'm still on the 4.15 kernel, and the only "advanced" boot options are to boot into that 4.15 kernel or the accompanying recovery mode.

    – Brandon
    9 hours ago













  • This is a mystery linux-generic-hwe-18.04 depends on linux-image-generic-hwe-18.04 and linux-headers-generic-hwe-18.04. But I don't see them installed. Something is broken in your system.

    – Pilot6
    9 hours ago
















3















I just tried to install the HWE stack using sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04, but it does not fully install. There is no boot image generated, nothing is loaded in /lib/modules for it, etc. What am I doing wrong?



Output of install command:



The following NEW packages will be installed:
linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/15.2 kB of archives.
After this operation, 248 kB of additional disk space will be used.
Selecting previously unselected package linux-generic-hwe-18.04.
(Reading database ... 407048 files and directories currently installed.)
Preparing to unpack .../linux-generic-hwe-18.04_4.18.0.15.65_amd64.deb ...
Unpacking linux-generic-hwe-18.04 (4.18.0.15.65) ...
Selecting previously unselected package xserver-xorg-hwe-18.04.
Preparing to unpack .../xserver-xorg-hwe-18.04_1%3a7.7+19ubuntu8~18.04.2_amd64.deb ...
Unpacking xserver-xorg-hwe-18.04 (1:7.7+19ubuntu8~18.04.2) ...
Setting up xserver-xorg-hwe-18.04 (1:7.7+19ubuntu8~18.04.2) ...
Setting up linux-generic-hwe-18.04 (4.18.0.15.65) ...


Output of uname -a



Linux my-computer-name 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux



Output of attempting to manually install two apparently missing dependencies:



sudo apt install linux-image-generic-hwe-18.04 linux-headers-generic-hwe-18.04
[sudo] password for brandon:
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-generic-hwe-18.04 is already the newest version (4.18.0.15.65).
linux-headers-generic-hwe-18.04 set to manually installed.
linux-image-generic-hwe-18.04 is already the newest version (4.18.0.15.65).
linux-image-generic-hwe-18.04 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Output of dpkg -l | grep linux-image



rc  linux-image-4.15.0-20-generic                   4.15.0-20.21                                 amd64        Signed kernel image generic
ii linux-image-4.15.0-45-generic 4.15.0-45.48 amd64 Signed kernel image generic
ii linux-image-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Signed kernel image generic
ii linux-image-generic 4.15.0.45.47 amd64 Generic Linux kernel image
ii linux-image-generic-hwe-18.04 4.18.0.15.65 amd64 Generic Linux kernel image


Output of sudo update-grub



Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-45-generic
Found initrd image: /boot/initrd.img-4.15.0-45-generic
Found Windows Boot Manager on /dev/sdb1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done


[This laptop came preinstalled with Windows and used to run it, hence the WBM entry.]



Error when trying to manually reinstall image:



depmod: ERROR: could not open directory /lib/modules/4.18.0-15-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
dpkg: error processing package linux-image-4.18.0-15-generic (--configure):
installed linux-image-4.18.0-15-generic package post-installation script subprocess returned error exit status 1










share|improve this question









New contributor




Brandon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Please run this command and add the result to your question. And also post output of uname -a.

    – Pilot6
    9 hours ago











  • Added to question.

    – Brandon
    9 hours ago











  • It is not the full output. But if there were no errors, reboot now, and you will be on the 4.18 kernel. But I don't see real kernel modules installed.

    – Pilot6
    9 hours ago











  • ...except that is the full output. There were no messages about installing boot images like I expected. After rebooting I'm still on the 4.15 kernel, and the only "advanced" boot options are to boot into that 4.15 kernel or the accompanying recovery mode.

    – Brandon
    9 hours ago













  • This is a mystery linux-generic-hwe-18.04 depends on linux-image-generic-hwe-18.04 and linux-headers-generic-hwe-18.04. But I don't see them installed. Something is broken in your system.

    – Pilot6
    9 hours ago














3












3








3








I just tried to install the HWE stack using sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04, but it does not fully install. There is no boot image generated, nothing is loaded in /lib/modules for it, etc. What am I doing wrong?



Output of install command:



The following NEW packages will be installed:
linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/15.2 kB of archives.
After this operation, 248 kB of additional disk space will be used.
Selecting previously unselected package linux-generic-hwe-18.04.
(Reading database ... 407048 files and directories currently installed.)
Preparing to unpack .../linux-generic-hwe-18.04_4.18.0.15.65_amd64.deb ...
Unpacking linux-generic-hwe-18.04 (4.18.0.15.65) ...
Selecting previously unselected package xserver-xorg-hwe-18.04.
Preparing to unpack .../xserver-xorg-hwe-18.04_1%3a7.7+19ubuntu8~18.04.2_amd64.deb ...
Unpacking xserver-xorg-hwe-18.04 (1:7.7+19ubuntu8~18.04.2) ...
Setting up xserver-xorg-hwe-18.04 (1:7.7+19ubuntu8~18.04.2) ...
Setting up linux-generic-hwe-18.04 (4.18.0.15.65) ...


Output of uname -a



Linux my-computer-name 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux



Output of attempting to manually install two apparently missing dependencies:



sudo apt install linux-image-generic-hwe-18.04 linux-headers-generic-hwe-18.04
[sudo] password for brandon:
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-generic-hwe-18.04 is already the newest version (4.18.0.15.65).
linux-headers-generic-hwe-18.04 set to manually installed.
linux-image-generic-hwe-18.04 is already the newest version (4.18.0.15.65).
linux-image-generic-hwe-18.04 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Output of dpkg -l | grep linux-image



rc  linux-image-4.15.0-20-generic                   4.15.0-20.21                                 amd64        Signed kernel image generic
ii linux-image-4.15.0-45-generic 4.15.0-45.48 amd64 Signed kernel image generic
ii linux-image-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Signed kernel image generic
ii linux-image-generic 4.15.0.45.47 amd64 Generic Linux kernel image
ii linux-image-generic-hwe-18.04 4.18.0.15.65 amd64 Generic Linux kernel image


Output of sudo update-grub



Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-45-generic
Found initrd image: /boot/initrd.img-4.15.0-45-generic
Found Windows Boot Manager on /dev/sdb1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done


[This laptop came preinstalled with Windows and used to run it, hence the WBM entry.]



Error when trying to manually reinstall image:



depmod: ERROR: could not open directory /lib/modules/4.18.0-15-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
dpkg: error processing package linux-image-4.18.0-15-generic (--configure):
installed linux-image-4.18.0-15-generic package post-installation script subprocess returned error exit status 1










share|improve this question









New contributor




Brandon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I just tried to install the HWE stack using sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04, but it does not fully install. There is no boot image generated, nothing is loaded in /lib/modules for it, etc. What am I doing wrong?



Output of install command:



The following NEW packages will be installed:
linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/15.2 kB of archives.
After this operation, 248 kB of additional disk space will be used.
Selecting previously unselected package linux-generic-hwe-18.04.
(Reading database ... 407048 files and directories currently installed.)
Preparing to unpack .../linux-generic-hwe-18.04_4.18.0.15.65_amd64.deb ...
Unpacking linux-generic-hwe-18.04 (4.18.0.15.65) ...
Selecting previously unselected package xserver-xorg-hwe-18.04.
Preparing to unpack .../xserver-xorg-hwe-18.04_1%3a7.7+19ubuntu8~18.04.2_amd64.deb ...
Unpacking xserver-xorg-hwe-18.04 (1:7.7+19ubuntu8~18.04.2) ...
Setting up xserver-xorg-hwe-18.04 (1:7.7+19ubuntu8~18.04.2) ...
Setting up linux-generic-hwe-18.04 (4.18.0.15.65) ...


Output of uname -a



Linux my-computer-name 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux



Output of attempting to manually install two apparently missing dependencies:



sudo apt install linux-image-generic-hwe-18.04 linux-headers-generic-hwe-18.04
[sudo] password for brandon:
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-generic-hwe-18.04 is already the newest version (4.18.0.15.65).
linux-headers-generic-hwe-18.04 set to manually installed.
linux-image-generic-hwe-18.04 is already the newest version (4.18.0.15.65).
linux-image-generic-hwe-18.04 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Output of dpkg -l | grep linux-image



rc  linux-image-4.15.0-20-generic                   4.15.0-20.21                                 amd64        Signed kernel image generic
ii linux-image-4.15.0-45-generic 4.15.0-45.48 amd64 Signed kernel image generic
ii linux-image-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Signed kernel image generic
ii linux-image-generic 4.15.0.45.47 amd64 Generic Linux kernel image
ii linux-image-generic-hwe-18.04 4.18.0.15.65 amd64 Generic Linux kernel image


Output of sudo update-grub



Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-45-generic
Found initrd image: /boot/initrd.img-4.15.0-45-generic
Found Windows Boot Manager on /dev/sdb1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done


[This laptop came preinstalled with Windows and used to run it, hence the WBM entry.]



Error when trying to manually reinstall image:



depmod: ERROR: could not open directory /lib/modules/4.18.0-15-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
dpkg: error processing package linux-image-4.18.0-15-generic (--configure):
installed linux-image-4.18.0-15-generic package post-installation script subprocess returned error exit status 1







kernel






share|improve this question









New contributor




Brandon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Brandon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 9 hours ago







Brandon













New contributor




Brandon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 9 hours ago









BrandonBrandon

163




163




New contributor




Brandon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Brandon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Brandon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Please run this command and add the result to your question. And also post output of uname -a.

    – Pilot6
    9 hours ago











  • Added to question.

    – Brandon
    9 hours ago











  • It is not the full output. But if there were no errors, reboot now, and you will be on the 4.18 kernel. But I don't see real kernel modules installed.

    – Pilot6
    9 hours ago











  • ...except that is the full output. There were no messages about installing boot images like I expected. After rebooting I'm still on the 4.15 kernel, and the only "advanced" boot options are to boot into that 4.15 kernel or the accompanying recovery mode.

    – Brandon
    9 hours ago













  • This is a mystery linux-generic-hwe-18.04 depends on linux-image-generic-hwe-18.04 and linux-headers-generic-hwe-18.04. But I don't see them installed. Something is broken in your system.

    – Pilot6
    9 hours ago



















  • Please run this command and add the result to your question. And also post output of uname -a.

    – Pilot6
    9 hours ago











  • Added to question.

    – Brandon
    9 hours ago











  • It is not the full output. But if there were no errors, reboot now, and you will be on the 4.18 kernel. But I don't see real kernel modules installed.

    – Pilot6
    9 hours ago











  • ...except that is the full output. There were no messages about installing boot images like I expected. After rebooting I'm still on the 4.15 kernel, and the only "advanced" boot options are to boot into that 4.15 kernel or the accompanying recovery mode.

    – Brandon
    9 hours ago













  • This is a mystery linux-generic-hwe-18.04 depends on linux-image-generic-hwe-18.04 and linux-headers-generic-hwe-18.04. But I don't see them installed. Something is broken in your system.

    – Pilot6
    9 hours ago

















Please run this command and add the result to your question. And also post output of uname -a.

– Pilot6
9 hours ago





Please run this command and add the result to your question. And also post output of uname -a.

– Pilot6
9 hours ago













Added to question.

– Brandon
9 hours ago





Added to question.

– Brandon
9 hours ago













It is not the full output. But if there were no errors, reboot now, and you will be on the 4.18 kernel. But I don't see real kernel modules installed.

– Pilot6
9 hours ago





It is not the full output. But if there were no errors, reboot now, and you will be on the 4.18 kernel. But I don't see real kernel modules installed.

– Pilot6
9 hours ago













...except that is the full output. There were no messages about installing boot images like I expected. After rebooting I'm still on the 4.15 kernel, and the only "advanced" boot options are to boot into that 4.15 kernel or the accompanying recovery mode.

– Brandon
9 hours ago







...except that is the full output. There were no messages about installing boot images like I expected. After rebooting I'm still on the 4.15 kernel, and the only "advanced" boot options are to boot into that 4.15 kernel or the accompanying recovery mode.

– Brandon
9 hours ago















This is a mystery linux-generic-hwe-18.04 depends on linux-image-generic-hwe-18.04 and linux-headers-generic-hwe-18.04. But I don't see them installed. Something is broken in your system.

– Pilot6
9 hours ago





This is a mystery linux-generic-hwe-18.04 depends on linux-image-generic-hwe-18.04 and linux-headers-generic-hwe-18.04. But I don't see them installed. Something is broken in your system.

– Pilot6
9 hours ago










1 Answer
1






active

oldest

votes


















0














You can reinstall this kernel and modules with low-level commands (download and direct extract to the file-system):



apt-get download linux-image-4.18.0-15-generic
apt-get download linux-modules-extra-4.15.0-20-generic
apt-get download linux-modules-4.15.0-20-generic
apt-get download linux-headers-4.15.0-20-generic

sudo dpkg -x linux-image-4.18.0-15-generic*.deb /
sudo dpkg -x linux-modules-extra-4.15.0-20-generic*.deb /
sudo dpkg -x linux-modules-4.15.0-20-generic*.deb /
sudo dpkg -x linux-headers-4.15.0-20-generic*.deb /

sudo update-grub


then reinstall them with regular way:



sudo apt-get install --reinstall linux-image-4.18.0-15-generic
sudo apt-get install --reinstall linux-modules-extra-4.15.0-20-generic
sudo apt-get install --reinstall linux-modules-4.15.0-20-generic
sudo apt-get install --reinstall linux-headers-4.15.0-20-generic


and finally install the HWE:



sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04





share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });






    Brandon is a new contributor. Be nice, and check out our Code of Conduct.










    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1119872%2fcannot-fully-install-hwe-stack-on-18-04-2%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    You can reinstall this kernel and modules with low-level commands (download and direct extract to the file-system):



    apt-get download linux-image-4.18.0-15-generic
    apt-get download linux-modules-extra-4.15.0-20-generic
    apt-get download linux-modules-4.15.0-20-generic
    apt-get download linux-headers-4.15.0-20-generic

    sudo dpkg -x linux-image-4.18.0-15-generic*.deb /
    sudo dpkg -x linux-modules-extra-4.15.0-20-generic*.deb /
    sudo dpkg -x linux-modules-4.15.0-20-generic*.deb /
    sudo dpkg -x linux-headers-4.15.0-20-generic*.deb /

    sudo update-grub


    then reinstall them with regular way:



    sudo apt-get install --reinstall linux-image-4.18.0-15-generic
    sudo apt-get install --reinstall linux-modules-extra-4.15.0-20-generic
    sudo apt-get install --reinstall linux-modules-4.15.0-20-generic
    sudo apt-get install --reinstall linux-headers-4.15.0-20-generic


    and finally install the HWE:



    sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04





    share|improve this answer




























      0














      You can reinstall this kernel and modules with low-level commands (download and direct extract to the file-system):



      apt-get download linux-image-4.18.0-15-generic
      apt-get download linux-modules-extra-4.15.0-20-generic
      apt-get download linux-modules-4.15.0-20-generic
      apt-get download linux-headers-4.15.0-20-generic

      sudo dpkg -x linux-image-4.18.0-15-generic*.deb /
      sudo dpkg -x linux-modules-extra-4.15.0-20-generic*.deb /
      sudo dpkg -x linux-modules-4.15.0-20-generic*.deb /
      sudo dpkg -x linux-headers-4.15.0-20-generic*.deb /

      sudo update-grub


      then reinstall them with regular way:



      sudo apt-get install --reinstall linux-image-4.18.0-15-generic
      sudo apt-get install --reinstall linux-modules-extra-4.15.0-20-generic
      sudo apt-get install --reinstall linux-modules-4.15.0-20-generic
      sudo apt-get install --reinstall linux-headers-4.15.0-20-generic


      and finally install the HWE:



      sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04





      share|improve this answer


























        0












        0








        0







        You can reinstall this kernel and modules with low-level commands (download and direct extract to the file-system):



        apt-get download linux-image-4.18.0-15-generic
        apt-get download linux-modules-extra-4.15.0-20-generic
        apt-get download linux-modules-4.15.0-20-generic
        apt-get download linux-headers-4.15.0-20-generic

        sudo dpkg -x linux-image-4.18.0-15-generic*.deb /
        sudo dpkg -x linux-modules-extra-4.15.0-20-generic*.deb /
        sudo dpkg -x linux-modules-4.15.0-20-generic*.deb /
        sudo dpkg -x linux-headers-4.15.0-20-generic*.deb /

        sudo update-grub


        then reinstall them with regular way:



        sudo apt-get install --reinstall linux-image-4.18.0-15-generic
        sudo apt-get install --reinstall linux-modules-extra-4.15.0-20-generic
        sudo apt-get install --reinstall linux-modules-4.15.0-20-generic
        sudo apt-get install --reinstall linux-headers-4.15.0-20-generic


        and finally install the HWE:



        sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04





        share|improve this answer













        You can reinstall this kernel and modules with low-level commands (download and direct extract to the file-system):



        apt-get download linux-image-4.18.0-15-generic
        apt-get download linux-modules-extra-4.15.0-20-generic
        apt-get download linux-modules-4.15.0-20-generic
        apt-get download linux-headers-4.15.0-20-generic

        sudo dpkg -x linux-image-4.18.0-15-generic*.deb /
        sudo dpkg -x linux-modules-extra-4.15.0-20-generic*.deb /
        sudo dpkg -x linux-modules-4.15.0-20-generic*.deb /
        sudo dpkg -x linux-headers-4.15.0-20-generic*.deb /

        sudo update-grub


        then reinstall them with regular way:



        sudo apt-get install --reinstall linux-image-4.18.0-15-generic
        sudo apt-get install --reinstall linux-modules-extra-4.15.0-20-generic
        sudo apt-get install --reinstall linux-modules-4.15.0-20-generic
        sudo apt-get install --reinstall linux-headers-4.15.0-20-generic


        and finally install the HWE:



        sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 4 hours ago









        N0rbertN0rbert

        23.3k649111




        23.3k649111






















            Brandon is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            Brandon is a new contributor. Be nice, and check out our Code of Conduct.













            Brandon is a new contributor. Be nice, and check out our Code of Conduct.












            Brandon is a new contributor. Be nice, and check out our Code of Conduct.
















            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1119872%2fcannot-fully-install-hwe-stack-on-18-04-2%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Category:香港粉麵

            List *all* the tuples!

            Channel [V]