What are all these other in grub options and which are safe to remove?











up vote
1
down vote

favorite












I recently uninstalled Ubuntu 16.04 and installed Peppermint 7 instead,I had a few problems with grub not showing but fixed it by running bcdedit /set {bootmgr} path EFIubuntugrubx64.efi in admin cmd prompt as mentioned in this post.
However I have a lot of weird options on grub(2) now...



(Previously had only 4 which were Ubuntu, Ubuntu with adv conf., windows boot manager and system setup).



Now I have:




  • Peppermint GNU/Linux

  • Advanced options for Peppermint GNU/Linux

  • Windows UEFI bootmgfw.efi

  • Windows Boot UEFI loader

  • EFI/Ubuntu/fwupx64.efi

  • EFI/Ubuntu/MokManager.efi

  • EFI/toshiba/Boot/bootmgfw.efi

  • Windows Boot manager (on /dev/sda/2)

  • System setup


I understand the first and last two, but what is all this UEFI/boot manager paths in between, and should I/how can I remove any of them (if there are unnecessary ones).



Edit:
/etc/default/grub:



# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=-1
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"









share|improve this question




























    up vote
    1
    down vote

    favorite












    I recently uninstalled Ubuntu 16.04 and installed Peppermint 7 instead,I had a few problems with grub not showing but fixed it by running bcdedit /set {bootmgr} path EFIubuntugrubx64.efi in admin cmd prompt as mentioned in this post.
    However I have a lot of weird options on grub(2) now...



    (Previously had only 4 which were Ubuntu, Ubuntu with adv conf., windows boot manager and system setup).



    Now I have:




    • Peppermint GNU/Linux

    • Advanced options for Peppermint GNU/Linux

    • Windows UEFI bootmgfw.efi

    • Windows Boot UEFI loader

    • EFI/Ubuntu/fwupx64.efi

    • EFI/Ubuntu/MokManager.efi

    • EFI/toshiba/Boot/bootmgfw.efi

    • Windows Boot manager (on /dev/sda/2)

    • System setup


    I understand the first and last two, but what is all this UEFI/boot manager paths in between, and should I/how can I remove any of them (if there are unnecessary ones).



    Edit:
    /etc/default/grub:



    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    # For full documentation of the options in this file, see:
    # info -f grub -n 'Simple configuration'

    GRUB_DEFAULT=0
    #GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=-1
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX=""

    # Uncomment to enable BadRAM filtering, modify to suit your needs
    # This works with Linux (no patch required) and with any kernel that obtains
    # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

    # Uncomment to disable graphical terminal (grub-pc only)
    #GRUB_TERMINAL=console

    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    #GRUB_GFXMODE=640x480

    # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    #GRUB_DISABLE_LINUX_UUID=true

    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_RECOVERY="true"

    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"









    share|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I recently uninstalled Ubuntu 16.04 and installed Peppermint 7 instead,I had a few problems with grub not showing but fixed it by running bcdedit /set {bootmgr} path EFIubuntugrubx64.efi in admin cmd prompt as mentioned in this post.
      However I have a lot of weird options on grub(2) now...



      (Previously had only 4 which were Ubuntu, Ubuntu with adv conf., windows boot manager and system setup).



      Now I have:




      • Peppermint GNU/Linux

      • Advanced options for Peppermint GNU/Linux

      • Windows UEFI bootmgfw.efi

      • Windows Boot UEFI loader

      • EFI/Ubuntu/fwupx64.efi

      • EFI/Ubuntu/MokManager.efi

      • EFI/toshiba/Boot/bootmgfw.efi

      • Windows Boot manager (on /dev/sda/2)

      • System setup


      I understand the first and last two, but what is all this UEFI/boot manager paths in between, and should I/how can I remove any of them (if there are unnecessary ones).



      Edit:
      /etc/default/grub:



      # If you change this file, run 'update-grub' afterwards to update
      # /boot/grub/grub.cfg.
      # For full documentation of the options in this file, see:
      # info -f grub -n 'Simple configuration'

      GRUB_DEFAULT=0
      #GRUB_HIDDEN_TIMEOUT=0
      GRUB_HIDDEN_TIMEOUT_QUIET=true
      GRUB_TIMEOUT=-1
      GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
      GRUB_CMDLINE_LINUX=""

      # Uncomment to enable BadRAM filtering, modify to suit your needs
      # This works with Linux (no patch required) and with any kernel that obtains
      # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
      #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

      # Uncomment to disable graphical terminal (grub-pc only)
      #GRUB_TERMINAL=console

      # The resolution used on graphical terminal
      # note that you can use only modes which your graphic card supports via VBE
      # you can see them in real GRUB with the command `vbeinfo'
      #GRUB_GFXMODE=640x480

      # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
      #GRUB_DISABLE_LINUX_UUID=true

      # Uncomment to disable generation of recovery mode menu entries
      #GRUB_DISABLE_RECOVERY="true"

      # Uncomment to get a beep at grub start
      #GRUB_INIT_TUNE="480 440 1"









      share|improve this question















      I recently uninstalled Ubuntu 16.04 and installed Peppermint 7 instead,I had a few problems with grub not showing but fixed it by running bcdedit /set {bootmgr} path EFIubuntugrubx64.efi in admin cmd prompt as mentioned in this post.
      However I have a lot of weird options on grub(2) now...



      (Previously had only 4 which were Ubuntu, Ubuntu with adv conf., windows boot manager and system setup).



      Now I have:




      • Peppermint GNU/Linux

      • Advanced options for Peppermint GNU/Linux

      • Windows UEFI bootmgfw.efi

      • Windows Boot UEFI loader

      • EFI/Ubuntu/fwupx64.efi

      • EFI/Ubuntu/MokManager.efi

      • EFI/toshiba/Boot/bootmgfw.efi

      • Windows Boot manager (on /dev/sda/2)

      • System setup


      I understand the first and last two, but what is all this UEFI/boot manager paths in between, and should I/how can I remove any of them (if there are unnecessary ones).



      Edit:
      /etc/default/grub:



      # If you change this file, run 'update-grub' afterwards to update
      # /boot/grub/grub.cfg.
      # For full documentation of the options in this file, see:
      # info -f grub -n 'Simple configuration'

      GRUB_DEFAULT=0
      #GRUB_HIDDEN_TIMEOUT=0
      GRUB_HIDDEN_TIMEOUT_QUIET=true
      GRUB_TIMEOUT=-1
      GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
      GRUB_CMDLINE_LINUX=""

      # Uncomment to enable BadRAM filtering, modify to suit your needs
      # This works with Linux (no patch required) and with any kernel that obtains
      # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
      #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

      # Uncomment to disable graphical terminal (grub-pc only)
      #GRUB_TERMINAL=console

      # The resolution used on graphical terminal
      # note that you can use only modes which your graphic card supports via VBE
      # you can see them in real GRUB with the command `vbeinfo'
      #GRUB_GFXMODE=640x480

      # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
      #GRUB_DISABLE_LINUX_UUID=true

      # Uncomment to disable generation of recovery mode menu entries
      #GRUB_DISABLE_RECOVERY="true"

      # Uncomment to get a beep at grub start
      #GRUB_INIT_TUNE="480 440 1"






      boot grub2 dual-boot uefi






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 13 '17 at 12:22









      Community

      1




      1










      asked Aug 7 '16 at 20:47









      Elian Kamal

      1085




      1085






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          It seems like you are using the grub installation from Ubuntu, which probably added extra entries. Did peppermint install grub for you? If so, you're going to want to use that. The proper way of doing this would be to set it as the primary boot device in your BIOS/UEFI settings. As this is different on all computers, you will have to figure this out on your own. Usually there is a boot device order, so by moving Peppermint's grub install to the top, it will have precedence over other boot options. It is generally messy and just bad practice to use Windows' boot manager to load grub, another boot manager.






          share|improve this answer





















          • I think the peppermint grub menu is already the grub menu at use (since the background is that of peppermint + I completely uninstalled Ubuntu beforehead and cleaned up the boot so it would be as the same as having only windows, peppermint is based off Lubuntu which would make sense that the grub would be that of Ubuntu + I already re-ordered the device boot order in the UEFI settings), However I just wondered how can I get rid of these annoying options. And what are they even...
            – Elian Kamal
            Aug 8 '16 at 6:31












          • @ElianKamal can you post your /etc/default/grub file please?
            – John Leuenhagen
            Aug 8 '16 at 6:56










          • Updated OP with etc/default/grub.
            – Elian Kamal
            Aug 8 '16 at 10:29










          • @ElianKamal try running 'sudo update-grub'
            – John Leuenhagen
            Aug 9 '16 at 1:39










          • nothing changed
            – Elian Kamal
            Aug 9 '16 at 15:00


















          up vote
          0
          down vote













          Get into EFI menu and see which entry does boot you into Windows and into Peppermint. I would say Windows UEFI bootmgfw.efi and Windows Boot UEFI loader are two analogous images, so you could delete one of them. The ones with Ubuntu can be deleted since you no longer have ubuntu. EFI/toshiba/Boot/bootmgfw.efi boots into windows, i think, but i would leave it there for keeping the warranty of the pc, and delete it if you don't care about it. Then, Windows Boot manager (on /dev/sda/2) i think also boots the same windows image, so you could delete this as well.
          To delete the entries, you either can do it from the EFI menu, if it is permitted, or you can try with efibootmgr; i know for sure you can do it with the EFI shell 2.0, with the bcfg command, check here.



          Remember to check every entry before deleting it, i don't know for sure what they are. Also, you should have pasted /boot/grub/grub.cfg insted of /etc/default/grub, since it is the first one that stores the info of your grub menu.






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


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f301953%2fwhat-are-all-these-other-in-grub-options-and-which-are-safe-to-remove%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            It seems like you are using the grub installation from Ubuntu, which probably added extra entries. Did peppermint install grub for you? If so, you're going to want to use that. The proper way of doing this would be to set it as the primary boot device in your BIOS/UEFI settings. As this is different on all computers, you will have to figure this out on your own. Usually there is a boot device order, so by moving Peppermint's grub install to the top, it will have precedence over other boot options. It is generally messy and just bad practice to use Windows' boot manager to load grub, another boot manager.






            share|improve this answer





















            • I think the peppermint grub menu is already the grub menu at use (since the background is that of peppermint + I completely uninstalled Ubuntu beforehead and cleaned up the boot so it would be as the same as having only windows, peppermint is based off Lubuntu which would make sense that the grub would be that of Ubuntu + I already re-ordered the device boot order in the UEFI settings), However I just wondered how can I get rid of these annoying options. And what are they even...
              – Elian Kamal
              Aug 8 '16 at 6:31












            • @ElianKamal can you post your /etc/default/grub file please?
              – John Leuenhagen
              Aug 8 '16 at 6:56










            • Updated OP with etc/default/grub.
              – Elian Kamal
              Aug 8 '16 at 10:29










            • @ElianKamal try running 'sudo update-grub'
              – John Leuenhagen
              Aug 9 '16 at 1:39










            • nothing changed
              – Elian Kamal
              Aug 9 '16 at 15:00















            up vote
            0
            down vote













            It seems like you are using the grub installation from Ubuntu, which probably added extra entries. Did peppermint install grub for you? If so, you're going to want to use that. The proper way of doing this would be to set it as the primary boot device in your BIOS/UEFI settings. As this is different on all computers, you will have to figure this out on your own. Usually there is a boot device order, so by moving Peppermint's grub install to the top, it will have precedence over other boot options. It is generally messy and just bad practice to use Windows' boot manager to load grub, another boot manager.






            share|improve this answer





















            • I think the peppermint grub menu is already the grub menu at use (since the background is that of peppermint + I completely uninstalled Ubuntu beforehead and cleaned up the boot so it would be as the same as having only windows, peppermint is based off Lubuntu which would make sense that the grub would be that of Ubuntu + I already re-ordered the device boot order in the UEFI settings), However I just wondered how can I get rid of these annoying options. And what are they even...
              – Elian Kamal
              Aug 8 '16 at 6:31












            • @ElianKamal can you post your /etc/default/grub file please?
              – John Leuenhagen
              Aug 8 '16 at 6:56










            • Updated OP with etc/default/grub.
              – Elian Kamal
              Aug 8 '16 at 10:29










            • @ElianKamal try running 'sudo update-grub'
              – John Leuenhagen
              Aug 9 '16 at 1:39










            • nothing changed
              – Elian Kamal
              Aug 9 '16 at 15:00













            up vote
            0
            down vote










            up vote
            0
            down vote









            It seems like you are using the grub installation from Ubuntu, which probably added extra entries. Did peppermint install grub for you? If so, you're going to want to use that. The proper way of doing this would be to set it as the primary boot device in your BIOS/UEFI settings. As this is different on all computers, you will have to figure this out on your own. Usually there is a boot device order, so by moving Peppermint's grub install to the top, it will have precedence over other boot options. It is generally messy and just bad practice to use Windows' boot manager to load grub, another boot manager.






            share|improve this answer












            It seems like you are using the grub installation from Ubuntu, which probably added extra entries. Did peppermint install grub for you? If so, you're going to want to use that. The proper way of doing this would be to set it as the primary boot device in your BIOS/UEFI settings. As this is different on all computers, you will have to figure this out on your own. Usually there is a boot device order, so by moving Peppermint's grub install to the top, it will have precedence over other boot options. It is generally messy and just bad practice to use Windows' boot manager to load grub, another boot manager.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Aug 8 '16 at 0:57









            John Leuenhagen

            565210




            565210












            • I think the peppermint grub menu is already the grub menu at use (since the background is that of peppermint + I completely uninstalled Ubuntu beforehead and cleaned up the boot so it would be as the same as having only windows, peppermint is based off Lubuntu which would make sense that the grub would be that of Ubuntu + I already re-ordered the device boot order in the UEFI settings), However I just wondered how can I get rid of these annoying options. And what are they even...
              – Elian Kamal
              Aug 8 '16 at 6:31












            • @ElianKamal can you post your /etc/default/grub file please?
              – John Leuenhagen
              Aug 8 '16 at 6:56










            • Updated OP with etc/default/grub.
              – Elian Kamal
              Aug 8 '16 at 10:29










            • @ElianKamal try running 'sudo update-grub'
              – John Leuenhagen
              Aug 9 '16 at 1:39










            • nothing changed
              – Elian Kamal
              Aug 9 '16 at 15:00


















            • I think the peppermint grub menu is already the grub menu at use (since the background is that of peppermint + I completely uninstalled Ubuntu beforehead and cleaned up the boot so it would be as the same as having only windows, peppermint is based off Lubuntu which would make sense that the grub would be that of Ubuntu + I already re-ordered the device boot order in the UEFI settings), However I just wondered how can I get rid of these annoying options. And what are they even...
              – Elian Kamal
              Aug 8 '16 at 6:31












            • @ElianKamal can you post your /etc/default/grub file please?
              – John Leuenhagen
              Aug 8 '16 at 6:56










            • Updated OP with etc/default/grub.
              – Elian Kamal
              Aug 8 '16 at 10:29










            • @ElianKamal try running 'sudo update-grub'
              – John Leuenhagen
              Aug 9 '16 at 1:39










            • nothing changed
              – Elian Kamal
              Aug 9 '16 at 15:00
















            I think the peppermint grub menu is already the grub menu at use (since the background is that of peppermint + I completely uninstalled Ubuntu beforehead and cleaned up the boot so it would be as the same as having only windows, peppermint is based off Lubuntu which would make sense that the grub would be that of Ubuntu + I already re-ordered the device boot order in the UEFI settings), However I just wondered how can I get rid of these annoying options. And what are they even...
            – Elian Kamal
            Aug 8 '16 at 6:31






            I think the peppermint grub menu is already the grub menu at use (since the background is that of peppermint + I completely uninstalled Ubuntu beforehead and cleaned up the boot so it would be as the same as having only windows, peppermint is based off Lubuntu which would make sense that the grub would be that of Ubuntu + I already re-ordered the device boot order in the UEFI settings), However I just wondered how can I get rid of these annoying options. And what are they even...
            – Elian Kamal
            Aug 8 '16 at 6:31














            @ElianKamal can you post your /etc/default/grub file please?
            – John Leuenhagen
            Aug 8 '16 at 6:56




            @ElianKamal can you post your /etc/default/grub file please?
            – John Leuenhagen
            Aug 8 '16 at 6:56












            Updated OP with etc/default/grub.
            – Elian Kamal
            Aug 8 '16 at 10:29




            Updated OP with etc/default/grub.
            – Elian Kamal
            Aug 8 '16 at 10:29












            @ElianKamal try running 'sudo update-grub'
            – John Leuenhagen
            Aug 9 '16 at 1:39




            @ElianKamal try running 'sudo update-grub'
            – John Leuenhagen
            Aug 9 '16 at 1:39












            nothing changed
            – Elian Kamal
            Aug 9 '16 at 15:00




            nothing changed
            – Elian Kamal
            Aug 9 '16 at 15:00












            up vote
            0
            down vote













            Get into EFI menu and see which entry does boot you into Windows and into Peppermint. I would say Windows UEFI bootmgfw.efi and Windows Boot UEFI loader are two analogous images, so you could delete one of them. The ones with Ubuntu can be deleted since you no longer have ubuntu. EFI/toshiba/Boot/bootmgfw.efi boots into windows, i think, but i would leave it there for keeping the warranty of the pc, and delete it if you don't care about it. Then, Windows Boot manager (on /dev/sda/2) i think also boots the same windows image, so you could delete this as well.
            To delete the entries, you either can do it from the EFI menu, if it is permitted, or you can try with efibootmgr; i know for sure you can do it with the EFI shell 2.0, with the bcfg command, check here.



            Remember to check every entry before deleting it, i don't know for sure what they are. Also, you should have pasted /boot/grub/grub.cfg insted of /etc/default/grub, since it is the first one that stores the info of your grub menu.






            share|improve this answer

























              up vote
              0
              down vote













              Get into EFI menu and see which entry does boot you into Windows and into Peppermint. I would say Windows UEFI bootmgfw.efi and Windows Boot UEFI loader are two analogous images, so you could delete one of them. The ones with Ubuntu can be deleted since you no longer have ubuntu. EFI/toshiba/Boot/bootmgfw.efi boots into windows, i think, but i would leave it there for keeping the warranty of the pc, and delete it if you don't care about it. Then, Windows Boot manager (on /dev/sda/2) i think also boots the same windows image, so you could delete this as well.
              To delete the entries, you either can do it from the EFI menu, if it is permitted, or you can try with efibootmgr; i know for sure you can do it with the EFI shell 2.0, with the bcfg command, check here.



              Remember to check every entry before deleting it, i don't know for sure what they are. Also, you should have pasted /boot/grub/grub.cfg insted of /etc/default/grub, since it is the first one that stores the info of your grub menu.






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                Get into EFI menu and see which entry does boot you into Windows and into Peppermint. I would say Windows UEFI bootmgfw.efi and Windows Boot UEFI loader are two analogous images, so you could delete one of them. The ones with Ubuntu can be deleted since you no longer have ubuntu. EFI/toshiba/Boot/bootmgfw.efi boots into windows, i think, but i would leave it there for keeping the warranty of the pc, and delete it if you don't care about it. Then, Windows Boot manager (on /dev/sda/2) i think also boots the same windows image, so you could delete this as well.
                To delete the entries, you either can do it from the EFI menu, if it is permitted, or you can try with efibootmgr; i know for sure you can do it with the EFI shell 2.0, with the bcfg command, check here.



                Remember to check every entry before deleting it, i don't know for sure what they are. Also, you should have pasted /boot/grub/grub.cfg insted of /etc/default/grub, since it is the first one that stores the info of your grub menu.






                share|improve this answer












                Get into EFI menu and see which entry does boot you into Windows and into Peppermint. I would say Windows UEFI bootmgfw.efi and Windows Boot UEFI loader are two analogous images, so you could delete one of them. The ones with Ubuntu can be deleted since you no longer have ubuntu. EFI/toshiba/Boot/bootmgfw.efi boots into windows, i think, but i would leave it there for keeping the warranty of the pc, and delete it if you don't care about it. Then, Windows Boot manager (on /dev/sda/2) i think also boots the same windows image, so you could delete this as well.
                To delete the entries, you either can do it from the EFI menu, if it is permitted, or you can try with efibootmgr; i know for sure you can do it with the EFI shell 2.0, with the bcfg command, check here.



                Remember to check every entry before deleting it, i don't know for sure what they are. Also, you should have pasted /boot/grub/grub.cfg insted of /etc/default/grub, since it is the first one that stores the info of your grub menu.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 13 '16 at 18:47









                Andrei Scutariu

                16




                16






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f301953%2fwhat-are-all-these-other-in-grub-options-and-which-are-safe-to-remove%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

                    Morgemoulin

                    Scott Moir

                    Souastre