Dual boot: either no bcd, or no grub











up vote
0
down vote

favorite












I installed Ubuntu 18.10 alongside Windows 10.



When I boot, I see grub, and I can boot into Ubuntu.
But if I choose Windows from the grub menu, I get an error message saying that BCD is missing.
Now, I can fix that with my Macrium Reflect CD, if I boot it EFI (my AMI BIOS is very temperamental about booting removable media as EFI). It fixes Windows, but then, grub is gone, and the only way I can get to Ubuntu is by manually selecting it in BIOS.



I tried running boot-repair. When I run it from my Ubuntu installation, it complains that I did not boot efi. If I run it from DVD, either my BIOS fails to boot it EFI, or it fails to repair.



I tried changing BIOS from efi to legacy, but that didn't help much. Here is log:



http://paste.ubuntu.com/p/TmnmRTw7Vd/










share|improve this question






















  • Windows is in UEFI boot mode & Ubuntu is in BIOS boot mode. But you do not show a Windows boot entry in UEFI. Best to only boot in UEFI mode and convert Ubuntu/grub to UEFI (using Boot-Repair in UEFI mode). Check that UEFI Secure boot is off. And Windows fast start up is off. From live installer this will add Windows UEFI entry: sudo efibootmgr -c -L "Windows Boot Manager" -l "EFIMicrosoftBootbootmgfw.efi" -d /dev/sda -p 2 or use your Windows repair console to fix.
    – oldfred
    Nov 28 at 19:11










  • Thanks. Please tell how to fix from Windows, because my BIOS won't let me boot UEFI to Ubuntu from removable media.
    – shmu
    Nov 29 at 5:10










  • I discovered an interesting workaround: I added Macrium Reflect rescue environment to the Windows boot menu, which automatically adds also the Windows recovery options -- in which I can choose to boot from hard disk, and that takes me straight to grub, and from there I am booted into Ubuntu, no questions asked.
    – shmu
    Nov 29 at 7:00












  • I succeeded in EUFI boot from flash drive, by renaming a file in it. "I went into the folder EFI BOOT and renamed the file grubx64.efi to mmx64.efi Reboot the machine and it should work. Hope that helps." askubuntu.com/questions/1085550/… Then, boot-repair running from Ubuntu on flash drive was able to fix it.
    – shmu
    Nov 30 at 5:52

















up vote
0
down vote

favorite












I installed Ubuntu 18.10 alongside Windows 10.



When I boot, I see grub, and I can boot into Ubuntu.
But if I choose Windows from the grub menu, I get an error message saying that BCD is missing.
Now, I can fix that with my Macrium Reflect CD, if I boot it EFI (my AMI BIOS is very temperamental about booting removable media as EFI). It fixes Windows, but then, grub is gone, and the only way I can get to Ubuntu is by manually selecting it in BIOS.



I tried running boot-repair. When I run it from my Ubuntu installation, it complains that I did not boot efi. If I run it from DVD, either my BIOS fails to boot it EFI, or it fails to repair.



I tried changing BIOS from efi to legacy, but that didn't help much. Here is log:



http://paste.ubuntu.com/p/TmnmRTw7Vd/










share|improve this question






















  • Windows is in UEFI boot mode & Ubuntu is in BIOS boot mode. But you do not show a Windows boot entry in UEFI. Best to only boot in UEFI mode and convert Ubuntu/grub to UEFI (using Boot-Repair in UEFI mode). Check that UEFI Secure boot is off. And Windows fast start up is off. From live installer this will add Windows UEFI entry: sudo efibootmgr -c -L "Windows Boot Manager" -l "EFIMicrosoftBootbootmgfw.efi" -d /dev/sda -p 2 or use your Windows repair console to fix.
    – oldfred
    Nov 28 at 19:11










  • Thanks. Please tell how to fix from Windows, because my BIOS won't let me boot UEFI to Ubuntu from removable media.
    – shmu
    Nov 29 at 5:10










  • I discovered an interesting workaround: I added Macrium Reflect rescue environment to the Windows boot menu, which automatically adds also the Windows recovery options -- in which I can choose to boot from hard disk, and that takes me straight to grub, and from there I am booted into Ubuntu, no questions asked.
    – shmu
    Nov 29 at 7:00












  • I succeeded in EUFI boot from flash drive, by renaming a file in it. "I went into the folder EFI BOOT and renamed the file grubx64.efi to mmx64.efi Reboot the machine and it should work. Hope that helps." askubuntu.com/questions/1085550/… Then, boot-repair running from Ubuntu on flash drive was able to fix it.
    – shmu
    Nov 30 at 5:52















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I installed Ubuntu 18.10 alongside Windows 10.



When I boot, I see grub, and I can boot into Ubuntu.
But if I choose Windows from the grub menu, I get an error message saying that BCD is missing.
Now, I can fix that with my Macrium Reflect CD, if I boot it EFI (my AMI BIOS is very temperamental about booting removable media as EFI). It fixes Windows, but then, grub is gone, and the only way I can get to Ubuntu is by manually selecting it in BIOS.



I tried running boot-repair. When I run it from my Ubuntu installation, it complains that I did not boot efi. If I run it from DVD, either my BIOS fails to boot it EFI, or it fails to repair.



I tried changing BIOS from efi to legacy, but that didn't help much. Here is log:



http://paste.ubuntu.com/p/TmnmRTw7Vd/










share|improve this question













I installed Ubuntu 18.10 alongside Windows 10.



When I boot, I see grub, and I can boot into Ubuntu.
But if I choose Windows from the grub menu, I get an error message saying that BCD is missing.
Now, I can fix that with my Macrium Reflect CD, if I boot it EFI (my AMI BIOS is very temperamental about booting removable media as EFI). It fixes Windows, but then, grub is gone, and the only way I can get to Ubuntu is by manually selecting it in BIOS.



I tried running boot-repair. When I run it from my Ubuntu installation, it complains that I did not boot efi. If I run it from DVD, either my BIOS fails to boot it EFI, or it fails to repair.



I tried changing BIOS from efi to legacy, but that didn't help much. Here is log:



http://paste.ubuntu.com/p/TmnmRTw7Vd/







dual-boot uefi






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 28 at 18:02









shmu

13




13












  • Windows is in UEFI boot mode & Ubuntu is in BIOS boot mode. But you do not show a Windows boot entry in UEFI. Best to only boot in UEFI mode and convert Ubuntu/grub to UEFI (using Boot-Repair in UEFI mode). Check that UEFI Secure boot is off. And Windows fast start up is off. From live installer this will add Windows UEFI entry: sudo efibootmgr -c -L "Windows Boot Manager" -l "EFIMicrosoftBootbootmgfw.efi" -d /dev/sda -p 2 or use your Windows repair console to fix.
    – oldfred
    Nov 28 at 19:11










  • Thanks. Please tell how to fix from Windows, because my BIOS won't let me boot UEFI to Ubuntu from removable media.
    – shmu
    Nov 29 at 5:10










  • I discovered an interesting workaround: I added Macrium Reflect rescue environment to the Windows boot menu, which automatically adds also the Windows recovery options -- in which I can choose to boot from hard disk, and that takes me straight to grub, and from there I am booted into Ubuntu, no questions asked.
    – shmu
    Nov 29 at 7:00












  • I succeeded in EUFI boot from flash drive, by renaming a file in it. "I went into the folder EFI BOOT and renamed the file grubx64.efi to mmx64.efi Reboot the machine and it should work. Hope that helps." askubuntu.com/questions/1085550/… Then, boot-repair running from Ubuntu on flash drive was able to fix it.
    – shmu
    Nov 30 at 5:52




















  • Windows is in UEFI boot mode & Ubuntu is in BIOS boot mode. But you do not show a Windows boot entry in UEFI. Best to only boot in UEFI mode and convert Ubuntu/grub to UEFI (using Boot-Repair in UEFI mode). Check that UEFI Secure boot is off. And Windows fast start up is off. From live installer this will add Windows UEFI entry: sudo efibootmgr -c -L "Windows Boot Manager" -l "EFIMicrosoftBootbootmgfw.efi" -d /dev/sda -p 2 or use your Windows repair console to fix.
    – oldfred
    Nov 28 at 19:11










  • Thanks. Please tell how to fix from Windows, because my BIOS won't let me boot UEFI to Ubuntu from removable media.
    – shmu
    Nov 29 at 5:10










  • I discovered an interesting workaround: I added Macrium Reflect rescue environment to the Windows boot menu, which automatically adds also the Windows recovery options -- in which I can choose to boot from hard disk, and that takes me straight to grub, and from there I am booted into Ubuntu, no questions asked.
    – shmu
    Nov 29 at 7:00












  • I succeeded in EUFI boot from flash drive, by renaming a file in it. "I went into the folder EFI BOOT and renamed the file grubx64.efi to mmx64.efi Reboot the machine and it should work. Hope that helps." askubuntu.com/questions/1085550/… Then, boot-repair running from Ubuntu on flash drive was able to fix it.
    – shmu
    Nov 30 at 5:52


















Windows is in UEFI boot mode & Ubuntu is in BIOS boot mode. But you do not show a Windows boot entry in UEFI. Best to only boot in UEFI mode and convert Ubuntu/grub to UEFI (using Boot-Repair in UEFI mode). Check that UEFI Secure boot is off. And Windows fast start up is off. From live installer this will add Windows UEFI entry: sudo efibootmgr -c -L "Windows Boot Manager" -l "EFIMicrosoftBootbootmgfw.efi" -d /dev/sda -p 2 or use your Windows repair console to fix.
– oldfred
Nov 28 at 19:11




Windows is in UEFI boot mode & Ubuntu is in BIOS boot mode. But you do not show a Windows boot entry in UEFI. Best to only boot in UEFI mode and convert Ubuntu/grub to UEFI (using Boot-Repair in UEFI mode). Check that UEFI Secure boot is off. And Windows fast start up is off. From live installer this will add Windows UEFI entry: sudo efibootmgr -c -L "Windows Boot Manager" -l "EFIMicrosoftBootbootmgfw.efi" -d /dev/sda -p 2 or use your Windows repair console to fix.
– oldfred
Nov 28 at 19:11












Thanks. Please tell how to fix from Windows, because my BIOS won't let me boot UEFI to Ubuntu from removable media.
– shmu
Nov 29 at 5:10




Thanks. Please tell how to fix from Windows, because my BIOS won't let me boot UEFI to Ubuntu from removable media.
– shmu
Nov 29 at 5:10












I discovered an interesting workaround: I added Macrium Reflect rescue environment to the Windows boot menu, which automatically adds also the Windows recovery options -- in which I can choose to boot from hard disk, and that takes me straight to grub, and from there I am booted into Ubuntu, no questions asked.
– shmu
Nov 29 at 7:00






I discovered an interesting workaround: I added Macrium Reflect rescue environment to the Windows boot menu, which automatically adds also the Windows recovery options -- in which I can choose to boot from hard disk, and that takes me straight to grub, and from there I am booted into Ubuntu, no questions asked.
– shmu
Nov 29 at 7:00














I succeeded in EUFI boot from flash drive, by renaming a file in it. "I went into the folder EFI BOOT and renamed the file grubx64.efi to mmx64.efi Reboot the machine and it should work. Hope that helps." askubuntu.com/questions/1085550/… Then, boot-repair running from Ubuntu on flash drive was able to fix it.
– shmu
Nov 30 at 5:52






I succeeded in EUFI boot from flash drive, by renaming a file in it. "I went into the folder EFI BOOT and renamed the file grubx64.efi to mmx64.efi Reboot the machine and it should work. Hope that helps." askubuntu.com/questions/1085550/… Then, boot-repair running from Ubuntu on flash drive was able to fix it.
– shmu
Nov 30 at 5:52

















active

oldest

votes











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


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096881%2fdual-boot-either-no-bcd-or-no-grub%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096881%2fdual-boot-either-no-bcd-or-no-grub%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

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei