Remove duplicate(?) linux imageArch Linux: GRUB does not load after installationOnly booting to GRUB...
Why does Canada require a minimum rate of climb for ultralights of 300 ft/min?
How does one calculate the distribution of the Matt Colville way of rolling stats?
Delete empty subfolders, keep parent folder
Quick Kurodoko Puzzle: Threes and Triples
Persuading players to be less attached to a pre-session 0 character concept
Can I separate garlic into cloves for storage?
I reverse the source code, you negate the input!
Lead Amalgam as a Material for a Sword
Why do things cool down?
Why is the stock market so unpredictable?
US entry with tourist visa but past alcohol abuse
Integrability of log of distance function
Wired to Wireless Doorbell
What is the expected way to acquire costly material components?
Make Interviewee Comfortable in Potentially Intimate Environment
Tips for remembering the order of parameters for ln?
I have a private key file and I want to encrypt
Temporarily moving a SQL Server 2016 database to SQL Server 2017 and then moving back. Is it possible?
Do household ovens ventilate heat to the outdoors?
How should I avoid someone patenting technology in my paper/poster?
Get the encrypted payload from an unencrypted wrapper PDF document
Is there any reason nowadays to use a neon indicator lamp instead of a LED?
Why can't we use uninitialized local variable to access static content of its type?
What did the controller say during my approach to land (audio clip)?
Remove duplicate(?) linux image
Arch Linux: GRUB does not load after installationOnly booting to GRUB automaticallyunable to boot with GRUB after installing arch-linuxerratic grub behaviour. Reinstall linux on dual boot!Downgrade linux kernel without GRUBminimal bash like line error after removing all linux-imagesAccidently deleted kernels in the /boot directory and the computer will not boot
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
When I configuring grub, I found out that I have multiple linux image, like this
I checked with uname -r
command, it showed 4.15.0-62-generic
.
And then I checked on my /boot
directory with ls -l
, and the result is
The question is:
- Do I have multiple linux (Elementary OS) ?
- And if so, How to remove the duplicate ?
- Why when i checked with uname -r it's not showing the latest version (...-62-...) instead of (...-64-...) ?
grub
New contributor
add a comment
|
When I configuring grub, I found out that I have multiple linux image, like this
I checked with uname -r
command, it showed 4.15.0-62-generic
.
And then I checked on my /boot
directory with ls -l
, and the result is
The question is:
- Do I have multiple linux (Elementary OS) ?
- And if so, How to remove the duplicate ?
- Why when i checked with uname -r it's not showing the latest version (...-62-...) instead of (...-64-...) ?
grub
New contributor
1
Please don't post screenshots of text. Copy the text here and use code formatting.
– muru
4 mins ago
add a comment
|
When I configuring grub, I found out that I have multiple linux image, like this
I checked with uname -r
command, it showed 4.15.0-62-generic
.
And then I checked on my /boot
directory with ls -l
, and the result is
The question is:
- Do I have multiple linux (Elementary OS) ?
- And if so, How to remove the duplicate ?
- Why when i checked with uname -r it's not showing the latest version (...-62-...) instead of (...-64-...) ?
grub
New contributor
When I configuring grub, I found out that I have multiple linux image, like this
I checked with uname -r
command, it showed 4.15.0-62-generic
.
And then I checked on my /boot
directory with ls -l
, and the result is
The question is:
- Do I have multiple linux (Elementary OS) ?
- And if so, How to remove the duplicate ?
- Why when i checked with uname -r it's not showing the latest version (...-62-...) instead of (...-64-...) ?
grub
grub
New contributor
New contributor
New contributor
asked 18 mins ago
WillyWilly
11 bronze badge
11 bronze badge
New contributor
New contributor
1
Please don't post screenshots of text. Copy the text here and use code formatting.
– muru
4 mins ago
add a comment
|
1
Please don't post screenshots of text. Copy the text here and use code formatting.
– muru
4 mins ago
1
1
Please don't post screenshots of text. Copy the text here and use code formatting.
– muru
4 mins ago
Please don't post screenshots of text. Copy the text here and use code formatting.
– muru
4 mins ago
add a comment
|
1 Answer
1
active
oldest
votes
It's not unusual for kernel upgrade procedures to leave old kernels and attendant ramdisks and system maps in /boot
after installing new ones. This allows grub to be used to select a different kernel if the kernel upgrade fails. if you looked at your grub config you'd probably see that the default is whatever kernel you're running , but there's other entries you don't see when you boot that are the older kernels.
Typically, you can mix and match kernels fairly successfully. So if your new kernel failed to work or some reason, you could boot off an old kernel and everything would probably work.
New contributor
add a comment
|
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/4.0/"u003ecc by-sa 4.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
});
}
});
Willy 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%2funix.stackexchange.com%2fquestions%2f542368%2fremove-duplicate-linux-image%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
It's not unusual for kernel upgrade procedures to leave old kernels and attendant ramdisks and system maps in /boot
after installing new ones. This allows grub to be used to select a different kernel if the kernel upgrade fails. if you looked at your grub config you'd probably see that the default is whatever kernel you're running , but there's other entries you don't see when you boot that are the older kernels.
Typically, you can mix and match kernels fairly successfully. So if your new kernel failed to work or some reason, you could boot off an old kernel and everything would probably work.
New contributor
add a comment
|
It's not unusual for kernel upgrade procedures to leave old kernels and attendant ramdisks and system maps in /boot
after installing new ones. This allows grub to be used to select a different kernel if the kernel upgrade fails. if you looked at your grub config you'd probably see that the default is whatever kernel you're running , but there's other entries you don't see when you boot that are the older kernels.
Typically, you can mix and match kernels fairly successfully. So if your new kernel failed to work or some reason, you could boot off an old kernel and everything would probably work.
New contributor
add a comment
|
It's not unusual for kernel upgrade procedures to leave old kernels and attendant ramdisks and system maps in /boot
after installing new ones. This allows grub to be used to select a different kernel if the kernel upgrade fails. if you looked at your grub config you'd probably see that the default is whatever kernel you're running , but there's other entries you don't see when you boot that are the older kernels.
Typically, you can mix and match kernels fairly successfully. So if your new kernel failed to work or some reason, you could boot off an old kernel and everything would probably work.
New contributor
It's not unusual for kernel upgrade procedures to leave old kernels and attendant ramdisks and system maps in /boot
after installing new ones. This allows grub to be used to select a different kernel if the kernel upgrade fails. if you looked at your grub config you'd probably see that the default is whatever kernel you're running , but there's other entries you don't see when you boot that are the older kernels.
Typically, you can mix and match kernels fairly successfully. So if your new kernel failed to work or some reason, you could boot off an old kernel and everything would probably work.
New contributor
New contributor
answered 2 mins ago
Daniel FarrellDaniel Farrell
1053 bronze badges
1053 bronze badges
New contributor
New contributor
add a comment
|
add a comment
|
Willy is a new contributor. Be nice, and check out our Code of Conduct.
Willy is a new contributor. Be nice, and check out our Code of Conduct.
Willy is a new contributor. Be nice, and check out our Code of Conduct.
Willy is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f542368%2fremove-duplicate-linux-image%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
1
Please don't post screenshots of text. Copy the text here and use code formatting.
– muru
4 mins ago