Ubuntu has two kernels in /boot
up vote
1
down vote
favorite
my server running Ubuntu 12.04.4 LTS has two kernel images in /boot
at the moment 3.11.0-19 and 3.2.0-60
And every time i do a dist-upgrade the both get updated.
Is this necessary or how can i remove the "oldest" one?
as Nux said i've removed older kernels. now it shows:
dpkg --list | grep linux-image
linux-image-3.11.0-20-generic 3.11.0-20.34~precise1
Linux kernel image for version 3.11.0 on 64 bit x86 SMP
linux-image-3.2.0-54-generic 3.2.0-54.82
Linux kernel image for version 3.2.0 on 64 bit x86 SMP
linux-image-generic-lts-saucy 3.11.0.20.18
Generic Linux kernel image
and uname -r still says 3.2.0-54
why not 3.11.0-20 ?
12.04 boot kernel
add a comment |
up vote
1
down vote
favorite
my server running Ubuntu 12.04.4 LTS has two kernel images in /boot
at the moment 3.11.0-19 and 3.2.0-60
And every time i do a dist-upgrade the both get updated.
Is this necessary or how can i remove the "oldest" one?
as Nux said i've removed older kernels. now it shows:
dpkg --list | grep linux-image
linux-image-3.11.0-20-generic 3.11.0-20.34~precise1
Linux kernel image for version 3.11.0 on 64 bit x86 SMP
linux-image-3.2.0-54-generic 3.2.0-54.82
Linux kernel image for version 3.2.0 on 64 bit x86 SMP
linux-image-generic-lts-saucy 3.11.0.20.18
Generic Linux kernel image
and uname -r still says 3.2.0-54
why not 3.11.0-20 ?
12.04 boot kernel
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
my server running Ubuntu 12.04.4 LTS has two kernel images in /boot
at the moment 3.11.0-19 and 3.2.0-60
And every time i do a dist-upgrade the both get updated.
Is this necessary or how can i remove the "oldest" one?
as Nux said i've removed older kernels. now it shows:
dpkg --list | grep linux-image
linux-image-3.11.0-20-generic 3.11.0-20.34~precise1
Linux kernel image for version 3.11.0 on 64 bit x86 SMP
linux-image-3.2.0-54-generic 3.2.0-54.82
Linux kernel image for version 3.2.0 on 64 bit x86 SMP
linux-image-generic-lts-saucy 3.11.0.20.18
Generic Linux kernel image
and uname -r still says 3.2.0-54
why not 3.11.0-20 ?
12.04 boot kernel
my server running Ubuntu 12.04.4 LTS has two kernel images in /boot
at the moment 3.11.0-19 and 3.2.0-60
And every time i do a dist-upgrade the both get updated.
Is this necessary or how can i remove the "oldest" one?
as Nux said i've removed older kernels. now it shows:
dpkg --list | grep linux-image
linux-image-3.11.0-20-generic 3.11.0-20.34~precise1
Linux kernel image for version 3.11.0 on 64 bit x86 SMP
linux-image-3.2.0-54-generic 3.2.0-54.82
Linux kernel image for version 3.2.0 on 64 bit x86 SMP
linux-image-generic-lts-saucy 3.11.0.20.18
Generic Linux kernel image
and uname -r still says 3.2.0-54
why not 3.11.0-20 ?
12.04 boot kernel
12.04 boot kernel
edited May 2 '14 at 9:07
asked May 2 '14 at 8:42
TD_Nijboer
3611613
3611613
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
You can know what version you are using :
uname -r
To remove old kernels just follow this answer :
How to remove old kernels
it's not old kernels as in grub boot loader. it's just 2 separate kernels. not sequential. uname -r gives 3.2.0-54 which makes it even stranger to me!
– TD_Nijboer
May 2 '14 at 8:51
you can follow that answer and remove the old kernel
– nux
May 2 '14 at 8:54
which should i remove than? everything older than 3.2.0-54? or older than 3.2.0-60 or older than 3.11.0-19?
– TD_Nijboer
May 2 '14 at 8:55
older than 3.2.0-54
– nux
May 2 '14 at 8:58
i've updated the question. with feedback
– TD_Nijboer
May 2 '14 at 9:08
|
show 1 more comment
up vote
1
down vote
It is good practice to keep at least one working ("old") kernel in /boot. Otherwise, if a new kernel displays issues (which might even be Linux not booting at all), the repair procedure gets unnecessarily complicated.
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%2f459393%2fubuntu-has-two-kernels-in-boot%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You can know what version you are using :
uname -r
To remove old kernels just follow this answer :
How to remove old kernels
it's not old kernels as in grub boot loader. it's just 2 separate kernels. not sequential. uname -r gives 3.2.0-54 which makes it even stranger to me!
– TD_Nijboer
May 2 '14 at 8:51
you can follow that answer and remove the old kernel
– nux
May 2 '14 at 8:54
which should i remove than? everything older than 3.2.0-54? or older than 3.2.0-60 or older than 3.11.0-19?
– TD_Nijboer
May 2 '14 at 8:55
older than 3.2.0-54
– nux
May 2 '14 at 8:58
i've updated the question. with feedback
– TD_Nijboer
May 2 '14 at 9:08
|
show 1 more comment
up vote
1
down vote
accepted
You can know what version you are using :
uname -r
To remove old kernels just follow this answer :
How to remove old kernels
it's not old kernels as in grub boot loader. it's just 2 separate kernels. not sequential. uname -r gives 3.2.0-54 which makes it even stranger to me!
– TD_Nijboer
May 2 '14 at 8:51
you can follow that answer and remove the old kernel
– nux
May 2 '14 at 8:54
which should i remove than? everything older than 3.2.0-54? or older than 3.2.0-60 or older than 3.11.0-19?
– TD_Nijboer
May 2 '14 at 8:55
older than 3.2.0-54
– nux
May 2 '14 at 8:58
i've updated the question. with feedback
– TD_Nijboer
May 2 '14 at 9:08
|
show 1 more comment
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You can know what version you are using :
uname -r
To remove old kernels just follow this answer :
How to remove old kernels
You can know what version you are using :
uname -r
To remove old kernels just follow this answer :
How to remove old kernels
edited Apr 13 '17 at 12:25
Community♦
1
1
answered May 2 '14 at 8:47
nux
22.2k2993116
22.2k2993116
it's not old kernels as in grub boot loader. it's just 2 separate kernels. not sequential. uname -r gives 3.2.0-54 which makes it even stranger to me!
– TD_Nijboer
May 2 '14 at 8:51
you can follow that answer and remove the old kernel
– nux
May 2 '14 at 8:54
which should i remove than? everything older than 3.2.0-54? or older than 3.2.0-60 or older than 3.11.0-19?
– TD_Nijboer
May 2 '14 at 8:55
older than 3.2.0-54
– nux
May 2 '14 at 8:58
i've updated the question. with feedback
– TD_Nijboer
May 2 '14 at 9:08
|
show 1 more comment
it's not old kernels as in grub boot loader. it's just 2 separate kernels. not sequential. uname -r gives 3.2.0-54 which makes it even stranger to me!
– TD_Nijboer
May 2 '14 at 8:51
you can follow that answer and remove the old kernel
– nux
May 2 '14 at 8:54
which should i remove than? everything older than 3.2.0-54? or older than 3.2.0-60 or older than 3.11.0-19?
– TD_Nijboer
May 2 '14 at 8:55
older than 3.2.0-54
– nux
May 2 '14 at 8:58
i've updated the question. with feedback
– TD_Nijboer
May 2 '14 at 9:08
it's not old kernels as in grub boot loader. it's just 2 separate kernels. not sequential. uname -r gives 3.2.0-54 which makes it even stranger to me!
– TD_Nijboer
May 2 '14 at 8:51
it's not old kernels as in grub boot loader. it's just 2 separate kernels. not sequential. uname -r gives 3.2.0-54 which makes it even stranger to me!
– TD_Nijboer
May 2 '14 at 8:51
you can follow that answer and remove the old kernel
– nux
May 2 '14 at 8:54
you can follow that answer and remove the old kernel
– nux
May 2 '14 at 8:54
which should i remove than? everything older than 3.2.0-54? or older than 3.2.0-60 or older than 3.11.0-19?
– TD_Nijboer
May 2 '14 at 8:55
which should i remove than? everything older than 3.2.0-54? or older than 3.2.0-60 or older than 3.11.0-19?
– TD_Nijboer
May 2 '14 at 8:55
older than 3.2.0-54
– nux
May 2 '14 at 8:58
older than 3.2.0-54
– nux
May 2 '14 at 8:58
i've updated the question. with feedback
– TD_Nijboer
May 2 '14 at 9:08
i've updated the question. with feedback
– TD_Nijboer
May 2 '14 at 9:08
|
show 1 more comment
up vote
1
down vote
It is good practice to keep at least one working ("old") kernel in /boot. Otherwise, if a new kernel displays issues (which might even be Linux not booting at all), the repair procedure gets unnecessarily complicated.
add a comment |
up vote
1
down vote
It is good practice to keep at least one working ("old") kernel in /boot. Otherwise, if a new kernel displays issues (which might even be Linux not booting at all), the repair procedure gets unnecessarily complicated.
add a comment |
up vote
1
down vote
up vote
1
down vote
It is good practice to keep at least one working ("old") kernel in /boot. Otherwise, if a new kernel displays issues (which might even be Linux not booting at all), the repair procedure gets unnecessarily complicated.
It is good practice to keep at least one working ("old") kernel in /boot. Otherwise, if a new kernel displays issues (which might even be Linux not booting at all), the repair procedure gets unnecessarily complicated.
answered Dec 11 at 23:41
Robert
313
313
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%2f459393%2fubuntu-has-two-kernels-in-boot%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