bcdedit question

edweird13

New member
Local time
4:11 PM
Messages
4
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

Computer type
PC/Desktop
OS
Windows 8.1 Pro x64

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Yeah that worked. Will the "Launch Startup Repair" boot menu ever show again if I have booting issues?
 

My Computer

Computer type
PC/Desktop
OS
Windows 8.1 Pro x64
do
Code:
bcdedit /enum  all>c:\bcd.txt
then post c:\bcd.txt

Also try http://www.sevenforums.com/tutorials/666-advanced-boot-options.html 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

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
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

Computer type
PC/Desktop
OS
Windows 8.1 Pro x64
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

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Back
Top