Can I switch to HWE kernel after installation?
up vote
7
down vote
favorite
I'm going to install Xenial Xerus, but I'm not sure which variant I should use. I get to choose between the normal kernel and HWE kernel.
Now I understand that HWE kernel means that support for new HW will be available faster. On the other hand the HWE kernel may be less well tested than the GA kernel which means that one perhaps shouldn't use the HWE kernel if one don't actually need it.
As I'm currently using old hardware, I'm currently running Vivid Vervet without problems so any kernel would support my current hardware. On the other hand I cannot rule out that I might upgrade with newer hardware in the future which means that I might need the HWE kernel then.
So the question is if I can install using the normal kernel and then in the future just switch to the HWE kernel if I should need it.
system-installation software-installation kernel
add a comment |
up vote
7
down vote
favorite
I'm going to install Xenial Xerus, but I'm not sure which variant I should use. I get to choose between the normal kernel and HWE kernel.
Now I understand that HWE kernel means that support for new HW will be available faster. On the other hand the HWE kernel may be less well tested than the GA kernel which means that one perhaps shouldn't use the HWE kernel if one don't actually need it.
As I'm currently using old hardware, I'm currently running Vivid Vervet without problems so any kernel would support my current hardware. On the other hand I cannot rule out that I might upgrade with newer hardware in the future which means that I might need the HWE kernel then.
So the question is if I can install using the normal kernel and then in the future just switch to the HWE kernel if I should need it.
system-installation software-installation kernel
add a comment |
up vote
7
down vote
favorite
up vote
7
down vote
favorite
I'm going to install Xenial Xerus, but I'm not sure which variant I should use. I get to choose between the normal kernel and HWE kernel.
Now I understand that HWE kernel means that support for new HW will be available faster. On the other hand the HWE kernel may be less well tested than the GA kernel which means that one perhaps shouldn't use the HWE kernel if one don't actually need it.
As I'm currently using old hardware, I'm currently running Vivid Vervet without problems so any kernel would support my current hardware. On the other hand I cannot rule out that I might upgrade with newer hardware in the future which means that I might need the HWE kernel then.
So the question is if I can install using the normal kernel and then in the future just switch to the HWE kernel if I should need it.
system-installation software-installation kernel
I'm going to install Xenial Xerus, but I'm not sure which variant I should use. I get to choose between the normal kernel and HWE kernel.
Now I understand that HWE kernel means that support for new HW will be available faster. On the other hand the HWE kernel may be less well tested than the GA kernel which means that one perhaps shouldn't use the HWE kernel if one don't actually need it.
As I'm currently using old hardware, I'm currently running Vivid Vervet without problems so any kernel would support my current hardware. On the other hand I cannot rule out that I might upgrade with newer hardware in the future which means that I might need the HWE kernel then.
So the question is if I can install using the normal kernel and then in the future just switch to the HWE kernel if I should need it.
system-installation software-installation kernel
system-installation software-installation kernel
asked Feb 25 '17 at 10:32
skyking
19328
19328
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
3
down vote
accepted
Yes, you can install using the normal kernel and then in the future switch to the hardware enablement kernel if you need it. To show available hwe packages, open the terminal and type:
apt-cache search linux.*hwe.*
or install Ubuntu Software Center or Synaptic Package Manager and search in it for "hwe". Synaptic has the most user-friendly way of displaying the search results for "hwe" because it displays the available packages in a list with a description of each package appearing on the same row as the package.
add a comment |
up vote
3
down vote
Yes you can. For example in 16.04:
Desktop
sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
Server
sudo apt-get install --install-recommends linux-generic-hwe-16.04
see https://wiki.ubuntu.com/Kernel/LTSEnablementStack
for more details
add a comment |
up vote
1
down vote
According to https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack
Best option from me:
sudo apt install linux-generic-hwe-16.04
Also for docker aufs support
sudo apt install linux-image-extra-virtual-hwe-16.04
Using meta packages above you always got kernel updates with
sudo apt upgrade
add a comment |
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',
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f887123%2fcan-i-switch-to-hwe-kernel-after-installation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
Yes, you can install using the normal kernel and then in the future switch to the hardware enablement kernel if you need it. To show available hwe packages, open the terminal and type:
apt-cache search linux.*hwe.*
or install Ubuntu Software Center or Synaptic Package Manager and search in it for "hwe". Synaptic has the most user-friendly way of displaying the search results for "hwe" because it displays the available packages in a list with a description of each package appearing on the same row as the package.
add a comment |
up vote
3
down vote
accepted
Yes, you can install using the normal kernel and then in the future switch to the hardware enablement kernel if you need it. To show available hwe packages, open the terminal and type:
apt-cache search linux.*hwe.*
or install Ubuntu Software Center or Synaptic Package Manager and search in it for "hwe". Synaptic has the most user-friendly way of displaying the search results for "hwe" because it displays the available packages in a list with a description of each package appearing on the same row as the package.
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
Yes, you can install using the normal kernel and then in the future switch to the hardware enablement kernel if you need it. To show available hwe packages, open the terminal and type:
apt-cache search linux.*hwe.*
or install Ubuntu Software Center or Synaptic Package Manager and search in it for "hwe". Synaptic has the most user-friendly way of displaying the search results for "hwe" because it displays the available packages in a list with a description of each package appearing on the same row as the package.
Yes, you can install using the normal kernel and then in the future switch to the hardware enablement kernel if you need it. To show available hwe packages, open the terminal and type:
apt-cache search linux.*hwe.*
or install Ubuntu Software Center or Synaptic Package Manager and search in it for "hwe". Synaptic has the most user-friendly way of displaying the search results for "hwe" because it displays the available packages in a list with a description of each package appearing on the same row as the package.
edited Feb 25 '17 at 10:53
answered Feb 25 '17 at 10:34
karel
56.1k11124142
56.1k11124142
add a comment |
add a comment |
up vote
3
down vote
Yes you can. For example in 16.04:
Desktop
sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
Server
sudo apt-get install --install-recommends linux-generic-hwe-16.04
see https://wiki.ubuntu.com/Kernel/LTSEnablementStack
for more details
add a comment |
up vote
3
down vote
Yes you can. For example in 16.04:
Desktop
sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
Server
sudo apt-get install --install-recommends linux-generic-hwe-16.04
see https://wiki.ubuntu.com/Kernel/LTSEnablementStack
for more details
add a comment |
up vote
3
down vote
up vote
3
down vote
Yes you can. For example in 16.04:
Desktop
sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
Server
sudo apt-get install --install-recommends linux-generic-hwe-16.04
see https://wiki.ubuntu.com/Kernel/LTSEnablementStack
for more details
Yes you can. For example in 16.04:
Desktop
sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
Server
sudo apt-get install --install-recommends linux-generic-hwe-16.04
see https://wiki.ubuntu.com/Kernel/LTSEnablementStack
for more details
edited Dec 10 at 23:20
answered Jul 25 '17 at 5:44
Luke
18325
18325
add a comment |
add a comment |
up vote
1
down vote
According to https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack
Best option from me:
sudo apt install linux-generic-hwe-16.04
Also for docker aufs support
sudo apt install linux-image-extra-virtual-hwe-16.04
Using meta packages above you always got kernel updates with
sudo apt upgrade
add a comment |
up vote
1
down vote
According to https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack
Best option from me:
sudo apt install linux-generic-hwe-16.04
Also for docker aufs support
sudo apt install linux-image-extra-virtual-hwe-16.04
Using meta packages above you always got kernel updates with
sudo apt upgrade
add a comment |
up vote
1
down vote
up vote
1
down vote
According to https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack
Best option from me:
sudo apt install linux-generic-hwe-16.04
Also for docker aufs support
sudo apt install linux-image-extra-virtual-hwe-16.04
Using meta packages above you always got kernel updates with
sudo apt upgrade
According to https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack
Best option from me:
sudo apt install linux-generic-hwe-16.04
Also for docker aufs support
sudo apt install linux-image-extra-virtual-hwe-16.04
Using meta packages above you always got kernel updates with
sudo apt upgrade
answered Apr 7 '17 at 21:00
MaximKostrikin
1624
1624
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f887123%2fcan-i-switch-to-hwe-kernel-after-installation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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