UEFI remove unwanted boot entries from BIOS solved easily

Page 5 of 7 FirstFirst ... 34567 LastLast

  1. Posts : 7,607
    Windows 10 Home 20H2
       #41

    @jimbo45

    Can your method be used to remove the first and second "Windows Boot Manager" below?
    I assume only the third one, Windows Boot Manager (P1: ST500DM002-1BD142), is needed.



    Code:
    Microsoft Windows [Version 10.0.19042.508]
    (c) 2020 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>bcdedit /enum firmware
    
    Firmware Boot Manager
    ---------------------
    identifier              {fwbootmgr}
    displayorder            {bootmgr}
                            {562f507a-413a-11eb-bfdb-e0d55ecc65a3}
                            {562f5077-413a-11eb-bfdb-e0d55ecc65a3}
                            {562f5072-413a-11eb-bfdb-e0d55ecc65a3}
                            {562f5078-413a-11eb-bfdb-e0d55ecc65a3}
                            {af5418f6-4c9e-11eb-a253-806e6f6e6963}
    timeout                 1
    
    Windows Boot Manager
    --------------------
    identifier              {bootmgr}
    device                  partition=\Device\HarddiskVolume1
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {globalsettings}
    default                 {current}
    resumeobject            {562f507c-413a-11eb-bfdb-e0d55ecc65a3}
    displayorder            {current}
    toolsdisplayorder       {memdiag}
    timeout                 0
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5071-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5072-413a-11eb-bfdb-e0d55ecc65a3}
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5073-413a-11eb-bfdb-e0d55ecc65a3}
    description             Hard Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5074-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5075-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5076-413a-11eb-bfdb-e0d55ecc65a3}
    description             Generic STORAGE DEVICE 0903
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5077-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5078-413a-11eb-bfdb-e0d55ecc65a3}
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f507a-413a-11eb-bfdb-e0d55ecc65a3}
    description             Hard Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {af5418f6-4c9e-11eb-a253-806e6f6e6963}
    device                  partition=F:
    description             UEFI: PNY OU3 3.0 PMAP
      My Computer


  2. Posts : 11,247
    Windows / Linux : Arch Linux
    Thread Starter
       #42

    Matthew Wai said:
    @jimbo45

    Can your method be used to remove the first and second "Windows Boot Manager" below?
    I assume only the third one, Windows Boot Manager (P1: ST500DM002-1BD142), is needed.



    Code:
    Microsoft Windows [Version 10.0.19042.508]
    (c) 2020 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>bcdedit /enum firmware
    
    Firmware Boot Manager
    ---------------------
    identifier              {fwbootmgr}
    displayorder            {bootmgr}
                            {562f507a-413a-11eb-bfdb-e0d55ecc65a3}
                            {562f5077-413a-11eb-bfdb-e0d55ecc65a3}
                            {562f5072-413a-11eb-bfdb-e0d55ecc65a3}
                            {562f5078-413a-11eb-bfdb-e0d55ecc65a3}
                            {af5418f6-4c9e-11eb-a253-806e6f6e6963}
    timeout                 1
    
    Windows Boot Manager
    --------------------
    identifier              {bootmgr}
    device                  partition=\Device\HarddiskVolume1
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {globalsettings}
    default                 {current}
    resumeobject            {562f507c-413a-11eb-bfdb-e0d55ecc65a3}
    displayorder            {current}
    toolsdisplayorder       {memdiag}
    timeout                 0
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5071-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5072-413a-11eb-bfdb-e0d55ecc65a3}
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5073-413a-11eb-bfdb-e0d55ecc65a3}
    description             Hard Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5074-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5075-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5076-413a-11eb-bfdb-e0d55ecc65a3}
    description             Generic STORAGE DEVICE 0903
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5077-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5078-413a-11eb-bfdb-e0d55ecc65a3}
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f507a-413a-11eb-bfdb-e0d55ecc65a3}
    description             Hard Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {af5418f6-4c9e-11eb-a253-806e6f6e6963}
    device                  partition=F:
    description             UEFI: PNY OU3 3.0 PMAP
    Hi there
    I don't bother with things like EasyUEFI or similar.

    I'm not sure either about "Dual BIOS" !!!!

    However in general the rule if you do need to "multi-boot" (although these days why not use VM's (Virtual Machines) the best or most common advice is to install the Windows system(s) first.

    Then when installing Linux OS'es at grub install time grub usually on most Linux install scripts will propmpt if it should search also for other OS'es so at boot you'll see Windows and Linux as GRUB starts.

    cheers
    jimbo
      My Computer


  3. Posts : 7,607
    Windows 10 Home 20H2
       #43

    I don't need to "multi-boot" and install Linux.
    I just want to remove the superfluous "Windows Boot Manager".
      My Computer


  4. Posts : 19,518
    W11+W11 Developer Insider + Linux
       #44

    Matthew Wai said:
    I don't need to "multi-boot" and install Linux.
    I just want to remove the superfluous "Windows Boot Manager".
    Same here, I do dual BOOT with W10 Insider but this one doesn't do anything.
      My Computers


  5. Posts : 7,607
    Windows 10 Home 20H2
       #45

    Will the following remove the two unwanted "Windows Boot Manager"?

    BCDEdit /delete {562f5072-413a-11eb-bfdb-e0d55ecc65a3}
    BCDEdit /delete {562f5078-413a-11eb-bfdb-e0d55ecc65a3}
      My Computer


  6. Posts : 7,607
    Windows 10 Home 20H2
       #46

    BCDEdit /delete {562f5078-413a-11eb-bfdb-e0d55ecc65a3}
    BCDEdit /delete {562f5072-413a-11eb-bfdb-e0d55ecc65a3}

    I just ran the above commands. The two unnecessary "Windows Boot Manager" entries have been removed from the boot menu.

    The following photo was taken before I ran the commands.

    UEFI  remove unwanted boot entries from BIOS solved easily-3-windows-boot-manager.jpg

    The following photo was taken after I ran the commands.

    UEFI  remove unwanted boot entries from BIOS solved easily-1-windows-boot-manager.jpg
      My Computer


  7. Posts : 3,513
    Windows 10 Pro 64-bit 21H1 (May 2021 build 19043.1083)
       #47

    Is this working for all computers, or the ID is specific to your hardware? How do I find out which is the ID for my computer? I want to remove a MacOS entry back when I was experimenting with MacOS Mountain Lion
      My Computer


  8. Posts : 7,607
    Windows 10 Home 20H2
       #48

    Find the specific identifier by running the following command:

    BCDEdit /enum firmware

    Code:
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5076-413a-11eb-bfdb-e0d55ecc65a3}
    description             Generic STORAGE DEVICE 0903
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5077-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5078-413a-11eb-bfdb-e0d55ecc65a3}
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f507a-413a-11eb-bfdb-e0d55ecc65a3}
    description             Hard Drive
      My Computer


  9. Posts : 19,518
    W11+W11 Developer Insider + Linux
       #49

    Great, just got rid of an entry that bothered me because it did nothing.
      My Computers


  10. Posts : 3,513
    Windows 10 Pro 64-bit 21H1 (May 2021 build 19043.1083)
       #50

    Matthew Wai said:
    Find the specific identifier by running the following command:

    BCDEdit /enum firmware

    Code:
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5076-413a-11eb-bfdb-e0d55ecc65a3}
    description             Generic STORAGE DEVICE 0903
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5077-413a-11eb-bfdb-e0d55ecc65a3}
    description             CD/DVD Drive
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f5078-413a-11eb-bfdb-e0d55ecc65a3}
    path                    \EFI\Microsoft\Boot\bootmgfw.efi
    description             Windows Boot Manager
    
    Firmware Application (101fffff)
    -------------------------------
    identifier              {562f507a-413a-11eb-bfdb-e0d55ecc65a3}
    description             Hard Drive
    Unfortunately this doesn't work for my case (legacy setup, not UEFI). I will download latest Strelec or Windows 10 PESE and boot in UEFI mode. Then I will use EasyUEFI to hopefully get rid of any unwanted entries.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:58.
Find Us




Windows 10 Forums