grub will not boot new kernel












1















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.










share|improve this question
















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
















1















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.










share|improve this question
















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














1












1








1








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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














  • 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










1 Answer
1






active

oldest

votes


















0














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






share|improve this answer
























  • 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 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











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
});


}
});














draft saved

draft discarded


















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









0














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






share|improve this answer
























  • 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 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
















0














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






share|improve this answer
























  • 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 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














0












0








0







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






share|improve this answer













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







share|improve this answer












share|improve this answer



share|improve this answer










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 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



















  • 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 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

















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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Histoire des bourses de valeurs

Why is there Russian traffic in my log files?

Rename multiple files to decrement number in file name?