bcdedit question


  1. Posts : 4
    Windows 8.1 Pro x64
       #1

    bcdedit question


    Is there a way to make "Start Windows Normally" the default option without disabling recovery? I would like to be able to still use winre.
      My Computer


  2. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #2

    So ONLY thing you want is: change the default menu option to "current running win7 system"? If so Elevated Command Prompt then
    Code:
    bcdedit/default  {current}
    Post results
      My Computer


  3. Posts : 4
    Windows 8.1 Pro x64
    Thread Starter
       #3

    Yeah that worked. Will the "Launch Startup Repair" boot menu ever show again if I have booting issues?
      My Computer


  4. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #4

    do
    Code:
    bcdedit /enum  all>c:\bcd.txt
    then post c:\bcd.txt

    Also try Advanced Boot Options and select "repair your compujter" there. Does that work? Of course there's nothing to repair now. If it works.... then the recovery environment boot entry is correct!

    To know if it launches automatically in case of win7 boot problems... I have to see bcd.txt
      My Computer


  5. Posts : 4
    Windows 8.1 Pro x64
    Thread Starter
       #5

    Windows Boot Manager
    --------------------
    identifier {bootmgr}
    device partition=\Device\HarddiskVolume1
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    default {current}
    resumeobject {9c2716ba-71b2-11e4-9634-000c29d78ca3}
    displayorder {current}
    toolsdisplayorder {memdiag}
    timeout 30

    Windows Boot Loader
    -------------------
    identifier {6fc56185-71a2-11e4-a0dd-000c29d78c99}
    device ramdisk=[C:]\Recovery\6fc56185-71a2-11e4-a0dd-000c29d78c99\Winre.wim,{6fc56186-71a2-11e4-a0dd-000c29d78c99}
    path \windows\system32\winload.exe
    description Windows Recovery Environment
    inherit {bootloadersettings}
    osdevice ramdisk=[C:]\Recovery\6fc56185-71a2-11e4-a0dd-000c29d78c99\Winre.wim,{6fc56186-71a2-11e4-a0dd-000c29d78c99}
    systemroot \windows
    nx OptIn
    winpe Yes

    Windows Boot Loader
    -------------------
    identifier {current}
    device partition=C:
    path \windows\system32\winload.exe
    description Windows 7
    locale en-US
    inherit {bootloadersettings}
    recoverysequence {6fc56185-71a2-11e4-a0dd-000c29d78c99}
    recoveryenabled Yes
    osdevice partition=C:
    systemroot \windows
    resumeobject {9c2716ba-71b2-11e4-9634-000c29d78ca3}
    nx OptIn

    Resume from Hibernate
    ---------------------
    identifier {9c2716ba-71b2-11e4-9634-000c29d78ca3}
    device partition=C:
    path \windows\system32\winresume.exe
    description Windows Resume Application
    locale en-US
    inherit {resumeloadersettings}
    filedevice partition=C:
    filepath \hiberfil.sys
    debugoptionenabled No

    Windows Memory Tester
    ---------------------
    identifier {memdiag}
    device partition=\Device\HarddiskVolume1
    path \boot\memtest.exe
    description Windows Memory Diagnostic
    locale en-US
    inherit {globalsettings}
    badmemoryaccess Yes

    EMS Settings
    ------------
    identifier {emssettings}
    bootems Yes

    Debugger Settings
    -----------------
    identifier {dbgsettings}
    debugtype Serial
    debugport 1
    baudrate 115200

    RAM Defects
    -----------
    identifier {badmemory}

    Global Settings
    ---------------
    identifier {globalsettings}
    inherit {dbgsettings}
    {emssettings}
    {badmemory}

    Boot Loader Settings
    --------------------
    identifier {bootloadersettings}
    inherit {globalsettings}
    {hypervisorsettings}

    Hypervisor Settings
    -------------------
    identifier {hypervisorsettings}
    hypervisordebugtype Serial
    hypervisordebugport 1
    hypervisorbaudrate 115200

    Resume Loader Settings
    ----------------------
    identifier {resumeloadersettings}
    inherit {globalsettings}

    Device options
    --------------
    identifier {6fc56186-71a2-11e4-a0dd-000c29d78c99}
    description Ramdisk Options
    ramdisksdidevice partition=C:
    ramdisksdipath \Recovery\6fc56185-71a2-11e4-a0dd-000c29d78c99\boot.sdi
      My Computer


  6. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #6

    edweird13 said:
    Windows Boot Manager
    --------------------
    identifier {bootmgr}
    device partition=\Device\HarddiskVolume1
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    default {current}
    resumeobject {9c2716ba-71b2-11e4-9634-000c29d78ca3}
    displayorder {current}
    toolsdisplayorder {memdiag}
    timeout 30

    Windows Boot Loader
    -------------------
    identifier {6fc56185-71a2-11e4-a0dd-000c29d78c99}
    device ramdisk=[C:]\Recovery\6fc56185-71a2-11e4-a0dd-000c29d78c99\Winre.wim,{6fc56186-71a2-11e4-a0dd-000c29d78c99}
    path \windows\system32\winload.exe
    description Windows Recovery Environment
    inherit {bootloadersettings}
    osdevice ramdisk=[C:]\Recovery\6fc56185-71a2-11e4-a0dd-000c29d78c99\Winre.wim,{6fc56186-71a2-11e4-a0dd-000c29d78c99}
    systemroot \windows
    nx OptIn
    winpe Yes

    Windows Boot Loader
    -------------------
    identifier {current}
    device partition=C:
    path \windows\system32\winload.exe
    description Windows 7
    locale en-US
    inherit {bootloadersettings}
    recoverysequence {6fc56185-71a2-11e4-a0dd-000c29d78c99}
    recoveryenabled Yes
    osdevice partition=C:
    systemroot \windows
    resumeobject {9c2716ba-71b2-11e4-9634-000c29d78ca3}
    nx OptIn

    Resume from Hibernate
    ---------------------
    identifier {9c2716ba-71b2-11e4-9634-000c29d78ca3}
    device partition=C:
    path \windows\system32\winresume.exe
    description Windows Resume Application
    locale en-US
    inherit {resumeloadersettings}
    filedevice partition=C:
    filepath \hiberfil.sys
    debugoptionenabled No

    Windows Memory Tester
    ---------------------
    identifier {memdiag}
    device partition=\Device\HarddiskVolume1
    path \boot\memtest.exe
    description Windows Memory Diagnostic
    locale en-US
    inherit {globalsettings}
    badmemoryaccess Yes

    EMS Settings
    ------------
    identifier {emssettings}
    bootems Yes

    Debugger Settings
    -----------------
    identifier {dbgsettings}
    debugtype Serial
    debugport 1
    baudrate 115200

    RAM Defects
    -----------
    identifier {badmemory}

    Global Settings
    ---------------
    identifier {globalsettings}
    inherit {dbgsettings}
    {emssettings}
    {badmemory}

    Boot Loader Settings
    --------------------
    identifier {bootloadersettings}
    inherit {globalsettings}
    {hypervisorsettings}

    Hypervisor Settings
    -------------------
    identifier {hypervisorsettings}
    hypervisordebugtype Serial
    hypervisordebugport 1
    hypervisorbaudrate 115200

    Resume Loader Settings
    ----------------------
    identifier {resumeloadersettings}
    inherit {globalsettings}

    Device options
    --------------
    identifier {6fc56186-71a2-11e4-a0dd-000c29d78c99}
    description Ramdisk Options
    ramdisksdidevice partition=C:
    ramdisksdipath \Recovery\6fc56185-71a2-11e4-a0dd-000c29d78c99\boot.sdi
    See the text in bold. Perfectly linked to each other!
      My Computer


  7. Posts : 4
    Windows 8.1 Pro x64
    Thread Starter
       #7

    Thanks!!
      My Computer


 

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

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