Page 1 of 1
Help needed with recovery partition
Posted: Thu Dec 11, 2008 6:47 am
by dmk
Can someone with Vista preinstalled and rescue and recovery partition run in Vista as administrator:
bcdedit /enum all
and post it here? This do nothing, only print information about bootloader.
Posted: Thu Dec 11, 2008 8:46 pm
by Harryc
Code: Select all
C:\Windows\system32>bcdedit /enum all
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=S:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
extendedinput Yes
default {current}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 1
resume No
customactions 0x10000ba000001
0x54000001
custom:54000001 {572bcd55-ffa7-11d9-aae0-0007e994107d}
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {bootloadersettings}
recoverysequence {672bcd55-ffa7-11d9-aae0-0007e994107d}
recoveryenabled Yes
testsigning No
osdevice partition=C:
systemroot \Windows
resumeobject {3657ebe2-d4e6-11dc-88f0-ec9c0d1f1864}
nx OptIn
Windows Boot Loader
-------------------
identifier {572bcd55-ffa7-11d9-aae0-0007e994107d}
device ramdisk=[boot]\tvtos\winpe.wim,{ramdiskoptions}
path \windows\system32\boot\winload.exe
description WinPE
osdevice ramdisk=[boot]\tvtos\winpe.wim,{ramdiskoptions}
systemroot \windows
nx OptIn
detecthal Yes
winpe Yes
Windows Boot Loader
-------------------
identifier {672bcd55-ffa7-11d9-aae0-0007e994107d}
device ramdisk=[S:]\winre.wim,{ramdiskoptions}
path \windows\system32\boot\winload.exe
description Windows Recovery Environment
osdevice ramdisk=[S:]\winre.wim,{ramdiskoptions}
systemroot \windows
nx OptIn
detecthal Yes
winpe Yes
Resume from Hibernate
---------------------
identifier {3657ebe2-d4e6-11dc-88f0-ec9c0d1f1864}
device partition=C:
path \Windows\system32\winresume.exe
description Windows Resume Application
locale en-US
inherit {resumeloadersettings}
filedevice partition=C:
filepath \hiberfil.sys
pae Yes
debugoptionenabled No
Windows Memory Tester
---------------------
identifier {memdiag}
device partition=S:
path \boot\memtest.exe
description Windows Memory Diagnostic
locale en-US
inherit {globalsettings}
badmemoryaccess Yes
Windows Legacy OS Loader
------------------------
identifier {ntldr}
device partition=S:
path \ntldr
description Earlier Version of Windows
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}
Resume Loader Settings
----------------------
identifier {resumeloadersettings}
inherit {globalsettings}
Setup Ramdisk Options
---------------------
identifier {ramdiskoptions}
description Ramdisk options
ramdisksdidevice partition=S:
ramdisksdipath \boot\boot.sdi
Posted: Fri Dec 12, 2008 6:39 am
by dmk
Thank You!