How do I open the boot configuration store?

G

Guest

In trying to perform a bcdedit.exe command I got "the boot configuration data
store could not be opened. Access is denied." Response
In administrative privileges it says I should have full access, any
suggestions?
 
G

gadya

I have a similar problem but different.
"The boot configuration data store could not be opened The system cannot
find the file specified."

I suspect that this may be because the system partition which contains the
bootmgr and bcd etc is not the Vista partition but an XP partition.
Everything works OK. I get the option to choose Vista or earlier operating
systems.
But I want to use BCDedit to change the default entry from Vista to XP and I
get the error message above!
 
M

Mark

You should be able to do that from within Vista. System / System Protection
/ Advanced / Startup And Recovery / Default Operating System

Mark
 
G

gadya

I should be able to, but as I said the BCD file is not seen by BCDedit, and
similarly when I go to . System / System Protection
/ Advanced / Startup And Recovery / Default Operating System, the drop down
list is greyed out. Interestingly if you enter a value in 'time to display
list of operating systems' and OK it, it reverts to 0 - which of course makes
sense in the circumstances.
 
J

Jon

gadya said:
I should be able to, but as I said the BCD file is not seen by BCDedit, and
similarly when I go to . System / System Protection
/ Advanced / Startup And Recovery / Default Operating System, the drop
down
list is greyed out. Interestingly if you enter a value in 'time to display
list of operating systems' and OK it, it reverts to 0 - which of course
makes
sense in the circumstances.


Bcedit has a /store options which you can use to access and modify stores on
other partitions eg

bcdedit / enum /store F:\Boot|BCD

enmerates a store on another drive
 
J

Jon

Jon said:
Bcedit has a /store options which you can use to access and modify stores
on other partitions eg

bcdedit / enum /store F:\Boot|BCD

enmerates a store on another drive


Make that

bcdedit /enum /store F:\Boot\BCD
 
G

gadya

Thanks. I had just figured that out.

You can in fact do it as you suggest from the Vista partition, or from the
XP partition, accessing BCDedit fromVista, and in both cases specifying the
address of the store. Commands are then implemented on the specified store
and the boot procedure is modified successfully.

However, the Control panel startup and recovery settings are still not
updated to reflect the change.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top