GRUB - NOT dual booting, why does it still show up by default?

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











up vote
0
down vote

favorite












I googled and searched the exchange for answers, it seems most questions are just asking how to disable it. why is the loader still popping the menu up despite only having Xubuntu installed? Also, it shows windows 10 recovery although I completely formatted my drives through the Xubuntu installer.







share|improve this question
























    up vote
    0
    down vote

    favorite












    I googled and searched the exchange for answers, it seems most questions are just asking how to disable it. why is the loader still popping the menu up despite only having Xubuntu installed? Also, it shows windows 10 recovery although I completely formatted my drives through the Xubuntu installer.







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I googled and searched the exchange for answers, it seems most questions are just asking how to disable it. why is the loader still popping the menu up despite only having Xubuntu installed? Also, it shows windows 10 recovery although I completely formatted my drives through the Xubuntu installer.







      share|improve this question












      I googled and searched the exchange for answers, it seems most questions are just asking how to disable it. why is the loader still popping the menu up despite only having Xubuntu installed? Also, it shows windows 10 recovery although I completely formatted my drives through the Xubuntu installer.









      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 22 '17 at 10:30









      fool

      31




      31




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          If you are asking 'why do you see the GRUB menu when booting', that is it is configured to show the menu. You can change this as I am sure you have seen elsewhere.



          If you are asking 'why do you see grub at all', it is because most linux distributions use grub as the boot loader. I believe this is what Xubuntu uses. Grub is not just for systems that dual boot.



          As to 'why the boot loader seems to recognize non-existent OS's on your PC', it is an indication that the must have been recognized by grub in the past. You can remove them as you are aware. The process is somewhat different if you are using the UEFI version of the grub boot loader as you may need to remove the UEFI boot remnants of windoze before it will disappear from grub completely.






          share|improve this answer




















          • hey datUser thank you for clarifying my ambiguity and answering them, this really helps.
            – fool
            Dec 23 '17 at 10:50










          • @fool You are welcome. Feel free to mark this answer as correct if it addressed your needs adequately.
            – datUser
            Dec 27 '17 at 14:46

















          up vote
          0
          down vote













          You need to edit the file



          /boot/grub/grub.cfg


          and delete Windows OS entry You don't use anymore






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



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f412468%2fgrub-not-dual-booting-why-does-it-still-show-up-by-default%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            If you are asking 'why do you see the GRUB menu when booting', that is it is configured to show the menu. You can change this as I am sure you have seen elsewhere.



            If you are asking 'why do you see grub at all', it is because most linux distributions use grub as the boot loader. I believe this is what Xubuntu uses. Grub is not just for systems that dual boot.



            As to 'why the boot loader seems to recognize non-existent OS's on your PC', it is an indication that the must have been recognized by grub in the past. You can remove them as you are aware. The process is somewhat different if you are using the UEFI version of the grub boot loader as you may need to remove the UEFI boot remnants of windoze before it will disappear from grub completely.






            share|improve this answer




















            • hey datUser thank you for clarifying my ambiguity and answering them, this really helps.
              – fool
              Dec 23 '17 at 10:50










            • @fool You are welcome. Feel free to mark this answer as correct if it addressed your needs adequately.
              – datUser
              Dec 27 '17 at 14:46














            up vote
            0
            down vote



            accepted










            If you are asking 'why do you see the GRUB menu when booting', that is it is configured to show the menu. You can change this as I am sure you have seen elsewhere.



            If you are asking 'why do you see grub at all', it is because most linux distributions use grub as the boot loader. I believe this is what Xubuntu uses. Grub is not just for systems that dual boot.



            As to 'why the boot loader seems to recognize non-existent OS's on your PC', it is an indication that the must have been recognized by grub in the past. You can remove them as you are aware. The process is somewhat different if you are using the UEFI version of the grub boot loader as you may need to remove the UEFI boot remnants of windoze before it will disappear from grub completely.






            share|improve this answer




















            • hey datUser thank you for clarifying my ambiguity and answering them, this really helps.
              – fool
              Dec 23 '17 at 10:50










            • @fool You are welcome. Feel free to mark this answer as correct if it addressed your needs adequately.
              – datUser
              Dec 27 '17 at 14:46












            up vote
            0
            down vote



            accepted







            up vote
            0
            down vote



            accepted






            If you are asking 'why do you see the GRUB menu when booting', that is it is configured to show the menu. You can change this as I am sure you have seen elsewhere.



            If you are asking 'why do you see grub at all', it is because most linux distributions use grub as the boot loader. I believe this is what Xubuntu uses. Grub is not just for systems that dual boot.



            As to 'why the boot loader seems to recognize non-existent OS's on your PC', it is an indication that the must have been recognized by grub in the past. You can remove them as you are aware. The process is somewhat different if you are using the UEFI version of the grub boot loader as you may need to remove the UEFI boot remnants of windoze before it will disappear from grub completely.






            share|improve this answer












            If you are asking 'why do you see the GRUB menu when booting', that is it is configured to show the menu. You can change this as I am sure you have seen elsewhere.



            If you are asking 'why do you see grub at all', it is because most linux distributions use grub as the boot loader. I believe this is what Xubuntu uses. Grub is not just for systems that dual boot.



            As to 'why the boot loader seems to recognize non-existent OS's on your PC', it is an indication that the must have been recognized by grub in the past. You can remove them as you are aware. The process is somewhat different if you are using the UEFI version of the grub boot loader as you may need to remove the UEFI boot remnants of windoze before it will disappear from grub completely.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Dec 22 '17 at 13:31









            datUser

            2,2811032




            2,2811032











            • hey datUser thank you for clarifying my ambiguity and answering them, this really helps.
              – fool
              Dec 23 '17 at 10:50










            • @fool You are welcome. Feel free to mark this answer as correct if it addressed your needs adequately.
              – datUser
              Dec 27 '17 at 14:46
















            • hey datUser thank you for clarifying my ambiguity and answering them, this really helps.
              – fool
              Dec 23 '17 at 10:50










            • @fool You are welcome. Feel free to mark this answer as correct if it addressed your needs adequately.
              – datUser
              Dec 27 '17 at 14:46















            hey datUser thank you for clarifying my ambiguity and answering them, this really helps.
            – fool
            Dec 23 '17 at 10:50




            hey datUser thank you for clarifying my ambiguity and answering them, this really helps.
            – fool
            Dec 23 '17 at 10:50












            @fool You are welcome. Feel free to mark this answer as correct if it addressed your needs adequately.
            – datUser
            Dec 27 '17 at 14:46




            @fool You are welcome. Feel free to mark this answer as correct if it addressed your needs adequately.
            – datUser
            Dec 27 '17 at 14:46












            up vote
            0
            down vote













            You need to edit the file



            /boot/grub/grub.cfg


            and delete Windows OS entry You don't use anymore






            share|improve this answer
























              up vote
              0
              down vote













              You need to edit the file



              /boot/grub/grub.cfg


              and delete Windows OS entry You don't use anymore






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                You need to edit the file



                /boot/grub/grub.cfg


                and delete Windows OS entry You don't use anymore






                share|improve this answer












                You need to edit the file



                /boot/grub/grub.cfg


                and delete Windows OS entry You don't use anymore







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 22 '17 at 14:02









                Luca Scalvi

                12




                12






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f412468%2fgrub-not-dual-booting-why-does-it-still-show-up-by-default%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