Hızlı yanıt: kod örneği
askubuntu.com wubi-installer-error-the-boot-configuration-data-store-could-not-be-opened
Go to an administrative command prompt and run . This will open your BCD store and output the contents. If it fails with the same exception message then your problem is that Windows needs to be told where the BCD store is. i.e. nothing to do with Wubi (which is what I believe).To open an administrative command prompt click the Windows key, type , then look above, right click on CMD.EXE and select Run as Administrator.Refer to Issue 3 here for explanation and potential fix: http://support.microsoft.com/kb/2419286Edit: more information and fix from the Microsoft support siteSymptomsWhen you run you get the following error:
“The boot configuration data store could not be opened. The system cannot find the file specified.” Look for the following registry key HKEY_LOCAL_MACHINE\BCD00000000If we check under HKLM you will not find the key BCD00000000 CauseIf some 3rd party storage Disk or Storage Management software is installed it may bring all the volume without drive letter offline Generally 100 MB partition is system partition which contains Boot configuration Database and does not have a drive letter assigned.ResolutionFrom an administrator command prompt (right-click and choose ):
bcdedit
cmd
Bcdedit /enum
CMD.EXE
Run as Administrator
C:\>DiskpartC:\Diskpart> List volumeC:\Diskpart> Select volume 1 (Considering this is 100 MB system partition)c:\Diskpart> Online volumeC:\Diskpart> exit