Answered by:
BCD FILE NOT FOUND

Question
-
Hello guys,
First of all, I am using windows 8.1. Everytime I attempt to reset it the error "REQUIRED DRIVE PARTITION IS MISSING" always appears. I have googled this problem and I've found the suggestion (using bootrec):
In the command prompt, type1. bootrec /fixmbr
2. bootrec /fixboot
3. bootrec /rebuildbcd
Now, bootrec /rebuildbcd command always results in 0 total...
So (4) attrib C:\Boot\BCD -h -r -s
However, I always get the response "C:\Boot\BCD FILE NOT FOUND"
Can anyone help me please? Thanks so much!Sunday, February 8, 2015 5:34 PM
Answers
-
Hi Blessed,
Have you got an installation media ?
If we haven`t got one ,we can made one referring to the following link :
Create installation media for Windows 8.1
http://windows.microsoft.com/en-HK/windows-8/create-reset-refresh-mediaWe can boot from the installation media and then choose the repair mode during the “install now “ screen .And choose the “Startup repair” option in the Windows Repair Environment .
If the automatic repair will not work ,choose the command line mode and take the following steps to have a check.
Type diskpart
Type select disk 0
Type list partition
then note the partition number where you installed windows 8.1.
Type select partition X (X is the partition number where Windows is installed)
type active
type exit
type bcdboot c:\windows (if C is your windows partition)Here is a link for reference of this method (Juke Chou`s answer):
BCDboot "Failure when attempting to copy boot files" (This method should also be applied to Windows 8.1 )
https://social.technet.microsoft.com/Forums/windows/en-US/7998d8fe-14f1-4e03-bf9e-49a1918e099f/bcdboot-failure-when-attempting-to-copy-boot-files?forum=w7itproinstallBest regards
- Edited by MeipoXuMicrosoft contingent staff Tuesday, February 10, 2015 9:36 AM
- Proposed as answer by Yolanda Zhu Thursday, February 12, 2015 9:07 AM
- Marked as answer by Yolanda Zhu Monday, February 16, 2015 8:59 AM
Tuesday, February 10, 2015 9:34 AM
All replies
-
- Proposed as answer by Yolanda Zhu Thursday, February 12, 2015 9:07 AM
Sunday, February 8, 2015 8:40 PM -
Hi Blessed,
Have you got an installation media ?
If we haven`t got one ,we can made one referring to the following link :
Create installation media for Windows 8.1
http://windows.microsoft.com/en-HK/windows-8/create-reset-refresh-mediaWe can boot from the installation media and then choose the repair mode during the “install now “ screen .And choose the “Startup repair” option in the Windows Repair Environment .
If the automatic repair will not work ,choose the command line mode and take the following steps to have a check.
Type diskpart
Type select disk 0
Type list partition
then note the partition number where you installed windows 8.1.
Type select partition X (X is the partition number where Windows is installed)
type active
type exit
type bcdboot c:\windows (if C is your windows partition)Here is a link for reference of this method (Juke Chou`s answer):
BCDboot "Failure when attempting to copy boot files" (This method should also be applied to Windows 8.1 )
https://social.technet.microsoft.com/Forums/windows/en-US/7998d8fe-14f1-4e03-bf9e-49a1918e099f/bcdboot-failure-when-attempting-to-copy-boot-files?forum=w7itproinstallBest regards
- Edited by MeipoXuMicrosoft contingent staff Tuesday, February 10, 2015 9:36 AM
- Proposed as answer by Yolanda Zhu Thursday, February 12, 2015 9:07 AM
- Marked as answer by Yolanda Zhu Monday, February 16, 2015 8:59 AM
Tuesday, February 10, 2015 9:34 AM -
The active command doesn’t work for my system. I am having the same problemWednesday, August 12, 2020 2:23 AM