grub will not boot new kernel
For some time back I installed Linux mint 17 on my desktop machine, which is a dell studio 540. During the installation process, I did not have any internet connection, because my wireless card needed a proprietary driver to work (fixed using fwcutter). So recently I wanted to install a newer distro kernel due to some bug fixes, using the software manager. It installs fine, but when rebooting the grub won't run the new kernel. So I thought I should check out the grub versions:
Grub version output from terminal:
grub --version
grub (GNU GRUB 0.97)
Grub version from the grub menu when booting into grub:
GNU GRUB version 2.02-beta2-9
Why are they not the same ? Could it be a missing update, due to the lost internet connection during installing the Linux mint ?
btw: I have no problem installing new kernels on my laptop, which did not need any proprietary driver for the wireless.
linux-mint linux-kernel grub2 grub-legacy
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
For some time back I installed Linux mint 17 on my desktop machine, which is a dell studio 540. During the installation process, I did not have any internet connection, because my wireless card needed a proprietary driver to work (fixed using fwcutter). So recently I wanted to install a newer distro kernel due to some bug fixes, using the software manager. It installs fine, but when rebooting the grub won't run the new kernel. So I thought I should check out the grub versions:
Grub version output from terminal:
grub --version
grub (GNU GRUB 0.97)
Grub version from the grub menu when booting into grub:
GNU GRUB version 2.02-beta2-9
Why are they not the same ? Could it be a missing update, due to the lost internet connection during installing the Linux mint ?
btw: I have no problem installing new kernels on my laptop, which did not need any proprietary driver for the wireless.
linux-mint linux-kernel grub2 grub-legacy
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Is this a dual boot machine? Is the grub from the older installation?
– Anthon
Nov 15 '14 at 13:37
Hi Anthon, no not anymore. I had dualboot before, but when installing linux mint I decided to clear the entire hard drive. So I do not have dual boot.
– Nicco
Nov 15 '14 at 14:19
add a comment |
For some time back I installed Linux mint 17 on my desktop machine, which is a dell studio 540. During the installation process, I did not have any internet connection, because my wireless card needed a proprietary driver to work (fixed using fwcutter). So recently I wanted to install a newer distro kernel due to some bug fixes, using the software manager. It installs fine, but when rebooting the grub won't run the new kernel. So I thought I should check out the grub versions:
Grub version output from terminal:
grub --version
grub (GNU GRUB 0.97)
Grub version from the grub menu when booting into grub:
GNU GRUB version 2.02-beta2-9
Why are they not the same ? Could it be a missing update, due to the lost internet connection during installing the Linux mint ?
btw: I have no problem installing new kernels on my laptop, which did not need any proprietary driver for the wireless.
linux-mint linux-kernel grub2 grub-legacy
For some time back I installed Linux mint 17 on my desktop machine, which is a dell studio 540. During the installation process, I did not have any internet connection, because my wireless card needed a proprietary driver to work (fixed using fwcutter). So recently I wanted to install a newer distro kernel due to some bug fixes, using the software manager. It installs fine, but when rebooting the grub won't run the new kernel. So I thought I should check out the grub versions:
Grub version output from terminal:
grub --version
grub (GNU GRUB 0.97)
Grub version from the grub menu when booting into grub:
GNU GRUB version 2.02-beta2-9
Why are they not the same ? Could it be a missing update, due to the lost internet connection during installing the Linux mint ?
btw: I have no problem installing new kernels on my laptop, which did not need any proprietary driver for the wireless.
linux-mint linux-kernel grub2 grub-legacy
linux-mint linux-kernel grub2 grub-legacy
edited Nov 15 '14 at 13:36
Anthon
60.9k17103166
60.9k17103166
asked Nov 15 '14 at 13:34
NiccoNicco
135
135
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Is this a dual boot machine? Is the grub from the older installation?
– Anthon
Nov 15 '14 at 13:37
Hi Anthon, no not anymore. I had dualboot before, but when installing linux mint I decided to clear the entire hard drive. So I do not have dual boot.
– Nicco
Nov 15 '14 at 14:19
add a comment |
1
Is this a dual boot machine? Is the grub from the older installation?
– Anthon
Nov 15 '14 at 13:37
Hi Anthon, no not anymore. I had dualboot before, but when installing linux mint I decided to clear the entire hard drive. So I do not have dual boot.
– Nicco
Nov 15 '14 at 14:19
1
1
Is this a dual boot machine? Is the grub from the older installation?
– Anthon
Nov 15 '14 at 13:37
Is this a dual boot machine? Is the grub from the older installation?
– Anthon
Nov 15 '14 at 13:37
Hi Anthon, no not anymore. I had dualboot before, but when installing linux mint I decided to clear the entire hard drive. So I do not have dual boot.
– Nicco
Nov 15 '14 at 14:19
Hi Anthon, no not anymore. I had dualboot before, but when installing linux mint I decided to clear the entire hard drive. So I do not have dual boot.
– Nicco
Nov 15 '14 at 14:19
add a comment |
1 Answer
1
active
oldest
votes
Grub, its version you get printed on the command line, is considered legacy in many distributions. It's first in your path, that's why 0.97 is printed. The grub used in boot partition of you installation is newer. I think you should uninstall the old grub and perhaps re-install the new one. When installing new kernel, it seems that its configuration is added to the legacy and not to the new grub.
Please note, there are links inside my answer, their look is dimmed somehow
Hi igorepst, thank you for the answer. well when you say uninstall the old one, does that mean I have 2 versions of grub installed ? btw, lets say i get the new kernel running, do i have to fix the proprietary driver again ? cheers Nicolai
– Nicco
Nov 15 '14 at 16:17
Yes, you have 2 different versions installed, or else you would not see 0.97 and 2.02. About the driver: unfortunately I have no idea how this driver works, but it's possible that the driver won't work at all (because, say, something related was changed inside the kernel), or it will work as is or after re-install
– igorepst
Nov 15 '14 at 16:42
Ok, so i removed the 097, easily from the terminal. The confusing part is that how to reinstall the new one, I assume you mean the 2.02. I,ve seen posts on how to do that from a live cd/usb, but in this case that's not the thing. Or is it?
– Nicco
Nov 15 '14 at 17:15
First of all you may use the first link from my answer as the reference. Arch Wiki is one of the nest wikis about Linux. Second, see this. Basically, let's start withsudo grub-mkconfig -o /boot/grub/grub.cfg
– igorepst
Nov 15 '14 at 19:33
I appreciate your help igorepst, thank you. For now i decided to stay with the old kernel, since I don't want to screw up the wireless again.
– Nicco
Nov 17 '14 at 11:05
|
show 3 more comments
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/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%2funix.stackexchange.com%2fquestions%2f168110%2fgrub-will-not-boot-new-kernel%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
Grub, its version you get printed on the command line, is considered legacy in many distributions. It's first in your path, that's why 0.97 is printed. The grub used in boot partition of you installation is newer. I think you should uninstall the old grub and perhaps re-install the new one. When installing new kernel, it seems that its configuration is added to the legacy and not to the new grub.
Please note, there are links inside my answer, their look is dimmed somehow
Hi igorepst, thank you for the answer. well when you say uninstall the old one, does that mean I have 2 versions of grub installed ? btw, lets say i get the new kernel running, do i have to fix the proprietary driver again ? cheers Nicolai
– Nicco
Nov 15 '14 at 16:17
Yes, you have 2 different versions installed, or else you would not see 0.97 and 2.02. About the driver: unfortunately I have no idea how this driver works, but it's possible that the driver won't work at all (because, say, something related was changed inside the kernel), or it will work as is or after re-install
– igorepst
Nov 15 '14 at 16:42
Ok, so i removed the 097, easily from the terminal. The confusing part is that how to reinstall the new one, I assume you mean the 2.02. I,ve seen posts on how to do that from a live cd/usb, but in this case that's not the thing. Or is it?
– Nicco
Nov 15 '14 at 17:15
First of all you may use the first link from my answer as the reference. Arch Wiki is one of the nest wikis about Linux. Second, see this. Basically, let's start withsudo grub-mkconfig -o /boot/grub/grub.cfg
– igorepst
Nov 15 '14 at 19:33
I appreciate your help igorepst, thank you. For now i decided to stay with the old kernel, since I don't want to screw up the wireless again.
– Nicco
Nov 17 '14 at 11:05
|
show 3 more comments
Grub, its version you get printed on the command line, is considered legacy in many distributions. It's first in your path, that's why 0.97 is printed. The grub used in boot partition of you installation is newer. I think you should uninstall the old grub and perhaps re-install the new one. When installing new kernel, it seems that its configuration is added to the legacy and not to the new grub.
Please note, there are links inside my answer, their look is dimmed somehow
Hi igorepst, thank you for the answer. well when you say uninstall the old one, does that mean I have 2 versions of grub installed ? btw, lets say i get the new kernel running, do i have to fix the proprietary driver again ? cheers Nicolai
– Nicco
Nov 15 '14 at 16:17
Yes, you have 2 different versions installed, or else you would not see 0.97 and 2.02. About the driver: unfortunately I have no idea how this driver works, but it's possible that the driver won't work at all (because, say, something related was changed inside the kernel), or it will work as is or after re-install
– igorepst
Nov 15 '14 at 16:42
Ok, so i removed the 097, easily from the terminal. The confusing part is that how to reinstall the new one, I assume you mean the 2.02. I,ve seen posts on how to do that from a live cd/usb, but in this case that's not the thing. Or is it?
– Nicco
Nov 15 '14 at 17:15
First of all you may use the first link from my answer as the reference. Arch Wiki is one of the nest wikis about Linux. Second, see this. Basically, let's start withsudo grub-mkconfig -o /boot/grub/grub.cfg
– igorepst
Nov 15 '14 at 19:33
I appreciate your help igorepst, thank you. For now i decided to stay with the old kernel, since I don't want to screw up the wireless again.
– Nicco
Nov 17 '14 at 11:05
|
show 3 more comments
Grub, its version you get printed on the command line, is considered legacy in many distributions. It's first in your path, that's why 0.97 is printed. The grub used in boot partition of you installation is newer. I think you should uninstall the old grub and perhaps re-install the new one. When installing new kernel, it seems that its configuration is added to the legacy and not to the new grub.
Please note, there are links inside my answer, their look is dimmed somehow
Grub, its version you get printed on the command line, is considered legacy in many distributions. It's first in your path, that's why 0.97 is printed. The grub used in boot partition of you installation is newer. I think you should uninstall the old grub and perhaps re-install the new one. When installing new kernel, it seems that its configuration is added to the legacy and not to the new grub.
Please note, there are links inside my answer, their look is dimmed somehow
answered Nov 15 '14 at 14:56
igorepstigorepst
1286
1286
Hi igorepst, thank you for the answer. well when you say uninstall the old one, does that mean I have 2 versions of grub installed ? btw, lets say i get the new kernel running, do i have to fix the proprietary driver again ? cheers Nicolai
– Nicco
Nov 15 '14 at 16:17
Yes, you have 2 different versions installed, or else you would not see 0.97 and 2.02. About the driver: unfortunately I have no idea how this driver works, but it's possible that the driver won't work at all (because, say, something related was changed inside the kernel), or it will work as is or after re-install
– igorepst
Nov 15 '14 at 16:42
Ok, so i removed the 097, easily from the terminal. The confusing part is that how to reinstall the new one, I assume you mean the 2.02. I,ve seen posts on how to do that from a live cd/usb, but in this case that's not the thing. Or is it?
– Nicco
Nov 15 '14 at 17:15
First of all you may use the first link from my answer as the reference. Arch Wiki is one of the nest wikis about Linux. Second, see this. Basically, let's start withsudo grub-mkconfig -o /boot/grub/grub.cfg
– igorepst
Nov 15 '14 at 19:33
I appreciate your help igorepst, thank you. For now i decided to stay with the old kernel, since I don't want to screw up the wireless again.
– Nicco
Nov 17 '14 at 11:05
|
show 3 more comments
Hi igorepst, thank you for the answer. well when you say uninstall the old one, does that mean I have 2 versions of grub installed ? btw, lets say i get the new kernel running, do i have to fix the proprietary driver again ? cheers Nicolai
– Nicco
Nov 15 '14 at 16:17
Yes, you have 2 different versions installed, or else you would not see 0.97 and 2.02. About the driver: unfortunately I have no idea how this driver works, but it's possible that the driver won't work at all (because, say, something related was changed inside the kernel), or it will work as is or after re-install
– igorepst
Nov 15 '14 at 16:42
Ok, so i removed the 097, easily from the terminal. The confusing part is that how to reinstall the new one, I assume you mean the 2.02. I,ve seen posts on how to do that from a live cd/usb, but in this case that's not the thing. Or is it?
– Nicco
Nov 15 '14 at 17:15
First of all you may use the first link from my answer as the reference. Arch Wiki is one of the nest wikis about Linux. Second, see this. Basically, let's start withsudo grub-mkconfig -o /boot/grub/grub.cfg
– igorepst
Nov 15 '14 at 19:33
I appreciate your help igorepst, thank you. For now i decided to stay with the old kernel, since I don't want to screw up the wireless again.
– Nicco
Nov 17 '14 at 11:05
Hi igorepst, thank you for the answer. well when you say uninstall the old one, does that mean I have 2 versions of grub installed ? btw, lets say i get the new kernel running, do i have to fix the proprietary driver again ? cheers Nicolai
– Nicco
Nov 15 '14 at 16:17
Hi igorepst, thank you for the answer. well when you say uninstall the old one, does that mean I have 2 versions of grub installed ? btw, lets say i get the new kernel running, do i have to fix the proprietary driver again ? cheers Nicolai
– Nicco
Nov 15 '14 at 16:17
Yes, you have 2 different versions installed, or else you would not see 0.97 and 2.02. About the driver: unfortunately I have no idea how this driver works, but it's possible that the driver won't work at all (because, say, something related was changed inside the kernel), or it will work as is or after re-install
– igorepst
Nov 15 '14 at 16:42
Yes, you have 2 different versions installed, or else you would not see 0.97 and 2.02. About the driver: unfortunately I have no idea how this driver works, but it's possible that the driver won't work at all (because, say, something related was changed inside the kernel), or it will work as is or after re-install
– igorepst
Nov 15 '14 at 16:42
Ok, so i removed the 097, easily from the terminal. The confusing part is that how to reinstall the new one, I assume you mean the 2.02. I,ve seen posts on how to do that from a live cd/usb, but in this case that's not the thing. Or is it?
– Nicco
Nov 15 '14 at 17:15
Ok, so i removed the 097, easily from the terminal. The confusing part is that how to reinstall the new one, I assume you mean the 2.02. I,ve seen posts on how to do that from a live cd/usb, but in this case that's not the thing. Or is it?
– Nicco
Nov 15 '14 at 17:15
First of all you may use the first link from my answer as the reference. Arch Wiki is one of the nest wikis about Linux. Second, see this. Basically, let's start with
sudo grub-mkconfig -o /boot/grub/grub.cfg– igorepst
Nov 15 '14 at 19:33
First of all you may use the first link from my answer as the reference. Arch Wiki is one of the nest wikis about Linux. Second, see this. Basically, let's start with
sudo grub-mkconfig -o /boot/grub/grub.cfg– igorepst
Nov 15 '14 at 19:33
I appreciate your help igorepst, thank you. For now i decided to stay with the old kernel, since I don't want to screw up the wireless again.
– Nicco
Nov 17 '14 at 11:05
I appreciate your help igorepst, thank you. For now i decided to stay with the old kernel, since I don't want to screw up the wireless again.
– Nicco
Nov 17 '14 at 11:05
|
show 3 more comments
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%2f168110%2fgrub-will-not-boot-new-kernel%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
Is this a dual boot machine? Is the grub from the older installation?
– Anthon
Nov 15 '14 at 13:37
Hi Anthon, no not anymore. I had dualboot before, but when installing linux mint I decided to clear the entire hard drive. So I do not have dual boot.
– Nicco
Nov 15 '14 at 14:19