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
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
Looks like it wants to remove all kernels, and installlinux-image-unsigned-4.4.0-143-generic
. Not sure why though.
– mikewhatever
Mar 18 at 2:20
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
Mar 18 at 2:43
@ubfan1 i’ve not tried that yet, but according to some threads on nvidia forum, there are still problems with the latest kernel. and upgrading to a new driver may corrupt my programming environment, thank you.
– imkzh
Mar 18 at 2:51
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
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
edited Mar 19 at 9:26
imkzh
asked Mar 18 at 1:55
imkzhimkzh
62
62
Looks like it wants to remove all kernels, and installlinux-image-unsigned-4.4.0-143-generic
. Not sure why though.
– mikewhatever
Mar 18 at 2:20
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
Mar 18 at 2:43
@ubfan1 i’ve not tried that yet, but according to some threads on nvidia forum, there are still problems with the latest kernel. and upgrading to a new driver may corrupt my programming environment, thank you.
– imkzh
Mar 18 at 2:51
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
Mar 18 at 2:20
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
Mar 18 at 2:43
@ubfan1 i’ve not tried that yet, but according to some threads on nvidia forum, there are still problems with the latest kernel. and upgrading to a new driver may corrupt my programming environment, thank you.
– imkzh
Mar 18 at 2:51
Looks like it wants to remove all kernels, and install
linux-image-unsigned-4.4.0-143-generic
. Not sure why though.– mikewhatever
Mar 18 at 2:20
Looks like it wants to remove all kernels, and install
linux-image-unsigned-4.4.0-143-generic
. Not sure why though.– mikewhatever
Mar 18 at 2:20
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
Mar 18 at 2:43
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
Mar 18 at 2:43
@ubfan1 i’ve not tried that yet, but according to some threads on nvidia forum, there are still problems with the latest kernel. and upgrading to a new driver may corrupt my programming environment, thank you.
– imkzh
Mar 18 at 2:51
@ubfan1 i’ve not tried that yet, but according to some threads on nvidia forum, there are still problems with the latest kernel. and upgrading to a new driver may corrupt my programming environment, thank you.
– imkzh
Mar 18 at 2:51
add a comment |
1 Answer
1
active
oldest
votes
I’ve found the answer myself with the hints from deleted answer by @mikewhatever. (see him in comments, https://askubuntu.com/users/20054/mikewhatever)
The reason is some package is depending on either linux-image-4.4.0-143-generic
or linux-image-unsigned-4.4.0-143-generic
. So simply purging the signed
kernel will trigger an automatic installation of the unsigned
one to satisfy the dependency.
So I checked the reverse dependency of linux-image-4.4.0-143-generic
# apt-cache rdepends linux-image-4.4.0-143-generic
linux-image-4.4.0-143-generic
Reverse Depends:
|linux-image-generic
|linux-modules-extra-4.4.0-143-generic
|linux-image-virtual
linux-image-unsigned-4.4.0-143-generic
And purged all of those reported. Then I am able to purge linux-image-4.4.0-143-generic
painlessly.
see: apt-get -- remove triggers a package install?
Also see askubuntu.com/a/1119643/66509 . Thelinux-image-generic
should be removed if you do not want to get latest kernel.
– N0rbert
Mar 18 at 7:36
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',
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
});
}
});
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
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I’ve found the answer myself with the hints from deleted answer by @mikewhatever. (see him in comments, https://askubuntu.com/users/20054/mikewhatever)
The reason is some package is depending on either linux-image-4.4.0-143-generic
or linux-image-unsigned-4.4.0-143-generic
. So simply purging the signed
kernel will trigger an automatic installation of the unsigned
one to satisfy the dependency.
So I checked the reverse dependency of linux-image-4.4.0-143-generic
# apt-cache rdepends linux-image-4.4.0-143-generic
linux-image-4.4.0-143-generic
Reverse Depends:
|linux-image-generic
|linux-modules-extra-4.4.0-143-generic
|linux-image-virtual
linux-image-unsigned-4.4.0-143-generic
And purged all of those reported. Then I am able to purge linux-image-4.4.0-143-generic
painlessly.
see: apt-get -- remove triggers a package install?
Also see askubuntu.com/a/1119643/66509 . Thelinux-image-generic
should be removed if you do not want to get latest kernel.
– N0rbert
Mar 18 at 7:36
add a comment |
I’ve found the answer myself with the hints from deleted answer by @mikewhatever. (see him in comments, https://askubuntu.com/users/20054/mikewhatever)
The reason is some package is depending on either linux-image-4.4.0-143-generic
or linux-image-unsigned-4.4.0-143-generic
. So simply purging the signed
kernel will trigger an automatic installation of the unsigned
one to satisfy the dependency.
So I checked the reverse dependency of linux-image-4.4.0-143-generic
# apt-cache rdepends linux-image-4.4.0-143-generic
linux-image-4.4.0-143-generic
Reverse Depends:
|linux-image-generic
|linux-modules-extra-4.4.0-143-generic
|linux-image-virtual
linux-image-unsigned-4.4.0-143-generic
And purged all of those reported. Then I am able to purge linux-image-4.4.0-143-generic
painlessly.
see: apt-get -- remove triggers a package install?
Also see askubuntu.com/a/1119643/66509 . Thelinux-image-generic
should be removed if you do not want to get latest kernel.
– N0rbert
Mar 18 at 7:36
add a comment |
I’ve found the answer myself with the hints from deleted answer by @mikewhatever. (see him in comments, https://askubuntu.com/users/20054/mikewhatever)
The reason is some package is depending on either linux-image-4.4.0-143-generic
or linux-image-unsigned-4.4.0-143-generic
. So simply purging the signed
kernel will trigger an automatic installation of the unsigned
one to satisfy the dependency.
So I checked the reverse dependency of linux-image-4.4.0-143-generic
# apt-cache rdepends linux-image-4.4.0-143-generic
linux-image-4.4.0-143-generic
Reverse Depends:
|linux-image-generic
|linux-modules-extra-4.4.0-143-generic
|linux-image-virtual
linux-image-unsigned-4.4.0-143-generic
And purged all of those reported. Then I am able to purge linux-image-4.4.0-143-generic
painlessly.
see: apt-get -- remove triggers a package install?
I’ve found the answer myself with the hints from deleted answer by @mikewhatever. (see him in comments, https://askubuntu.com/users/20054/mikewhatever)
The reason is some package is depending on either linux-image-4.4.0-143-generic
or linux-image-unsigned-4.4.0-143-generic
. So simply purging the signed
kernel will trigger an automatic installation of the unsigned
one to satisfy the dependency.
So I checked the reverse dependency of linux-image-4.4.0-143-generic
# apt-cache rdepends linux-image-4.4.0-143-generic
linux-image-4.4.0-143-generic
Reverse Depends:
|linux-image-generic
|linux-modules-extra-4.4.0-143-generic
|linux-image-virtual
linux-image-unsigned-4.4.0-143-generic
And purged all of those reported. Then I am able to purge linux-image-4.4.0-143-generic
painlessly.
see: apt-get -- remove triggers a package install?
edited Mar 18 at 18:55
johan
112
112
answered Mar 18 at 3:08
imkzhimkzh
62
62
Also see askubuntu.com/a/1119643/66509 . Thelinux-image-generic
should be removed if you do not want to get latest kernel.
– N0rbert
Mar 18 at 7:36
add a comment |
Also see askubuntu.com/a/1119643/66509 . Thelinux-image-generic
should be removed if you do not want to get latest kernel.
– N0rbert
Mar 18 at 7:36
Also see askubuntu.com/a/1119643/66509 . The
linux-image-generic
should be removed if you do not want to get latest kernel.– N0rbert
Mar 18 at 7:36
Also see askubuntu.com/a/1119643/66509 . The
linux-image-generic
should be removed if you do not want to get latest kernel.– N0rbert
Mar 18 at 7:36
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.
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
Mar 18 at 2:20
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
Mar 18 at 2:43
@ubfan1 i’ve not tried that yet, but according to some threads on nvidia forum, there are still problems with the latest kernel. and upgrading to a new driver may corrupt my programming environment, thank you.
– imkzh
Mar 18 at 2:51