symbol 'grub_term_highlight_color' not found
So I bought a dual boot lubuntu and windows 8.0 pc from my local pc shop ~9 months ago and went to upgrade it to lubuntu 14.04 today.
Now I have had no boot cd supplied with my installation by the shop. And furthermore those solutions seem to infer the presence of a second Ubuntu installation with a broken copy of grub (which as my PC is pretty much new - 9 months as I said earlier - and to my knowledge has only had this copy of lubuntu) on isn't the case.
So I was wondering if anyone knew of any solutions without having a linux boot CD present and knew why I'd be experiencing this if I don't have an older copy of a broken Grub installed on my PC?
grub2 lubuntu
add a comment |
So I bought a dual boot lubuntu and windows 8.0 pc from my local pc shop ~9 months ago and went to upgrade it to lubuntu 14.04 today.
Now I have had no boot cd supplied with my installation by the shop. And furthermore those solutions seem to infer the presence of a second Ubuntu installation with a broken copy of grub (which as my PC is pretty much new - 9 months as I said earlier - and to my knowledge has only had this copy of lubuntu) on isn't the case.
So I was wondering if anyone knew of any solutions without having a linux boot CD present and knew why I'd be experiencing this if I don't have an older copy of a broken Grub installed on my PC?
grub2 lubuntu
add a comment |
So I bought a dual boot lubuntu and windows 8.0 pc from my local pc shop ~9 months ago and went to upgrade it to lubuntu 14.04 today.
Now I have had no boot cd supplied with my installation by the shop. And furthermore those solutions seem to infer the presence of a second Ubuntu installation with a broken copy of grub (which as my PC is pretty much new - 9 months as I said earlier - and to my knowledge has only had this copy of lubuntu) on isn't the case.
So I was wondering if anyone knew of any solutions without having a linux boot CD present and knew why I'd be experiencing this if I don't have an older copy of a broken Grub installed on my PC?
grub2 lubuntu
So I bought a dual boot lubuntu and windows 8.0 pc from my local pc shop ~9 months ago and went to upgrade it to lubuntu 14.04 today.
Now I have had no boot cd supplied with my installation by the shop. And furthermore those solutions seem to infer the presence of a second Ubuntu installation with a broken copy of grub (which as my PC is pretty much new - 9 months as I said earlier - and to my knowledge has only had this copy of lubuntu) on isn't the case.
So I was wondering if anyone knew of any solutions without having a linux boot CD present and knew why I'd be experiencing this if I don't have an older copy of a broken Grub installed on my PC?
grub2 lubuntu
grub2 lubuntu
asked May 12 '14 at 15:41
George WilsonGeorge Wilson
10113
10113
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
To answer your second question, I suspect you are hitting https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977 which, IIUC, is currently the #1 boot issue with 14.04.
That bug contains many suggested solutions, though my guess is that you have an EFI system which means that any suggestions related to grub-pc
won't work (more likely you should look for grub-efi-amd64
). You will likely need an Ubuntu 14.04 disc to fix. In my case, I was able to fix by cleaning-out non-Ubuntu files from my EFI partition.
add a comment |
The basic reason for this bug is that Ubuntu 14.04 and 14.10 ship with a buggy version of Grub (2.02beta2). In order to get things working, you need to downgrade your grub to the version that is in 13.10, and then re-install everything, possibly running boot-repair again.
For more information and complete instructions . . .
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977/comments/250
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%2f464867%2fsymbol-grub-term-highlight-color-not-found%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
To answer your second question, I suspect you are hitting https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977 which, IIUC, is currently the #1 boot issue with 14.04.
That bug contains many suggested solutions, though my guess is that you have an EFI system which means that any suggestions related to grub-pc
won't work (more likely you should look for grub-efi-amd64
). You will likely need an Ubuntu 14.04 disc to fix. In my case, I was able to fix by cleaning-out non-Ubuntu files from my EFI partition.
add a comment |
To answer your second question, I suspect you are hitting https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977 which, IIUC, is currently the #1 boot issue with 14.04.
That bug contains many suggested solutions, though my guess is that you have an EFI system which means that any suggestions related to grub-pc
won't work (more likely you should look for grub-efi-amd64
). You will likely need an Ubuntu 14.04 disc to fix. In my case, I was able to fix by cleaning-out non-Ubuntu files from my EFI partition.
add a comment |
To answer your second question, I suspect you are hitting https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977 which, IIUC, is currently the #1 boot issue with 14.04.
That bug contains many suggested solutions, though my guess is that you have an EFI system which means that any suggestions related to grub-pc
won't work (more likely you should look for grub-efi-amd64
). You will likely need an Ubuntu 14.04 disc to fix. In my case, I was able to fix by cleaning-out non-Ubuntu files from my EFI partition.
To answer your second question, I suspect you are hitting https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977 which, IIUC, is currently the #1 boot issue with 14.04.
That bug contains many suggested solutions, though my guess is that you have an EFI system which means that any suggestions related to grub-pc
won't work (more likely you should look for grub-efi-amd64
). You will likely need an Ubuntu 14.04 disc to fix. In my case, I was able to fix by cleaning-out non-Ubuntu files from my EFI partition.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Jun 4 '14 at 13:15
jrenniejrennie
293312
293312
add a comment |
add a comment |
The basic reason for this bug is that Ubuntu 14.04 and 14.10 ship with a buggy version of Grub (2.02beta2). In order to get things working, you need to downgrade your grub to the version that is in 13.10, and then re-install everything, possibly running boot-repair again.
For more information and complete instructions . . .
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977/comments/250
add a comment |
The basic reason for this bug is that Ubuntu 14.04 and 14.10 ship with a buggy version of Grub (2.02beta2). In order to get things working, you need to downgrade your grub to the version that is in 13.10, and then re-install everything, possibly running boot-repair again.
For more information and complete instructions . . .
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977/comments/250
add a comment |
The basic reason for this bug is that Ubuntu 14.04 and 14.10 ship with a buggy version of Grub (2.02beta2). In order to get things working, you need to downgrade your grub to the version that is in 13.10, and then re-install everything, possibly running boot-repair again.
For more information and complete instructions . . .
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977/comments/250
The basic reason for this bug is that Ubuntu 14.04 and 14.10 ship with a buggy version of Grub (2.02beta2). In order to get things working, you need to downgrade your grub to the version that is in 13.10, and then re-install everything, possibly running boot-repair again.
For more information and complete instructions . . .
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977/comments/250
answered Oct 28 '14 at 4:03
brpetertotlebnebrpetertotlebne
1
1
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.
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%2f464867%2fsymbol-grub-term-highlight-color-not-found%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