Specific errors are as follows:
BFSVC Error: Could not open the BCD template store.Status=[c000000f]
In Baidu know to answer the question, encounter a netizen Win10 computer into the system, prompt BCD error.
Reset the BCD, go to troubleshooter, advanced options, command prompt, execute:
bootrec /rebuildbcd
The result is no good, prompt system cannot find the specified path. (The problem cannot be restored later, so it cannot be tested)
Execute diskPart and know GPT mode from list disk. Sel disk 0, List Part. Sel Part 1, assign letter Z, assign letter Z, assign letter Z.
The most important step is to make sure the Windows directory is on drive C by switching to Drive C, dir/A. So execute:
bcdboot c:\windows /s z: /f uefi /l zh-cn
Status=[c000000f] BFSVC Error: Could not open the BCD template store.status =[c000000f]
In this case, you can follow it with/V to see the details. At that time, I thought there was a problem with the BCD-Template file.
Because the general system files, WinSXS have relevant backup, so execute:
CD C :\ Windows \ System32 \ Configren BCD-BAK, I can restore CD C :\ Windows \ Winsxscd * bcdTemplate * if necessary. This is the path I found by searching everything on my computer. Because the folder name is too long, I use the wildcard instead. copy bcd-template c:\windows\system32\config
This method may not work on some Win10, because winSXS bCD-Template may not be a registry file, win7 is a registry file, users can also win10 computer.
will not work, if you want to use the bcdboot command to fix it, you can only copy the bcd-template from the config directory on the same system computer to your own computer.
Net friend executes above command while, I also search relevant data on the net.
Some netizens said, bCD-Template is out of order, using SFC to repair, win10 tested SFC does not support to repair the file. Others said that they had the same problem and that they had mixed up \ and/or.
Seeing this, I went back to see the user executed the command, sure enough, “Bcdboot c:/ Windows…” “To” Bcdboot c:\ Windows…” Command executed successfully! After restarting, the system can enter normally.
So, you can’t take these punctuation marks lightly.
Read More:
- If you open the store in iTunes, you will be prompted to solve the 310 error
- How to Solve FreeMarker template error
- How to solve the problem of “unable to open / dev / vmmon: broken pipeline” when running VMware virtual machine?
- How to solve the problem of “unable to open source file XXXXX. H” in VS development?
- How to Fix “the data of store is lost after Vue refreshes the page”
- How to solve the problem of “unable to open include file:” graphics. H “: no such file or directory”
- [C + +] G + + compiler class template error message: template argument 1 is invalid
- An error happened during template parsing (template: “class path resource
- Unknown error (SQLite code 14): could not open database (How to Fix)
- How many pieces of data can list store in Java?
- How to Fix Failed to open \EFI\BOOT\grubx64.efi Not Found
- Error: could not open `C:\Program Files\Java\jre1.8.0_211\lib\amd64\jvm.cfg’ (How to Fix)
- Error gyp verb ‘which’ failed error: not found: python2 using Vue admin template master
- How to solve the problem of error 15: file not found when Linux starts
- Solve the problem of ‘error compiling template’
- Vue report failed to mount component: template or render function not defined
- C + + common errors: “error: XXX in namespace ‘STD’ does not name a template type”
- This relative module was not found: * ./store in ./src/main.js
- How to solve the error loading media: file could not be played in jwplay
- How to Solve Vue Command Not Work Issue in win7_64