6
4
My Windows 8 laptop has a boot problem. When Windows tries to boot, I get this error message:
Boot configuration data is missing
File: \BCD
Error code: 0xc0000034
So as suggested I booted to the console and tried:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
After the last command I got:
Total identified win installations:1
[1] C:\Windows
Add installation to boot list?
I typed y
so I want to add installation, but got a reply:
The requested system device cannot be found.
As a solution I found a diskpart - select and activate OS partition, so I selected OS partition and typed:
active
I got a reply that:
The selected disk is not a fixed MBR disk.
The active command can only be used on fixed MBR disks.
How to fix this problem, to get Windows 8 boot properly? My laptop is a repair of a previously working PC.
Try using: BCDboot c:/windows /s c: /l en-us – Pretzel – 2013-11-13T15:00:31.563
1
Boot files successfully created
but Windows won't boot anyway, still get same error. – martin – 2013-11-13T15:39:48.437Did you try the initial sequence of commands you tried previously afterwards? – Pretzel – 2013-11-13T15:41:47.627
1Yes, with same result.
bootrec /rebuildbcd
returns "The requested system device cannot be found. " and after rester Windows won't boot – martin – 2013-11-13T15:49:12.163