Dual boot Arch and Windows 10 with GRUB












1















I've been using Ubuntu for a while and recently decided to start using Arch. I have both a 120GB SSD and 1TB HDD in my system. When installing Arch on my SSD, I created partitions for /boot /home / (root) as well as a swap partition. I also have Windows 10 installed on my HDD using the default partitions. I would like to be able to dual boot between the 2 operating systems. I installed GRUB to my SSD on /dev/sda, but now when I boot into GRUB, I only see the option to boot into Arch, not Windows. I was wondering how I could boot into Windows via GRUB.



I have a default "/etc/grub.d/40_custom" file:



#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries
. Simply type the
# menu entries you want to add after this comment. Be care
ful not to change
# the 'exec tail' line above.


When I run "lsblk", I get:



NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda 8:0 0 111.8G 0 disk
├─sda1 8:1 0 200M 0 part /boot
├─sda2 8:2 0 12G 0 part [SWAP]
├─sda3 8:3 0 25G 0 part /
└─sda4 8:4 0 74.6G 0 part /home
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 499M 0 part
├─sdb2 8:18 0 100M 0 part
├─sdb3 8:19 0 16M 0 part
└─sdb4 8:20 0 930.9G 0 part


Running "fdisk -l" gives me:



Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 47A5839B-C531-4BEE-A083-BD0C5CF4524A

Device Start End Sectors Size Type
/dev/sdb1 2048 1023999 1021952 499M Windows rec
/dev/sdb2 1024000 1228799 204800 100M EFI System
/dev/sdb3 1228800 1261567 32768 16M Microsoft r
/dev/sdb4 1261568 1953523711 1952262144 930.9G Microsoft b


Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1c797ba1

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 411647 409600 200M 83 Linux
/dev/sda2 411648 25577471 25165824 12G 83 Linux
/dev/sda3 25577472 78006271 52428800 25G 83 Linux
/dev/sda4 78006272 234441647 156435376 74.6G 83 Linux


Any help would be appreciated, thanks!










share|improve this question























  • have you tried sudo update-grub?

    – dmb
    Jun 12 '18 at 16:57











  • When I try to run that command on Arch, it says that the command cannot be found. According to this: unix.stackexchange.com/questions/111889/…, the "# update-grup" command is referring to "# grub-mkconfig -o /boot/grub/grub.cfg" I've tried to run this command and it didn't solve the issue.

    – Jake
    Jun 12 '18 at 17:24













  • Then you should try with grub2 sudo grub2-mkconfig

    – dmb
    Jun 12 '18 at 18:24











  • Thanks for the help, I managed to fix it by fixing my MBR

    – Jake
    Jun 17 '18 at 18:45
















1















I've been using Ubuntu for a while and recently decided to start using Arch. I have both a 120GB SSD and 1TB HDD in my system. When installing Arch on my SSD, I created partitions for /boot /home / (root) as well as a swap partition. I also have Windows 10 installed on my HDD using the default partitions. I would like to be able to dual boot between the 2 operating systems. I installed GRUB to my SSD on /dev/sda, but now when I boot into GRUB, I only see the option to boot into Arch, not Windows. I was wondering how I could boot into Windows via GRUB.



I have a default "/etc/grub.d/40_custom" file:



#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries
. Simply type the
# menu entries you want to add after this comment. Be care
ful not to change
# the 'exec tail' line above.


When I run "lsblk", I get:



NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda 8:0 0 111.8G 0 disk
├─sda1 8:1 0 200M 0 part /boot
├─sda2 8:2 0 12G 0 part [SWAP]
├─sda3 8:3 0 25G 0 part /
└─sda4 8:4 0 74.6G 0 part /home
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 499M 0 part
├─sdb2 8:18 0 100M 0 part
├─sdb3 8:19 0 16M 0 part
└─sdb4 8:20 0 930.9G 0 part


Running "fdisk -l" gives me:



Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 47A5839B-C531-4BEE-A083-BD0C5CF4524A

Device Start End Sectors Size Type
/dev/sdb1 2048 1023999 1021952 499M Windows rec
/dev/sdb2 1024000 1228799 204800 100M EFI System
/dev/sdb3 1228800 1261567 32768 16M Microsoft r
/dev/sdb4 1261568 1953523711 1952262144 930.9G Microsoft b


Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1c797ba1

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 411647 409600 200M 83 Linux
/dev/sda2 411648 25577471 25165824 12G 83 Linux
/dev/sda3 25577472 78006271 52428800 25G 83 Linux
/dev/sda4 78006272 234441647 156435376 74.6G 83 Linux


Any help would be appreciated, thanks!










share|improve this question























  • have you tried sudo update-grub?

    – dmb
    Jun 12 '18 at 16:57











  • When I try to run that command on Arch, it says that the command cannot be found. According to this: unix.stackexchange.com/questions/111889/…, the "# update-grup" command is referring to "# grub-mkconfig -o /boot/grub/grub.cfg" I've tried to run this command and it didn't solve the issue.

    – Jake
    Jun 12 '18 at 17:24













  • Then you should try with grub2 sudo grub2-mkconfig

    – dmb
    Jun 12 '18 at 18:24











  • Thanks for the help, I managed to fix it by fixing my MBR

    – Jake
    Jun 17 '18 at 18:45














1












1








1








I've been using Ubuntu for a while and recently decided to start using Arch. I have both a 120GB SSD and 1TB HDD in my system. When installing Arch on my SSD, I created partitions for /boot /home / (root) as well as a swap partition. I also have Windows 10 installed on my HDD using the default partitions. I would like to be able to dual boot between the 2 operating systems. I installed GRUB to my SSD on /dev/sda, but now when I boot into GRUB, I only see the option to boot into Arch, not Windows. I was wondering how I could boot into Windows via GRUB.



I have a default "/etc/grub.d/40_custom" file:



#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries
. Simply type the
# menu entries you want to add after this comment. Be care
ful not to change
# the 'exec tail' line above.


When I run "lsblk", I get:



NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda 8:0 0 111.8G 0 disk
├─sda1 8:1 0 200M 0 part /boot
├─sda2 8:2 0 12G 0 part [SWAP]
├─sda3 8:3 0 25G 0 part /
└─sda4 8:4 0 74.6G 0 part /home
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 499M 0 part
├─sdb2 8:18 0 100M 0 part
├─sdb3 8:19 0 16M 0 part
└─sdb4 8:20 0 930.9G 0 part


Running "fdisk -l" gives me:



Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 47A5839B-C531-4BEE-A083-BD0C5CF4524A

Device Start End Sectors Size Type
/dev/sdb1 2048 1023999 1021952 499M Windows rec
/dev/sdb2 1024000 1228799 204800 100M EFI System
/dev/sdb3 1228800 1261567 32768 16M Microsoft r
/dev/sdb4 1261568 1953523711 1952262144 930.9G Microsoft b


Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1c797ba1

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 411647 409600 200M 83 Linux
/dev/sda2 411648 25577471 25165824 12G 83 Linux
/dev/sda3 25577472 78006271 52428800 25G 83 Linux
/dev/sda4 78006272 234441647 156435376 74.6G 83 Linux


Any help would be appreciated, thanks!










share|improve this question














I've been using Ubuntu for a while and recently decided to start using Arch. I have both a 120GB SSD and 1TB HDD in my system. When installing Arch on my SSD, I created partitions for /boot /home / (root) as well as a swap partition. I also have Windows 10 installed on my HDD using the default partitions. I would like to be able to dual boot between the 2 operating systems. I installed GRUB to my SSD on /dev/sda, but now when I boot into GRUB, I only see the option to boot into Arch, not Windows. I was wondering how I could boot into Windows via GRUB.



I have a default "/etc/grub.d/40_custom" file:



#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries
. Simply type the
# menu entries you want to add after this comment. Be care
ful not to change
# the 'exec tail' line above.


When I run "lsblk", I get:



NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda 8:0 0 111.8G 0 disk
├─sda1 8:1 0 200M 0 part /boot
├─sda2 8:2 0 12G 0 part [SWAP]
├─sda3 8:3 0 25G 0 part /
└─sda4 8:4 0 74.6G 0 part /home
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 499M 0 part
├─sdb2 8:18 0 100M 0 part
├─sdb3 8:19 0 16M 0 part
└─sdb4 8:20 0 930.9G 0 part


Running "fdisk -l" gives me:



Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 47A5839B-C531-4BEE-A083-BD0C5CF4524A

Device Start End Sectors Size Type
/dev/sdb1 2048 1023999 1021952 499M Windows rec
/dev/sdb2 1024000 1228799 204800 100M EFI System
/dev/sdb3 1228800 1261567 32768 16M Microsoft r
/dev/sdb4 1261568 1953523711 1952262144 930.9G Microsoft b


Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1c797ba1

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 411647 409600 200M 83 Linux
/dev/sda2 411648 25577471 25165824 12G 83 Linux
/dev/sda3 25577472 78006271 52428800 25G 83 Linux
/dev/sda4 78006272 234441647 156435376 74.6G 83 Linux


Any help would be appreciated, thanks!







linux windows multi-boot grub arch-linux






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jun 12 '18 at 13:37









JakeJake

612




612













  • have you tried sudo update-grub?

    – dmb
    Jun 12 '18 at 16:57











  • When I try to run that command on Arch, it says that the command cannot be found. According to this: unix.stackexchange.com/questions/111889/…, the "# update-grup" command is referring to "# grub-mkconfig -o /boot/grub/grub.cfg" I've tried to run this command and it didn't solve the issue.

    – Jake
    Jun 12 '18 at 17:24













  • Then you should try with grub2 sudo grub2-mkconfig

    – dmb
    Jun 12 '18 at 18:24











  • Thanks for the help, I managed to fix it by fixing my MBR

    – Jake
    Jun 17 '18 at 18:45



















  • have you tried sudo update-grub?

    – dmb
    Jun 12 '18 at 16:57











  • When I try to run that command on Arch, it says that the command cannot be found. According to this: unix.stackexchange.com/questions/111889/…, the "# update-grup" command is referring to "# grub-mkconfig -o /boot/grub/grub.cfg" I've tried to run this command and it didn't solve the issue.

    – Jake
    Jun 12 '18 at 17:24













  • Then you should try with grub2 sudo grub2-mkconfig

    – dmb
    Jun 12 '18 at 18:24











  • Thanks for the help, I managed to fix it by fixing my MBR

    – Jake
    Jun 17 '18 at 18:45

















have you tried sudo update-grub?

– dmb
Jun 12 '18 at 16:57





have you tried sudo update-grub?

– dmb
Jun 12 '18 at 16:57













When I try to run that command on Arch, it says that the command cannot be found. According to this: unix.stackexchange.com/questions/111889/…, the "# update-grup" command is referring to "# grub-mkconfig -o /boot/grub/grub.cfg" I've tried to run this command and it didn't solve the issue.

– Jake
Jun 12 '18 at 17:24







When I try to run that command on Arch, it says that the command cannot be found. According to this: unix.stackexchange.com/questions/111889/…, the "# update-grup" command is referring to "# grub-mkconfig -o /boot/grub/grub.cfg" I've tried to run this command and it didn't solve the issue.

– Jake
Jun 12 '18 at 17:24















Then you should try with grub2 sudo grub2-mkconfig

– dmb
Jun 12 '18 at 18:24





Then you should try with grub2 sudo grub2-mkconfig

– dmb
Jun 12 '18 at 18:24













Thanks for the help, I managed to fix it by fixing my MBR

– Jake
Jun 17 '18 at 18:45





Thanks for the help, I managed to fix it by fixing my MBR

– Jake
Jun 17 '18 at 18:45










1 Answer
1






active

oldest

votes


















0














As described here, you need to do the following (The following must be done as root on your Arch OS):



As I can assume from your Output /dev/sdb2 seems to be your Windows-Bootloader so the First step will be:



$ mkdir /mnt/windows
$ mount /dev/sdb2 /mnt/windows
$ grub-probe --target=fs_uuid /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


Copy the Output of the last Command to a File and proceed with this:



$ grub-probe --target=hints_string /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


Also copy the output to the File. After that run the following to unmount the Partition



$ umount /mnt/windows
$ rmdir /mnt/windows


After that open the File /boot/grub/custom.cfg with your preferred editor and add the Following Lines:



if [ "${grub_platform}" == "efi" ]; then
menuentry "Microsoft Windows Vista/7/8/8.1 UEFI/GPT" {
insmod part_gpt
insmod fat
insmod search_fs_uuid
insmod chain
search --fs-uuid --set=root $hints_string $fs_uuid
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
fi


Where $hints_string is the second Output and $fs_uuid is the first one.



At least run this to update your Grub:



$ grub-mkconfig -o /boot/grub/grub.cfg


After reboot your Grub should contain the Entry for Windows, for more information about how to configure your Grub see this Page






share|improve this answer
























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


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1330661%2fdual-boot-arch-and-windows-10-with-grub%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














    As described here, you need to do the following (The following must be done as root on your Arch OS):



    As I can assume from your Output /dev/sdb2 seems to be your Windows-Bootloader so the First step will be:



    $ mkdir /mnt/windows
    $ mount /dev/sdb2 /mnt/windows
    $ grub-probe --target=fs_uuid /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


    Copy the Output of the last Command to a File and proceed with this:



    $ grub-probe --target=hints_string /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


    Also copy the output to the File. After that run the following to unmount the Partition



    $ umount /mnt/windows
    $ rmdir /mnt/windows


    After that open the File /boot/grub/custom.cfg with your preferred editor and add the Following Lines:



    if [ "${grub_platform}" == "efi" ]; then
    menuentry "Microsoft Windows Vista/7/8/8.1 UEFI/GPT" {
    insmod part_gpt
    insmod fat
    insmod search_fs_uuid
    insmod chain
    search --fs-uuid --set=root $hints_string $fs_uuid
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
    }
    fi


    Where $hints_string is the second Output and $fs_uuid is the first one.



    At least run this to update your Grub:



    $ grub-mkconfig -o /boot/grub/grub.cfg


    After reboot your Grub should contain the Entry for Windows, for more information about how to configure your Grub see this Page






    share|improve this answer




























      0














      As described here, you need to do the following (The following must be done as root on your Arch OS):



      As I can assume from your Output /dev/sdb2 seems to be your Windows-Bootloader so the First step will be:



      $ mkdir /mnt/windows
      $ mount /dev/sdb2 /mnt/windows
      $ grub-probe --target=fs_uuid /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


      Copy the Output of the last Command to a File and proceed with this:



      $ grub-probe --target=hints_string /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


      Also copy the output to the File. After that run the following to unmount the Partition



      $ umount /mnt/windows
      $ rmdir /mnt/windows


      After that open the File /boot/grub/custom.cfg with your preferred editor and add the Following Lines:



      if [ "${grub_platform}" == "efi" ]; then
      menuentry "Microsoft Windows Vista/7/8/8.1 UEFI/GPT" {
      insmod part_gpt
      insmod fat
      insmod search_fs_uuid
      insmod chain
      search --fs-uuid --set=root $hints_string $fs_uuid
      chainloader /EFI/Microsoft/Boot/bootmgfw.efi
      }
      fi


      Where $hints_string is the second Output and $fs_uuid is the first one.



      At least run this to update your Grub:



      $ grub-mkconfig -o /boot/grub/grub.cfg


      After reboot your Grub should contain the Entry for Windows, for more information about how to configure your Grub see this Page






      share|improve this answer


























        0












        0








        0







        As described here, you need to do the following (The following must be done as root on your Arch OS):



        As I can assume from your Output /dev/sdb2 seems to be your Windows-Bootloader so the First step will be:



        $ mkdir /mnt/windows
        $ mount /dev/sdb2 /mnt/windows
        $ grub-probe --target=fs_uuid /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


        Copy the Output of the last Command to a File and proceed with this:



        $ grub-probe --target=hints_string /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


        Also copy the output to the File. After that run the following to unmount the Partition



        $ umount /mnt/windows
        $ rmdir /mnt/windows


        After that open the File /boot/grub/custom.cfg with your preferred editor and add the Following Lines:



        if [ "${grub_platform}" == "efi" ]; then
        menuentry "Microsoft Windows Vista/7/8/8.1 UEFI/GPT" {
        insmod part_gpt
        insmod fat
        insmod search_fs_uuid
        insmod chain
        search --fs-uuid --set=root $hints_string $fs_uuid
        chainloader /EFI/Microsoft/Boot/bootmgfw.efi
        }
        fi


        Where $hints_string is the second Output and $fs_uuid is the first one.



        At least run this to update your Grub:



        $ grub-mkconfig -o /boot/grub/grub.cfg


        After reboot your Grub should contain the Entry for Windows, for more information about how to configure your Grub see this Page






        share|improve this answer













        As described here, you need to do the following (The following must be done as root on your Arch OS):



        As I can assume from your Output /dev/sdb2 seems to be your Windows-Bootloader so the First step will be:



        $ mkdir /mnt/windows
        $ mount /dev/sdb2 /mnt/windows
        $ grub-probe --target=fs_uuid /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


        Copy the Output of the last Command to a File and proceed with this:



        $ grub-probe --target=hints_string /mnt/windows/EFI/Microsoft/Boot/bootmgfw.efi


        Also copy the output to the File. After that run the following to unmount the Partition



        $ umount /mnt/windows
        $ rmdir /mnt/windows


        After that open the File /boot/grub/custom.cfg with your preferred editor and add the Following Lines:



        if [ "${grub_platform}" == "efi" ]; then
        menuentry "Microsoft Windows Vista/7/8/8.1 UEFI/GPT" {
        insmod part_gpt
        insmod fat
        insmod search_fs_uuid
        insmod chain
        search --fs-uuid --set=root $hints_string $fs_uuid
        chainloader /EFI/Microsoft/Boot/bootmgfw.efi
        }
        fi


        Where $hints_string is the second Output and $fs_uuid is the first one.



        At least run this to update your Grub:



        $ grub-mkconfig -o /boot/grub/grub.cfg


        After reboot your Grub should contain the Entry for Windows, for more information about how to configure your Grub see this Page







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 25 '18 at 8:30









        Biskit1943Biskit1943

        1




        1






























            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1330661%2fdual-boot-arch-and-windows-10-with-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

            How do I know what Microsoft account the skydrive app is syncing to?

            Grease: Live!

            When does type information flow backwards in C++?