how to rollback to an older kernel on 16.04/purge kernel automatically installs new one?
unattended-upgrade recently automatically upgrade my kernel to 4.4.0-143 but it does not work with nvidia graphic cards so i decided to roll back to previous version.
i am able to boot to an older kernel(4.4.0-141), and confirmed i'm booting my computer with that:
4.4.0-141-generic
but when i tried to apt purge linux-image-4.4.0-143-generic
, apt prompts me to confirm:
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
So why is uninstalling a signed kernel requires to install an unsigned version?
And how can i safely remove the newer(143) kernel? Thanks in advance!
full output of apt purge:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
amd64-microcode intel-microcode iucode-tool linux-headers-4.4.0-137 linux-headers-4.4.0-137-generic linux-headers-4.4.0-138 linux-headers-4.4.0-138-generic linux-headers-4.4.0-139 linux-headers-4.4.0-139-generic linux-headers-4.4.0-141 linux-headers-4.4.0-141-generic
linux-image-4.4.0-137-generic linux-image-4.4.0-138-generic linux-image-4.4.0-139-generic linux-image-4.4.0-141-generic linux-image-extra-4.4.0-137-generic linux-image-extra-4.4.0-138-generic linux-image-extra-4.4.0-139-generic linux-image-extra-4.4.0-141-generic
linux-signed-image-4.4.0-137-generic linux-signed-image-4.4.0-138-generic linux-signed-image-4.4.0-139-generic linux-signed-image-4.4.0-141-generic thermald
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
linux-image-unsigned-4.4.0-143-generic
Suggested packages:
fdutils linux-doc-4.4.0 | linux-source-4.4.0 linux-tools
The following packages will be REMOVED:
linux-generic* linux-image-4.4.0-143-generic* linux-image-generic* linux-signed-generic*
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
0 upgraded, 1 newly installed, 4 to remove and 140 not upgraded.
Need to get 7,049 kB of archives.
After this operation, 386 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
16.04 apt kernel downgrade purge
New contributor
add a comment |
unattended-upgrade recently automatically upgrade my kernel to 4.4.0-143 but it does not work with nvidia graphic cards so i decided to roll back to previous version.
i am able to boot to an older kernel(4.4.0-141), and confirmed i'm booting my computer with that:
4.4.0-141-generic
but when i tried to apt purge linux-image-4.4.0-143-generic
, apt prompts me to confirm:
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
So why is uninstalling a signed kernel requires to install an unsigned version?
And how can i safely remove the newer(143) kernel? Thanks in advance!
full output of apt purge:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
amd64-microcode intel-microcode iucode-tool linux-headers-4.4.0-137 linux-headers-4.4.0-137-generic linux-headers-4.4.0-138 linux-headers-4.4.0-138-generic linux-headers-4.4.0-139 linux-headers-4.4.0-139-generic linux-headers-4.4.0-141 linux-headers-4.4.0-141-generic
linux-image-4.4.0-137-generic linux-image-4.4.0-138-generic linux-image-4.4.0-139-generic linux-image-4.4.0-141-generic linux-image-extra-4.4.0-137-generic linux-image-extra-4.4.0-138-generic linux-image-extra-4.4.0-139-generic linux-image-extra-4.4.0-141-generic
linux-signed-image-4.4.0-137-generic linux-signed-image-4.4.0-138-generic linux-signed-image-4.4.0-139-generic linux-signed-image-4.4.0-141-generic thermald
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
linux-image-unsigned-4.4.0-143-generic
Suggested packages:
fdutils linux-doc-4.4.0 | linux-source-4.4.0 linux-tools
The following packages will be REMOVED:
linux-generic* linux-image-4.4.0-143-generic* linux-image-generic* linux-signed-generic*
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
0 upgraded, 1 newly installed, 4 to remove and 140 not upgraded.
Need to get 7,049 kB of archives.
After this operation, 386 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
16.04 apt kernel downgrade purge
New contributor
Looks like it wants to remove all kernels, and installlinux-image-unsigned-4.4.0-143-generic
. Not sure why though.
– mikewhatever
23 mins ago
Have you tried the latest Nvidia driver for your card? Nvidia may have fixed the (upstream) problem which finally hit the 4.4.0-143 kernel release.
– ubfan1
59 secs ago
add a comment |
unattended-upgrade recently automatically upgrade my kernel to 4.4.0-143 but it does not work with nvidia graphic cards so i decided to roll back to previous version.
i am able to boot to an older kernel(4.4.0-141), and confirmed i'm booting my computer with that:
4.4.0-141-generic
but when i tried to apt purge linux-image-4.4.0-143-generic
, apt prompts me to confirm:
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
So why is uninstalling a signed kernel requires to install an unsigned version?
And how can i safely remove the newer(143) kernel? Thanks in advance!
full output of apt purge:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
amd64-microcode intel-microcode iucode-tool linux-headers-4.4.0-137 linux-headers-4.4.0-137-generic linux-headers-4.4.0-138 linux-headers-4.4.0-138-generic linux-headers-4.4.0-139 linux-headers-4.4.0-139-generic linux-headers-4.4.0-141 linux-headers-4.4.0-141-generic
linux-image-4.4.0-137-generic linux-image-4.4.0-138-generic linux-image-4.4.0-139-generic linux-image-4.4.0-141-generic linux-image-extra-4.4.0-137-generic linux-image-extra-4.4.0-138-generic linux-image-extra-4.4.0-139-generic linux-image-extra-4.4.0-141-generic
linux-signed-image-4.4.0-137-generic linux-signed-image-4.4.0-138-generic linux-signed-image-4.4.0-139-generic linux-signed-image-4.4.0-141-generic thermald
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
linux-image-unsigned-4.4.0-143-generic
Suggested packages:
fdutils linux-doc-4.4.0 | linux-source-4.4.0 linux-tools
The following packages will be REMOVED:
linux-generic* linux-image-4.4.0-143-generic* linux-image-generic* linux-signed-generic*
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
0 upgraded, 1 newly installed, 4 to remove and 140 not upgraded.
Need to get 7,049 kB of archives.
After this operation, 386 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
16.04 apt kernel downgrade purge
New contributor
unattended-upgrade recently automatically upgrade my kernel to 4.4.0-143 but it does not work with nvidia graphic cards so i decided to roll back to previous version.
i am able to boot to an older kernel(4.4.0-141), and confirmed i'm booting my computer with that:
4.4.0-141-generic
but when i tried to apt purge linux-image-4.4.0-143-generic
, apt prompts me to confirm:
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
So why is uninstalling a signed kernel requires to install an unsigned version?
And how can i safely remove the newer(143) kernel? Thanks in advance!
full output of apt purge:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
amd64-microcode intel-microcode iucode-tool linux-headers-4.4.0-137 linux-headers-4.4.0-137-generic linux-headers-4.4.0-138 linux-headers-4.4.0-138-generic linux-headers-4.4.0-139 linux-headers-4.4.0-139-generic linux-headers-4.4.0-141 linux-headers-4.4.0-141-generic
linux-image-4.4.0-137-generic linux-image-4.4.0-138-generic linux-image-4.4.0-139-generic linux-image-4.4.0-141-generic linux-image-extra-4.4.0-137-generic linux-image-extra-4.4.0-138-generic linux-image-extra-4.4.0-139-generic linux-image-extra-4.4.0-141-generic
linux-signed-image-4.4.0-137-generic linux-signed-image-4.4.0-138-generic linux-signed-image-4.4.0-139-generic linux-signed-image-4.4.0-141-generic thermald
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
linux-image-unsigned-4.4.0-143-generic
Suggested packages:
fdutils linux-doc-4.4.0 | linux-source-4.4.0 linux-tools
The following packages will be REMOVED:
linux-generic* linux-image-4.4.0-143-generic* linux-image-generic* linux-signed-generic*
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
0 upgraded, 1 newly installed, 4 to remove and 140 not upgraded.
Need to get 7,049 kB of archives.
After this operation, 386 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
16.04 apt kernel downgrade purge
16.04 apt kernel downgrade purge
New contributor
New contributor
edited 32 mins ago
imkzh
New contributor
asked 48 mins ago
imkzhimkzh
62
62
New contributor
New contributor
Looks like it wants to remove all kernels, and installlinux-image-unsigned-4.4.0-143-generic
. Not sure why though.
– mikewhatever
23 mins ago
Have you tried the latest Nvidia driver for your card? Nvidia may have fixed the (upstream) problem which finally hit the 4.4.0-143 kernel release.
– ubfan1
59 secs ago
add a comment |
Looks like it wants to remove all kernels, and installlinux-image-unsigned-4.4.0-143-generic
. Not sure why though.
– mikewhatever
23 mins ago
Have you tried the latest Nvidia driver for your card? Nvidia may have fixed the (upstream) problem which finally hit the 4.4.0-143 kernel release.
– ubfan1
59 secs ago
Looks like it wants to remove all kernels, and install
linux-image-unsigned-4.4.0-143-generic
. Not sure why though.– mikewhatever
23 mins ago
Looks like it wants to remove all kernels, and install
linux-image-unsigned-4.4.0-143-generic
. Not sure why though.– mikewhatever
23 mins ago
Have you tried the latest Nvidia driver for your card? Nvidia may have fixed the (upstream) problem which finally hit the 4.4.0-143 kernel release.
– ubfan1
59 secs ago
Have you tried the latest Nvidia driver for your card? Nvidia may have fixed the (upstream) problem which finally hit the 4.4.0-143 kernel release.
– ubfan1
59 secs ago
add a comment |
0
active
oldest
votes
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
});
}
});
imkzh is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1126500%2fhow-to-rollback-to-an-older-kernel-on-16-04-purge-kernel-automatically-installs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
imkzh is a new contributor. Be nice, and check out our Code of Conduct.
imkzh is a new contributor. Be nice, and check out our Code of Conduct.
imkzh is a new contributor. Be nice, and check out our Code of Conduct.
imkzh 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.
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%2f1126500%2fhow-to-rollback-to-an-older-kernel-on-16-04-purge-kernel-automatically-installs%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
Looks like it wants to remove all kernels, and install
linux-image-unsigned-4.4.0-143-generic
. Not sure why though.– mikewhatever
23 mins ago
Have you tried the latest Nvidia driver for your card? Nvidia may have fixed the (upstream) problem which finally hit the 4.4.0-143 kernel release.
– ubfan1
59 secs ago