UEFI remove unwanted boot entries from BIOS solved easily

Page 6 of 7 FirstFirst ... 4567 LastLast

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

    Last month, I installed a brand new HDD and used Windows PE to partition and format it. The following photo was taken when the HDD was blank before Windows was installed. I wonder why there were two "Windows Boot Manager" entries.

    UEFI  remove unwanted boot entries from BIOS solved easily-boot-menu-2-windows.jpg
      My Computer


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

    Matthew Wai said:
    Find the specific identifier by running the following command:<br>
    <br>
    <font size="3"><strong>BCDEdit /enum firmware</strong></font><br>
    <br>
    Code:
    Firmware Application (101fffff)<br>
    -------------------------------<br>
    identifier &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{562f5076-413a-11eb-bfdb-e0d55ecc65a3}<br>
    description &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Generic STORAGE DEVICE 0903<br>
    <br>
    Firmware Application (101fffff)<br>
    -------------------------------<br>
    identifier &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{562f5077-413a-11eb-bfdb-e0d55ecc65a3}<br>
    description &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CD/DVD Drive<br>
    <br>
    Firmware Application (101fffff)<br>
    -------------------------------<br>
    identifier &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{562f5078-413a-11eb-bfdb-e0d55ecc65a3}<br>
    path &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\EFI\Microsoft\Boot\bootmgfw.efi<br>
    description &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Windows Boot Manager<br>
    <br>
    Firmware Application (101fffff)<br>
    -------------------------------<br>
    identifier &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{562f507a-413a-11eb-bfdb-e0d55ecc65a3}<br>
    description &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hard Drive<br>
    <br>
    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


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

    You may use BCDEdit after booting into Window PE in UEFI mode.

    BOOTPE.iso (598.8 MB)

    I use the above Windows PE.
      My Computer


  4. Posts : 45
    W10 Pro
       #54

    topgundcp said:
    From time to time, BCD will grow in size and contains unwanted entry/entries. If you boot your PC from multiple sources (USB's, Win 10, Win 7, Linux etc...), EFI firmware will add an entry for each device. Open Admin command and type:

    mountvol U: /s ====> assign letter U to EFI system partition (or use any unused letter)
    del /s /f /q U:\efi\*.* ====> Delete everything under U:\efi folder
    bcdboot c:\windows /s U: /f UEFI =-===> Rebuild a clean BCD
    mountvol U: /d ====> Remove the letter U from EFI system partition

    With this procedure, you don't have to mess around with bcdedit and identifier.
    If there's need to add another entry for dual boot, use bcdboot command again.
    Just wanted to say thank you! This simple set of steps is all that's needed in a multitude of scenarios
      My Computer


  5. Posts : 4,224
    Windows 10
       #55

    Thanks for sharing that copy of BootPE.iso @Matthew Wai. I went looking for same yesterday and couldn't find an adware free source. Now it's safely ensconced on my Ventoy ISO drive:


    UEFI  remove unwanted boot entries from BIOS solved easily-image.png

    Thanks again,
    --Ed--
      My Computers


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

    @EdTittel
    I am now using Firefox portable on BOOTPE, which supports portable apps such as:

    Firefox: Mozilla Firefox, Portable (browser) | PortableApps.com
    Macrorit Partition Expert: Partition Magic Freeware to manage Disk Partitions
    DiskGenius: Free Download DiskGenius Online

    Auslogics Disk Defrag:
    Download Portable Auslogics Disk Defrag 8.0.24.0
    7-Zip: 7-Zip Portable (file archiver) | PortableApps.com
    VLC Media Player: VLC Media Player Portable - Free download and software reviews - CNET Download

    Press the Windows key + R and run CMD to open a CMD window.
    You can run commands such as:

    BCDEdit
    IPconfig /all
    ChkDsk C: /f
    SnippingTool
    Paint
    DevMgmt.msc
    DiskMgmt.msc
    DiskPart


      My Computer


  7. Posts : 521
    Microsoft Windows 10 Home 64-bit 18363 Multiprocessor Free
       #57

    I want to delete a useless boot entry that doesn't point to anything. I used this program to identify it. However not sure what the string correlates to in the bcdedit output.

    UEFI  remove unwanted boot entries from BIOS solved easily-image.png






    UEFI  remove unwanted boot entries from BIOS solved easily-image.png


    I have 3 legitimate boot entries. One Linux (1TB in the middle). The top one should be just one for Samsung 970 and the bottom should also be just one. I have 2 false entries.


    UEFI  remove unwanted boot entries from BIOS solved easily-image.jpg

    - - - Updated - - -

    what is this string from EAsyUEFI?



    UEFI  remove unwanted boot entries from BIOS solved easily-image.png
      My Computer


  8. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #58

    Hello @dictum,

    dictum said:
    I want to delete a useless boot entry that doesn't point to anything.

    This will explain how to find the entry to delete, and the command required to Delete it . . .

    > Option Two: Delete Boot Loader Entry on Boot Options Menu in Command Prompt

    The command will be in the format > bcdedit /delete {identifier}

    Substitute the {identifier} in the command with the correct identifier for the entry that you want to Delete.

    I hope this helps.
    Last edited by Paul Black; 18 May 2021 at 02:43.
      My Computer


  9. Posts : 521
    Microsoft Windows 10 Home 64-bit 18363 Multiprocessor Free
       #59

    I am aware of the bcdedit /delete {identifier} command.
    The question is, what is the correct identifier to use? I do not understand how extract the identifier from the bad boot entry, or how to identify the bad boot entry. I want to be 100% certain I am deleting the correct boot entry.
    The EasyUEFI does not show the "identifier" but another string and as I inquired above, how do I correlate them?




    - - - Updated - - -

    which two entries in this list correlate to two bad entries in the boot menu?


    UEFI  remove unwanted boot entries from BIOS solved easily-image.png
      My Computer


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

    dictum said:
    The question is, what is the correct identifier to use?
    I would never touch the identifier shown under Windows Boot Manager.
    I would only delete the identifiers shown under Firmware Application.
      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 18:02.
Find Us




Windows 10 Forums