VoipDiscount
http://tch.cz/voipbb/

file: \efi\microsoft\boot\bcd windows 10 0xc0000034
http://tch.cz/voipbb/viewtopic.php?f=7&t=2014
Stránka 1 z 1

Autor:  kotouc [ úte led 10, 2017 12:26 am ]
Předmět příspěvku:  file: \efi\microsoft\boot\bcd windows 10 0xc0000034

originál na této stránce: https://www.tenforums.com/bsod-crashes- ... 00034.html

Edit 5: Final edit and solution!
After delving deep into countless forums, I found this post in the microsoft forums which fixed my issue. Though it is addressing Win 8, it worked like a charm for 10. Hopefully this post will give Win 10 users a somewhat comprehensive list of things to try for error 0xc0000034

ANswer posted here: http://answers.microsoft.com/en-us/wind ... 3f7?page=7

"Hi,

I have experienced the same trouble as you had and I also would like to avoid
re-installing windows. So I tried to search informations for fix this problem
and I got it.

Apparentry, why we could not fix the problem by typing bootrec /rebuildbcd is
because we have confused our environment about system, more succinctly, whether
you use legacy BIOS/MBR system or newer UEFI/GPT system.

Current manufacturer shipping there Windows8 PC product as UEFI/GPT system, or if you had
installed your windows8 on UEFI/GPT, once corrupted your PC, you should fix
it in another way from BIOS/MBR system.

If you could not boot your UEFI system, (this means also you could not fix it
by windows' Automatic Repair) you could fix it by these method.

*Here to assume that disk 0 is a booting device.

a) After you boot your computer using Windows 8 DVD or System Repair Disc, a black screen
appears with gray text "Press any key to boot from CD or DVD". Press any key.
b) Select the correct time and Keyboard type.
c) Click Repair your computer in the lower left corner.
d) Select Troubleshoot from Choose an option screen.
e) Click Advanced options in Troubleshoot screen.
f) Click on Command Prompt.
g) Type these following commands and hit enter after each line of command:
"#" is an instruction comment so not to type it ;-)

# to execute diskpart program
diskpart
DISKPART> list disk
DISKPART> select disk 0
DISKPART> list volume
# find your system partition with fat32 file system. Here to assume it as volume 2.
DISKPART> select volume 2
# To assign drive letter.
# If you want to remove drive letter, use remove command.
DISKPART> assign letter=b:
# To terminate diskpart command.
DISKPART> exit

# Now, you sould move to b:\EFI\Microsoft\Boot\, as windows stores BCD in this folder.
cd /d b:\EFI\Microsoft\Boot\
# this is not necessary.
ren BCD BCD.bak
# To write a new bootsector on your system partition.
bootrec /fixboot
# If your windows running, you should do from here.
# To create BCD store. "/f ALL" is to update BIOS setting including UEFI firmware/NVRAM.
# Replace "ja-JP" with your language or remove "/l" option if you use English, of course.
# It might be sense only typing "bcdboot c:\Windows".
bcdboot c:\Windows /l ja-JP /s b: /f ALL

That's that. Booting information of your PC has been written over.

Let's reboot and see whether it go fine or not!"

A couple things to note. First, when using command select disk, this is referring to your Windows 10 boot/repair media located in your CD or USB drive. Second, at the final step I was a little confused by the wording when addressing the language. The command I used was bcdboot c:\Windows /l en-US /s b: /f All. That's about it! I was just about ready to wipe everything out and do a fresh install, so I'm incredibly glad I found this post. I hope it's able to help someone!

Stránka 1 z 1 Všechny časy jsou v UTC + 1 hodina [ Letní čas ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/