Different EFIs and Windows dual booting

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have a 4 disks setup: 240GB NVMe SSD, 120GB Sata3 SSD, 2TB HDD, 3TB HDD.

I bought all the components and installed Windows on /dev/sdd which is the 240GB NVMe SSD.

Then I started thinking about dual booting with a Linux distro and I wanted to use Arch because it is the "most difficult" operating system and since you have to manually create from scratch even the bootloader configs for rebooting the system and it even does not automatically recognize your Windows installations, means that if I can "beat" this system in learning how to use it, then I have the knowledge to use every Linux based OS I want right?




So after installing Arch several times because I have a UEFI motherboard and I kept using my hard rock brain that I found inside my head installing Arch in BIOS mode not sure why, I finally got it working and booted, to find out that I created TWO EFI partitions, one on /dev/sdc1 (120GB SSD) and the other (that Windows created during installation) on /dev/sdd1 (NVMe). Now I would like to move the GRUB from the 500MiB EFI on the Sata SSD to the NVMe drive, which I successfully completed, but Windows is not recognized and performing ls /EFI/EFI/Microsoft/boot I get that the file or directory is incorrect, maybe because ls /EFI/EFI reports NO Microsoft folder, that is probably caused by Arch that is mounting/booting the EFI partition in the Sata SSD in /EFI all tho I booted from the GRUB installed on the WD240G (NVMe drive) in the boot menu at startup.


So, Arch does work via GRUB, Windows does work selecting his own boot manager, but the GRUB does not boot Windows and Arch has no Windows folder or files inside his EFI, which now should be the same as the Windows EFI but seems not, all tho I performed umount /EFI, mount /dev/sdd1 /EFI, grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB and grub-mkconfig -o /boot/grub/grub.cfg.

Now does anyone know why I'm still not able to boot Windows from the Windows EFI GRUB and/or why Arch does not see Windows in his EFI?

(do I have to format/delete the /dev/sdc1 EFI partition created during Arch installation or do I have to reinstall Arch a final time with the correct setting now that I know how to do it, mounting /dev/sdd1 in /EFI?)

Thank you so much to everyone that tries to understand my concern, have a good day.

Bryan.









share







New contributor




BJPGameVideosITA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    0
    down vote

    favorite












    I have a 4 disks setup: 240GB NVMe SSD, 120GB Sata3 SSD, 2TB HDD, 3TB HDD.

    I bought all the components and installed Windows on /dev/sdd which is the 240GB NVMe SSD.

    Then I started thinking about dual booting with a Linux distro and I wanted to use Arch because it is the "most difficult" operating system and since you have to manually create from scratch even the bootloader configs for rebooting the system and it even does not automatically recognize your Windows installations, means that if I can "beat" this system in learning how to use it, then I have the knowledge to use every Linux based OS I want right?




    So after installing Arch several times because I have a UEFI motherboard and I kept using my hard rock brain that I found inside my head installing Arch in BIOS mode not sure why, I finally got it working and booted, to find out that I created TWO EFI partitions, one on /dev/sdc1 (120GB SSD) and the other (that Windows created during installation) on /dev/sdd1 (NVMe). Now I would like to move the GRUB from the 500MiB EFI on the Sata SSD to the NVMe drive, which I successfully completed, but Windows is not recognized and performing ls /EFI/EFI/Microsoft/boot I get that the file or directory is incorrect, maybe because ls /EFI/EFI reports NO Microsoft folder, that is probably caused by Arch that is mounting/booting the EFI partition in the Sata SSD in /EFI all tho I booted from the GRUB installed on the WD240G (NVMe drive) in the boot menu at startup.


    So, Arch does work via GRUB, Windows does work selecting his own boot manager, but the GRUB does not boot Windows and Arch has no Windows folder or files inside his EFI, which now should be the same as the Windows EFI but seems not, all tho I performed umount /EFI, mount /dev/sdd1 /EFI, grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB and grub-mkconfig -o /boot/grub/grub.cfg.

    Now does anyone know why I'm still not able to boot Windows from the Windows EFI GRUB and/or why Arch does not see Windows in his EFI?

    (do I have to format/delete the /dev/sdc1 EFI partition created during Arch installation or do I have to reinstall Arch a final time with the correct setting now that I know how to do it, mounting /dev/sdd1 in /EFI?)

    Thank you so much to everyone that tries to understand my concern, have a good day.

    Bryan.









    share







    New contributor




    BJPGameVideosITA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a 4 disks setup: 240GB NVMe SSD, 120GB Sata3 SSD, 2TB HDD, 3TB HDD.

      I bought all the components and installed Windows on /dev/sdd which is the 240GB NVMe SSD.

      Then I started thinking about dual booting with a Linux distro and I wanted to use Arch because it is the "most difficult" operating system and since you have to manually create from scratch even the bootloader configs for rebooting the system and it even does not automatically recognize your Windows installations, means that if I can "beat" this system in learning how to use it, then I have the knowledge to use every Linux based OS I want right?




      So after installing Arch several times because I have a UEFI motherboard and I kept using my hard rock brain that I found inside my head installing Arch in BIOS mode not sure why, I finally got it working and booted, to find out that I created TWO EFI partitions, one on /dev/sdc1 (120GB SSD) and the other (that Windows created during installation) on /dev/sdd1 (NVMe). Now I would like to move the GRUB from the 500MiB EFI on the Sata SSD to the NVMe drive, which I successfully completed, but Windows is not recognized and performing ls /EFI/EFI/Microsoft/boot I get that the file or directory is incorrect, maybe because ls /EFI/EFI reports NO Microsoft folder, that is probably caused by Arch that is mounting/booting the EFI partition in the Sata SSD in /EFI all tho I booted from the GRUB installed on the WD240G (NVMe drive) in the boot menu at startup.


      So, Arch does work via GRUB, Windows does work selecting his own boot manager, but the GRUB does not boot Windows and Arch has no Windows folder or files inside his EFI, which now should be the same as the Windows EFI but seems not, all tho I performed umount /EFI, mount /dev/sdd1 /EFI, grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB and grub-mkconfig -o /boot/grub/grub.cfg.

      Now does anyone know why I'm still not able to boot Windows from the Windows EFI GRUB and/or why Arch does not see Windows in his EFI?

      (do I have to format/delete the /dev/sdc1 EFI partition created during Arch installation or do I have to reinstall Arch a final time with the correct setting now that I know how to do it, mounting /dev/sdd1 in /EFI?)

      Thank you so much to everyone that tries to understand my concern, have a good day.

      Bryan.









      share







      New contributor




      BJPGameVideosITA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I have a 4 disks setup: 240GB NVMe SSD, 120GB Sata3 SSD, 2TB HDD, 3TB HDD.

      I bought all the components and installed Windows on /dev/sdd which is the 240GB NVMe SSD.

      Then I started thinking about dual booting with a Linux distro and I wanted to use Arch because it is the "most difficult" operating system and since you have to manually create from scratch even the bootloader configs for rebooting the system and it even does not automatically recognize your Windows installations, means that if I can "beat" this system in learning how to use it, then I have the knowledge to use every Linux based OS I want right?




      So after installing Arch several times because I have a UEFI motherboard and I kept using my hard rock brain that I found inside my head installing Arch in BIOS mode not sure why, I finally got it working and booted, to find out that I created TWO EFI partitions, one on /dev/sdc1 (120GB SSD) and the other (that Windows created during installation) on /dev/sdd1 (NVMe). Now I would like to move the GRUB from the 500MiB EFI on the Sata SSD to the NVMe drive, which I successfully completed, but Windows is not recognized and performing ls /EFI/EFI/Microsoft/boot I get that the file or directory is incorrect, maybe because ls /EFI/EFI reports NO Microsoft folder, that is probably caused by Arch that is mounting/booting the EFI partition in the Sata SSD in /EFI all tho I booted from the GRUB installed on the WD240G (NVMe drive) in the boot menu at startup.


      So, Arch does work via GRUB, Windows does work selecting his own boot manager, but the GRUB does not boot Windows and Arch has no Windows folder or files inside his EFI, which now should be the same as the Windows EFI but seems not, all tho I performed umount /EFI, mount /dev/sdd1 /EFI, grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB and grub-mkconfig -o /boot/grub/grub.cfg.

      Now does anyone know why I'm still not able to boot Windows from the Windows EFI GRUB and/or why Arch does not see Windows in his EFI?

      (do I have to format/delete the /dev/sdc1 EFI partition created during Arch installation or do I have to reinstall Arch a final time with the correct setting now that I know how to do it, mounting /dev/sdd1 in /EFI?)

      Thank you so much to everyone that tries to understand my concern, have a good day.

      Bryan.







      arch-linux windows grub2 dual-boot





      share







      New contributor




      BJPGameVideosITA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      BJPGameVideosITA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      BJPGameVideosITA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 7 mins ago









      BJPGameVideosITA

      1




      1




      New contributor




      BJPGameVideosITA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      BJPGameVideosITA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      BJPGameVideosITA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























          active

          oldest

          votes











          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          BJPGameVideosITA is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475192%2fdifferent-efis-and-windows-dual-booting%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          BJPGameVideosITA is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          BJPGameVideosITA is a new contributor. Be nice, and check out our Code of Conduct.












          BJPGameVideosITA is a new contributor. Be nice, and check out our Code of Conduct.











          BJPGameVideosITA is a new contributor. Be nice, and check out our Code of Conduct.













           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475192%2fdifferent-efis-and-windows-dual-booting%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay