Windows 10: WinRE, add boot menu entry

Discus and support WinRE, add boot menu entry in Windows 10 Customization to solve the problem; 1909 Anyone know how to do it? (The internal drive's WinRE.) 160075 Discussion in 'Windows 10 Customization' started by thename, Jul 6, 2020.

  1. thename Win User

    WinRE, add boot menu entry


    1909

    Anyone know how to do it?
    (The internal drive's WinRE.)

    :)
     
    thename, Jul 6, 2020
    #1

  2. Add UEFI entries to boot menu

    I was wondering if there is any way to add a UEFI option to the bootmgr menu. I am trying to add GRUB to the boot menu; however, since Windows doesn't load anything but Windows in secure boot mode, I can't just load the GRUB file, hence the need to add the
    UEFI entry. My system is a Lenovo IdeaPad Flex 6 laptop, Windows 10 Home.

    Thanks in advance.
     
    Computer semi-expert, Jul 6, 2020
    #2
  3. Naki Win User
    Feature suggestion: Add right-click menu

    Suggestion: Please add a Windows 7 Jump-List and/or right-click menu to the GPU-Z icon in the Windows taskbar. Possible menus in it would be "Exit" and "About GPU-Z...".
    Maybe also "Switch to tab 1/Switch to tab 2/Switch to videocard 1/Switch to videocard 2" too.
    Examples of programs that have such menus are ICQ, Skype, AIM.

    NOTE: It seems for a right-click menu, Windows 7 is not needed - it works on WinXP and Vista too.
    But even a Windows 7 Jump-list may be good enough.
    What do you think?
     
    Naki, Jul 6, 2020
    #3
  4. WinRE, add boot menu entry

    How do i add a boot entry for a partition

    Hello Arsha, my name is Paul one of the Community Experts.

    Here's a guide on how you can create a Boot Entry.

    The first step in customizing boot options in operating systems is to add a new boot entry for an operating system. A boot entry is a set of options that define a load configuration for an operating system or bootable program.

    You can have multiple boot entries for an operating system, each with a different set of boot parameters. Windows Installer creates a standard boot entry when you install an operating system, and you can create additional, customized boot entries for an operating
    system by editing the boot options.

    You can add, delete, and change the options in the boot entry that Windows Installer created. However, it is prudent to keep the standard entry and, instead, add a separate entry that you customize.

    To add a boot entry, copy an existing boot entry, and then modify the copy.

    This topic applies to Windows Vista and later, Windows Server 2008 and later, and Windows Recovery Environment.

    Adding a new boot entry

    In Windows, you use BCDEdit to modify your boot options. To add a new boot entry, open a Command Prompt window with elevated privileges (right click Command Prompt and click Run as administrator from the shortcut menu).

    Note Before setting BCDEdit options you might need to disable or suspend BitLocker and Secure Boot on the computer.

    The easiest way to create a new boot entry is to copy an existing entry and then modify it as you need. To do this, use BCDEdit with the /copy option. For example, in the following command, BCDEdit copies the Microsoft Windows boot entry that was last used
    to boot Windows, identified as {current}, and creates a new boot entry. The /d description option specifies DebugEntry as the name of the new boot entry.

    Copy

    bcdedit /copy {current} /d "DebugEntry"

    If the command succeeds, BCDEdit displays a message similar to the following:

    Copy

    The entry was successfully copied to {49916baf-0e08-11db-9af4-000bdbd316a0}.

    When you copy a boot loader entry that appears on the boot menu, the copy is automatically added as the last item on the boot menu.

    The GUID in the preceding message (which appears between braces ({})) is the identifier of the new boot entry. The /copy option creates a new GUID for the boot entry. You use the identifier to represent the entry in all subsequent BCDEdit commands.

    If the command fails, be sure that you are running in a Command Prompt window with administrator privileges and that all of the command parameters are spelled correctly, including the braces around {current}.

    You can also add a boot entry using the /create option. This method is more difficult because you need to provide additional information about the boot entry type. You also need to specify the /application, /inherit, or /device options. For example, the following
    creates a new operating system boot entry called "My Windows Vista":

    Copy

    bcdedit /create /d "My Windows Vista" /application osloader

    When you use the /create option, the new boot loader entries are not added to the boot menu automatically. The /create option creates a new GUID for the boot entry. You must add the new boot entry to the boot menu by using the /displayorder option. You can
    place the boot loader entries in any order.

    For information about the /create command parameters, type bcdedit /? /create in a Command Prompt window.

    Editing the boot menu

    In Windows, new boot loader entries are not added to the boot menu automatically. You can place the boot loader entries in any order.

    You can use the /displayorder option to set the order in which the boot manager displays the boot entries on a multi-boot menu. The command has the following syntax:

    Copy

    bcdedit /displayorder {ID} {ID} ...

    The ID is the GUID of the boot entry or a reserved identifier, such as {current}). Separate each identifier with a space. Be sure to include the braces ({}).

    For example, to add the DebugEntry boot entry to the boot menu after the {current} entry, use the following command (remember to use '{guid}' in Windows PowerShell):

    Copy

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

    You can also use the options /addlast, /addfirst, and /remove to order and remove items from the menu. For example, the following command adds the DebugEntry boot entry as the last item on the menu:

    Copy

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

    Removing and deleting a boot entry

    The following command removes the {49916baf-0e08-11db-9af4-000bdbd316a0} boot entry item from the boot menu.

    Copy

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

    When you remove the specified boot entry using the /displayorder and /remove options, the boot entry is removed from the boot menu, but it is still in the BCD store. To completely remove a boot loader entry from the boot menu and from the store, use the /delete
    option.

    Copy

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

    To verify that the display order is correct, use the following command:

    Copy

    bcdedit

    When you type bcdedit without additional parameters, BCDEdit displays the boot manager entry and the boot loader entries in the order that they will appear in the menu.

    The Windows Boot Manager entry also includes the boot menu display order, as the following example shows.

    Copy

    ## Windows Boot Manager

    identifier {bootmgr}

    device partition=C:

    description Windows Boot Manager

    locale en-US

    inherit {globalsettings}

    default {current}

    displayorder {current}

    {18b123cd-2bf6-11db-bfae-00e018e2b8db}

    toolsdisplayorder {memdiag}

    timeout 30

    ## Windows Boot Loader

    -------------------

    identifier {current}

    device partition=C:

    path \Windows\system32\winload.exe

    description Microsoft Windows Vista

    locale en-US

    inherit {bootloadersettings}

    osdevice partition=C:

    systemroot \Windows

    resumeobject {d7094401-2641-11db-baba-00e018e2b8db}

    nx OptIn

    ## Windows Boot Loader

    -------------------

    identifier {18b123cd-2bf6-11db-bfae-00e018e2b8db}

    device partition=C:

    path \Windows\system32\winload.exe

    description Debugger Boot

    locale en-US

    inherit {bootloadersettings}

    osdevice partition=C:

    systemroot \Windows

    resumeobject {d7094401-2641-11db-baba-00e018e2b8db}

    nx OptIn

    debug Yes
     
    Paul_Mykel, Jul 6, 2020
    #4
Thema:

WinRE, add boot menu entry

Loading...
  1. WinRE, add boot menu entry - Similar Threads - WinRE add boot

  2. Random 'y' entry in F12 boot menu

    in Windows 10 Installation and Upgrade
    Random 'y' entry in F12 boot menu: Not long ago, I tried installed FydeOS alongside windows in a dual boot manner. FydeOS had me install Refind to allow me to dual boot, but not before long I decided to remove FydeOS and went back to Windows. Fast forward, I ended up doing a fresh install of Windows 10, but...
  3. Random 'y' entry in F12 boot menu

    in Windows 10 Gaming
    Random 'y' entry in F12 boot menu: Not long ago, I tried installed FydeOS alongside windows in a dual boot manner. FydeOS had me install Refind to allow me to dual boot, but not before long I decided to remove FydeOS and went back to Windows. Fast forward, I ended up doing a fresh install of Windows 10, but...
  4. Random 'y' entry in F12 boot menu

    in Windows 10 Software and Apps
    Random 'y' entry in F12 boot menu: Not long ago, I tried installed FydeOS alongside windows in a dual boot manner. FydeOS had me install Refind to allow me to dual boot, but not before long I decided to remove FydeOS and went back to Windows. Fast forward, I ended up doing a fresh install of Windows 10, but...
  5. Add new OS to boot menu

    in Windows 10 Installation and Upgrade
    Add new OS to boot menu: Hey all, I'm trying to add a cloned SSD with an existing Win10 OS on it to a new Lenovo Ideacentre workstation . The Lenovo has an M.2 drive (GPT) where the system partition/ boot menu resides as well as its own OS. The cloned SSD drive is MBR but I have been able to get...
  6. How to add entries to windows boot manager

    in Windows 10 Ask Insider
    How to add entries to windows boot manager: Hello windows community! I've got a repeating problem with my windows installation that is preventing me from using grub with bitlocker. After researching a solution I found the most simple and secure solution is to use the built in windows boot manager. I have found...
  7. How do i add a boot entry for a partition

    in Windows 10 Customization
    How do i add a boot entry for a partition: Hello, as the title says, how can i add a boot entry for a specific partition. I have tried EasyBCD, but my system ssd is in UEFI. Is there a workaround to this issue? Thanks in advance,...
  8. Add UEFI entries to boot menu

    in Windows 10 Performance & Maintenance
    Add UEFI entries to boot menu: I was wondering if there is any way to add a UEFI option to the bootmgr menu. I am trying to add GRUB to the boot menu; however, since Windows doesn't load anything but Windows in secure boot mode, I can't just load the GRUB file, hence the need to add the UEFI entry. My...
  9. How to add a boot entry for windows 7?

    in Windows 10 Installation and Upgrade
    How to add a boot entry for windows 7?: Thanks for posting back with results and marking the thread Solved. This will help other users with the same question. *Smile
  10. How to remove entries from current boot menu

    in Windows 10 Installation and Upgrade
    How to remove entries from current boot menu: I have the following entries in my system start up: Windows 10 Windows 10 Windows 7 How do I remove the last two entries so startup just shows one Windows 10 only or just boots right into Windows 10 without a start screen ? Thanks....TiminAz 36496