how to add windows 10 to dual boot menu which contains fedora











up vote
-1
down vote

favorite












I have dual operating systems win 10 & fedora. Windows 10 was booting correctly until I installed fedora. The booting menu is showing "fedora" only. How to add windows 10 to booting menu?



I tried the following commands but non solve the problem :



rebootec /rebuild 

rebootec /fixmbr

rebootec /fixboot

bcdedit /displayorder {49916baf-0e08-11db-9af4-000bdbd316a0} /addlast


enter image description here



enter image description here










share|improve this question









New contributor




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
















  • 1




    I'm voting to close this question as off-topic because it's windows related.
    – Ipor Sircer
    1 hour ago















up vote
-1
down vote

favorite












I have dual operating systems win 10 & fedora. Windows 10 was booting correctly until I installed fedora. The booting menu is showing "fedora" only. How to add windows 10 to booting menu?



I tried the following commands but non solve the problem :



rebootec /rebuild 

rebootec /fixmbr

rebootec /fixboot

bcdedit /displayorder {49916baf-0e08-11db-9af4-000bdbd316a0} /addlast


enter image description here



enter image description here










share|improve this question









New contributor




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
















  • 1




    I'm voting to close this question as off-topic because it's windows related.
    – Ipor Sircer
    1 hour ago













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I have dual operating systems win 10 & fedora. Windows 10 was booting correctly until I installed fedora. The booting menu is showing "fedora" only. How to add windows 10 to booting menu?



I tried the following commands but non solve the problem :



rebootec /rebuild 

rebootec /fixmbr

rebootec /fixboot

bcdedit /displayorder {49916baf-0e08-11db-9af4-000bdbd316a0} /addlast


enter image description here



enter image description here










share|improve this question









New contributor




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











I have dual operating systems win 10 & fedora. Windows 10 was booting correctly until I installed fedora. The booting menu is showing "fedora" only. How to add windows 10 to booting menu?



I tried the following commands but non solve the problem :



rebootec /rebuild 

rebootec /fixmbr

rebootec /fixboot

bcdedit /displayorder {49916baf-0e08-11db-9af4-000bdbd316a0} /addlast


enter image description here



enter image description here







fedora dual-boot






share|improve this question









New contributor




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











share|improve this question









New contributor




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









share|improve this question




share|improve this question








edited 1 hour ago









Rui F Ribeiro

38.1k1475123




38.1k1475123






New contributor




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









asked 2 hours ago









n.m

1




1




New contributor




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





New contributor





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






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








  • 1




    I'm voting to close this question as off-topic because it's windows related.
    – Ipor Sircer
    1 hour ago














  • 1




    I'm voting to close this question as off-topic because it's windows related.
    – Ipor Sircer
    1 hour ago








1




1




I'm voting to close this question as off-topic because it's windows related.
– Ipor Sircer
1 hour ago




I'm voting to close this question as off-topic because it's windows related.
– Ipor Sircer
1 hour ago










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Windows by default uses ntfs file system, which is not supported by default in fedora. To correct this enable support for ntfs file system and update grub:



$ yum install ntfs-3g ntfsprogs


for non-efi:



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


for efi:



$ grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg





share|improve this answer























    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: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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
    });


    }
    });






    n.m 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%2f481645%2fhow-to-add-windows-10-to-dual-boot-menu-which-contains-fedora%23new-answer', 'question_page');
    }
    );

    Post as a guest
































    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Windows by default uses ntfs file system, which is not supported by default in fedora. To correct this enable support for ntfs file system and update grub:



    $ yum install ntfs-3g ntfsprogs


    for non-efi:



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


    for efi:



    $ grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg





    share|improve this answer



























      up vote
      0
      down vote













      Windows by default uses ntfs file system, which is not supported by default in fedora. To correct this enable support for ntfs file system and update grub:



      $ yum install ntfs-3g ntfsprogs


      for non-efi:



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


      for efi:



      $ grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg





      share|improve this answer

























        up vote
        0
        down vote










        up vote
        0
        down vote









        Windows by default uses ntfs file system, which is not supported by default in fedora. To correct this enable support for ntfs file system and update grub:



        $ yum install ntfs-3g ntfsprogs


        for non-efi:



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


        for efi:



        $ grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg





        share|improve this answer














        Windows by default uses ntfs file system, which is not supported by default in fedora. To correct this enable support for ntfs file system and update grub:



        $ yum install ntfs-3g ntfsprogs


        for non-efi:



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


        for efi:



        $ grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 1 hour ago

























        answered 1 hour ago









        Drakonoved

        6911518




        6911518






















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










             

            draft saved


            draft discarded


















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













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












            n.m 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%2f481645%2fhow-to-add-windows-10-to-dual-boot-menu-which-contains-fedora%23new-answer', 'question_page');
            }
            );

            Post as a guest




















































































            Popular posts from this blog

            Morgemoulin

            Scott Moir

            Souastre