Add grub to windows boot manager











up vote
0
down vote

favorite












I have a Windows , Linux and Android installed. So grub is very important. I added it by installing on a partition than using dd to copy it as mbr and add it as boot selector. But the process is hard. And grub2win gives a download timeout at installation.I often get mbr file broken and it's frustrating to install it.



Is there a way to automate or easily install grub and add it to boot loader like using ubndlr?



How does unetbootin work?










share|improve this question




























    up vote
    0
    down vote

    favorite












    I have a Windows , Linux and Android installed. So grub is very important. I added it by installing on a partition than using dd to copy it as mbr and add it as boot selector. But the process is hard. And grub2win gives a download timeout at installation.I often get mbr file broken and it's frustrating to install it.



    Is there a way to automate or easily install grub and add it to boot loader like using ubndlr?



    How does unetbootin work?










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a Windows , Linux and Android installed. So grub is very important. I added it by installing on a partition than using dd to copy it as mbr and add it as boot selector. But the process is hard. And grub2win gives a download timeout at installation.I often get mbr file broken and it's frustrating to install it.



      Is there a way to automate or easily install grub and add it to boot loader like using ubndlr?



      How does unetbootin work?










      share|improve this question















      I have a Windows , Linux and Android installed. So grub is very important. I added it by installing on a partition than using dd to copy it as mbr and add it as boot selector. But the process is hard. And grub2win gives a download timeout at installation.I often get mbr file broken and it's frustrating to install it.



      Is there a way to automate or easily install grub and add it to boot loader like using ubndlr?



      How does unetbootin work?







      windows grub






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 20 at 13:47

























      asked Nov 20 at 13:26









      Riyadh Kabir

      93




      93






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.



          EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr} if you use powershell, put "{fwbootmgr}" in quotes ".



          NOTES:



          1.) {bootmgr} is for entries in the Windows Boot Manager. {fwbootmgr} is for entries in the UEFI boot list.



          2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).






          share|improve this answer























          • Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
            – Dylan
            Nov 20 at 17:46










          • So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
            – Dylan
            Nov 20 at 17:47












          • Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
            – Dylan
            Nov 20 at 17:48











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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%2fsuperuser.com%2fquestions%2f1376980%2fadd-grub-to-windows-boot-manager%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








          up vote
          1
          down vote













          You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.



          EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr} if you use powershell, put "{fwbootmgr}" in quotes ".



          NOTES:



          1.) {bootmgr} is for entries in the Windows Boot Manager. {fwbootmgr} is for entries in the UEFI boot list.



          2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).






          share|improve this answer























          • Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
            – Dylan
            Nov 20 at 17:46










          • So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
            – Dylan
            Nov 20 at 17:47












          • Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
            – Dylan
            Nov 20 at 17:48















          up vote
          1
          down vote













          You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.



          EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr} if you use powershell, put "{fwbootmgr}" in quotes ".



          NOTES:



          1.) {bootmgr} is for entries in the Windows Boot Manager. {fwbootmgr} is for entries in the UEFI boot list.



          2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).






          share|improve this answer























          • Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
            – Dylan
            Nov 20 at 17:46










          • So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
            – Dylan
            Nov 20 at 17:47












          • Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
            – Dylan
            Nov 20 at 17:48













          up vote
          1
          down vote










          up vote
          1
          down vote









          You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.



          EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr} if you use powershell, put "{fwbootmgr}" in quotes ".



          NOTES:



          1.) {bootmgr} is for entries in the Windows Boot Manager. {fwbootmgr} is for entries in the UEFI boot list.



          2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).






          share|improve this answer














          You most likely have a machine that supports UEFI. You'll have to use the EFI System Partition to install the grub.efi bootloader.



          EDIT: You can see all of your currently installed UEFI bootloaders in windows, using bcdedit.exe /enum {fwbootmgr} if you use powershell, put "{fwbootmgr}" in quotes ".



          NOTES:



          1.) {bootmgr} is for entries in the Windows Boot Manager. {fwbootmgr} is for entries in the UEFI boot list.



          2.) You'l need to mount the hard drive in a linux distro in order to see/edit the ESP(EFI System Partition).







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 20 at 17:50

























          answered Nov 20 at 14:43









          Dylan

          1376




          1376












          • Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
            – Dylan
            Nov 20 at 17:46










          • So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
            – Dylan
            Nov 20 at 17:47












          • Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
            – Dylan
            Nov 20 at 17:48


















          • Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
            – Dylan
            Nov 20 at 17:46










          • So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
            – Dylan
            Nov 20 at 17:47












          • Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
            – Dylan
            Nov 20 at 17:48
















          Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
          – Dylan
          Nov 20 at 17:46




          Actually, you can place several EFI files in the ESP(EFI System Partition), each in its own folder. Your BIOS will pick each one up, and youll need to select it in your BIOS screen.
          – Dylan
          Nov 20 at 17:46












          So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
          – Dylan
          Nov 20 at 17:47






          So, you'll want to go into your BIOS and select to boot the grub.efi bootloader. Naturally, it wont be so well worded, it will probably be a confusing mess of UEFI bootloaders, without their names.
          – Dylan
          Nov 20 at 17:47














          Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
          – Dylan
          Nov 20 at 17:48




          Your not using the windows bootloader at all, you are using your UEFI BIOS to start the grub bootloader, which can then start the windows bootloader.
          – Dylan
          Nov 20 at 17:48


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1376980%2fadd-grub-to-windows-boot-manager%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

          QoS: MAC-Priority for clients behind a repeater

          Ивакино (Тотемский район)

          Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)