dbgsettings and EasyBCD

skippyV

Member
EasyBCD helped me get back my dual-"bootability". However I can't set (or view) my dbgsettings using bcdedit and was hoping that EasyBCD might come to the rescue.
However I only see the option for turning "debug" on, nothing more specific.
I'm booting XP and Win7. My problem is everytime I try "bcdedit /dbgsettings I get the error posted below.
Suggestions?
Code:
C:\dell>bcdedit /enum all

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  boot
path                    \bootmgr
description             Windows Boot Manager
locale                  en-US
default                 {default}
displayorder            {default}
                        {current}
                        {fdfe5b05-c53b-11e1-bacd-c1db9dc2b460}
timeout                 30
displaybootmenu         Yes

 Windows Boot Loader
-------------------
identifier              {default}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Windows 7
locale                  en-US
recoverysequence        {fdfe5b03-c53b-11e1-bacd-c1db9dc2b460}
recoveryenabled         Yes
osdevice                partition=C:
systemroot              \Windows
resumeobject            {979523cb-c51b-11e1-8605-806e6f6e6963}

Windows Boot Loader
-------------------
identifier              {fdfe5b03-c53b-11e1-bacd-c1db9dc2b460}
device                  ramdisk=[C:]\Recovery\09f63824-8503-11e1-8a6e-939cbde5fe60\Winre.wim,{fdfe5b04-c53b-11e1-bacd-c1db9dc2b460}
path                    \windows\system32\winload.exe
description             Windows Recovery Environment (recovered)
locale
osdevice                ramdisk=[C:]\Recovery\09f63824-8503-11e1-8a6e-939cbde5fe60\Winre.wim,{fdfe5b04-c53b-11e1-bacd-c1db9dc2b460}
systemroot              \windows
winpe                   Yes

Windows Boot Loader
-------------------
identifier              {current}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Win7, Debug,1394:25,6.0.0
locale                  en-US
loadoptions             busparams=6.0.0
recoverysequence        {fdfe5b03-c53b-11e1-bacd-c1db9dc2b460}
recoveryenabled         Yes
osdevice                partition=C:
systemroot              \Windows
resumeobject            {979523cb-c51b-11e1-8605-806e6f6e6963}
debug                   Yes


Resume from Hibernate
---------------------
identifier              {979523cb-c51b-11e1-8605-806e6f6e6963}
device                  partition=C:
path                    \Windows\system32\winresume.exe
description             Windows 7 Professional (recovered)
locale                  en-US
inherit                 {resumeloadersettings}
filedevice              partition=C:
filepath                \hiberfil.sys
debugoptionenabled      No


Windows Memory Tester
---------------------
identifier              {memdiag}
device                  boot
path                    \Boot\memtest.exe
description             Windows Memory Diagnostic
locale                  en-US


Real-mode Boot Sector
---------------------
identifier              {fdfe5b05-c53b-11e1-bacd-c1db9dc2b460}
device                  partition=D:
path                    \NST\ntldr
description             Microsoft Windows XP


Device options
--------------
identifier              {fdfe5b04-c53b-11e1-bacd-c1db9dc2b460}
ramdisksdidevice        partition=C:
ramdisksdipath          \Recovery\09f63824-8503-11e1-8a6e-939cbde5fe60\boot.sdi


C:\dell>bcdedit /dbgsettings
An error occurred while attempting to access the boot configuration data.
The system cannot find the file specified.
 
[SOLVED] by rebuilding the entries

I can't say exactly what the problem was. So I deleted all the entries and rebuilt them with bcdedit.
I like EasyBCD but it could be better with some "advanced settings" tab allowing all options to be set.:wtf:
 
Hi skippy,

It's difficult to add features like this while not sacrificing EasyBCD's ease of use. Glad you got it working, though.
 
Back
Top