Windows 10: BSOD on Boot 0xc0000034

Discus and support BSOD on Boot 0xc0000034 in Windows 10 BSOD Crashes and Debugging to solve the problem; Heyo, I'm having some BSOD's on boot for some reason. I am unfortunately unable to post a debug report as I can't get to my desktop. However, I do... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by dmdordan, Oct 2, 2015.

  1. dmdordan Win User

    BSOD on Boot 0xc0000034


    Heyo,

    I'm having some BSOD's on boot for some reason. I am unfortunately unable to post a debug report as I can't get to my desktop. However, I do have a small bit of background for the issue. I recently got an SSD, and cloned my main drive with Windows 10 over to my SSD. After that I completely wiped and reformated my old drive via command prompt, but it is still installed. It worked fine and I ran it for about 30 hours straight, installed some programs and games and played them without issue. When I finally shut the computer down, this BSOD error code came up on boot. I have tried a couple of things:

    -Create Win 10 boot media and run startup repair. Bring up a screen which says "Startup Repair couldn't repair your PC. Press 'Advanced options' to try other options to repair your PC or 'shut down'to turn off your PC. Log file:" (no log file listed)

    -Run system restore. Brings up a dialogue box that says "to use system restore, you must specify which Windows installation to restore. Restart this computer, select an operating system, and the select system restore"

    -Use command prompt to run Bootrec /fixMBR, bootrec /fixBoot, bootrec /rebuildBCD

    None of these steps have worked. I could reinstall Win 10, but the whole purpose of cloning my drive to my SSD was to save data and settings. I have my personal files backed up but I'd rather not have to reset all of my settings. Is there something else I can try first? I will be doing further troubleshooting and editing in those steps as I wait for replies.

    Edit: Just tried these steps to no avail
    1. Press Shift + F10 when you are at the Install Windows screen, The elevated command prompt at boot will now open.
    2. Type DISKPART command
    3. Enter Command LIST VOLUME, note volume no...
    4. Enter Command SELECT VOLUME "no" (eg1,2,3) mine was 3
    5. Enter Command ASSIGN LETTER=Z and EXIT
    6. Enter Command BCDBoot c:\Windows /s z: /f: UEFI
    7. Exit and restart.

    Edit 2: Attempted to reset PC, bringing up a screen that says "The drive where Windows is installed is locked. Unlock the drive and try again." Resetting seemed to work as it said "getting things ready" when I clicked it. I hard shut-down when that came up because I'd prefer not to lose everything.

    Edit 3: Followed the steps found here: Windows 8, - Page 3. Though I followed the instructions to the letter, when I entered the command bcdboot d:\windows, I got the error message "Failure when attempting to copy boot files." I am 100% sure I selected the right disk as all of the others are named and far larger than my 500gb SSD

    Edit 4: Tried using the command "bcdboot d:\windows /s d: /l en-us," which resulted in cmd saying "boot files successfully created." No change on reboot *Mad

    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: Error Code: 0xc0000034 in Windows 8 - Boot Configuration Data file missing required information

    "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!

    :)
     
    dmdordan, Oct 2, 2015
    #1
  2. Nahua Win User

    Help!!! Windows 10 cannot boot/reboot unless with USB inserted

    Hi Sachin, just tried to do a system restore and it shows:

    Recovery

    Your PC/Device needs to be repaired

    An unexpected error has occurred.

    Error code: 0xc0000034

    You'll need to use recovery tools. If you don't have any installation media (like a disc or USB device), contact your PC administrator or PC/Device manufacturer.

    I searched online and found: BSOD on Boot 0xc0000034 Solved - Windows 10 Forums

    I followed the steps inside and did the final step of: bcdboot c:\Windows /l en-US /s b: /f

    But it does not seem to work and now whenever I try to boot from my USB it no longer comes up with the installation screen and instead goes directly to the log in screen. Whenever I enter my password for my Windows account to log in the system just says:
    "Preparing Windows" and it does not change until the screen goes to black.
     
    Nahua, Oct 2, 2015
    #2
  3. Rolled Back to Win 7 after Win 10 upgrade proves they aint quite got it right....

    Thanks for reply , but when selecting Safe mode with networking, the system runs through all normal display expected in safe mode pauses as though to boot into safe mode then BSOD same error , and loops back round to error recovery screen . managed to
    freeze frame BSOD on video ...Usual A problem has been detected, check for viruses etc blurb...... Technical information though is *** STOP: 0x0000007B (0x80786B58, 0xC0000034, Ox00000000, 0x00000000) don't know if this is of any help ?

    Sounds like a good solution, if it would just let me boot into safe mode
     
    wayfinder20, Oct 2, 2015
    #3
  4. blueelvis Win User

    BSOD on Boot 0xc0000034

    Hi Dmdordan & Welcome to the forums ^_^,

    Sorry for the delayed response. Do you still need help with this? In case you do want help, please respond to this topic and I would be notified via email and you should expect a response from me in 48 hours.


    -Pranav
     
    blueelvis, Oct 10, 2015
    #4
  5. dmdordan Win User
    Hey Pranav,

    Thank you for your reply. I think I have it all figured out. Solved this issue but ended up getting a new one. Did a clean install of Win 10 for that and everything is working perfectly now.

    Thanks,
    Derek
     
    dmdordan, Oct 11, 2015
    #5
  6. blueelvis Win User
    Alright. Thanks for letting us know ^_^

    In case of any other problem, feel free to post back.


    -Pranav
     
    blueelvis, Oct 12, 2015
    #6
  7. adamjw2 Win User
    Thanks so much for this! I was also stuck with the BSOD, and simply could not boot back into Win10 no matter what I tried. Using your technique above, I am now able to get back into Windows, however... I think I may have made a slight mistake following the directions. If I pull out my USB stick, Windows says it needs to shut down. Likewise, if I don't have the USB stick plugged in, it will not boot into Windows.

    Any idea what I did wrong in the above instructions?
     
    adamjw2, Dec 4, 2015
    #7
  8. dmdordan Win User

    BSOD on Boot 0xc0000034

    Hey,

    Unfortunately this was just my long process of troubleshooting so I'm far from a Windows expert. I think you would be better served by posting a new thread to this forum and linking to this thread to show what steps you took. Good luck!
     
    dmdordan, Dec 5, 2015
    #8
  9. JRock84 Win User
    Dear Sir, You are a king among men! Thank you so much for providing this solution! You just essentially saved me $250 and complete wipe of all my data (what the local chain store computer repair guy was suggesting) / or a 10 day wait to have this "fixed" under the warranty. Thank you so much again!
     
    JRock84, Mar 23, 2016
    #9
  10. What he said. Wish I would have found this post using my phone 3 months ago, but it saved me tonight. You are a God to me tonight. ZOMG ty, I don't have to reinstall Win10 all the way from a fresh 8.1 reformat. TYTYTY
     
    Grundefsun, Apr 13, 2016
    #10
  11. Sakura Win User
    Hi there

    I was wondering if someone please please assist me - I have the same issue getting a Blue Recovery screen after a recent windows 10 update - I've tried everything. I don't want a clean install as I have files I need.

    Anyways I'm not exactly a tech expert so I'm quite apprehensive about entering commands. In the solution you posted that worked for you I got to through the diskpart instructions but I don't really understand the the second half, seems a little unclear. Would someone be able to clarify this? I really don't want to mess my PC up anymore by typing in the wrong command. Also, the bootable usb should it be fat32 or NTFS?

    I would deeply appreciate your help with this awful frustrating issue - a million thank yous in advance *Biggrin



    # 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
     
    Sakura, Aug 28, 2016
    #11
  12. Im having a little problem, i followed the instructions and the "regular" start up did not work, it just send me to the same screen with the error code. but then i restarted the pc to enter the usb so i would be able to check what i did wrong and to my surprise, the pc went into windows!!!

    Ok, so the problem is that the pc is starting "properly" only if i boot the system with the usb were the Win 10 boot media is installed, if i take the usb out, the system will not boot. Also if i log in to my windows 10 and take the usb while using the pc, the system freezes and i have to restart.

    Can someone help me with this, i will really apreciate it.
     
    fenix777tj, Jan 19, 2017
    #12
  13. BSOD on Boot 0xc0000034

    Me and you together bro, im going thru the same situation. Can someone help with this please?
     
    fenix777tj, Jan 19, 2017
    #13
  14. I had the same exact thing. I got it to work!! I've followed this guide and it worked! FIX: An operating system wasn't found on Windows 10 or Windows 8.1 (Solved) - wintips.org - Windows Tips & How-tos

    The reason why you have to have the usb is because the boot files are on the usb.

    So, the command should be: bcdboot c:\Windows /l en-us /s c: /f ALL

    Noticed the same letter used in the command? I had the exact same symptoms as both of you and I just booted into Windows like normally now!
     
    alexdemers, Jan 19, 2017
    #14
  15. Hi fenix,
    I think I have the exact same problem: the brilliant solution documented above got me from not being able to boot my Windows 10 world yesterday to now again being able to always boot my Windows 10 (with everything as it should be as if booting and starting up just as it did before the problem began), BUT it will only do so if my System Recovery USB stick is in the USB drive. Were you able to solve this (i.e. get it so that the USB stick is no longer necessary)? I even thought that perhaps running Startup Repair from the System Recovery stick would maybe take care of the problem, but I can no longer convince System Recovery to get me to the troubleshooting screen to try that... instead it simply boots my computer and let's me get to my normal workspace.

     
    davidbermancom, Feb 17, 2017
    #15
Thema:

BSOD on Boot 0xc0000034

Loading...
  1. BSOD on Boot 0xc0000034 - Similar Threads - BSOD Boot 0xc0000034

  2. Fix the boot for error code 0xc0000034

    in Windows 10 Installation and Upgrade
    Fix the boot for error code 0xc0000034: Hello microsoft support. I once had an error for error code 0xc0000034. It read as follows: --FORM-- Recovery Your PC/Device needs to be repaired. An unknown error occurred. I will only list that much, so, I had it reading "An Unknown Error Occurred." I booted into...
  3. Error 0xc0000034, can't access Boot media

    in Windows 10 Ask Insider
    Error 0xc0000034, can't access Boot media: I have been trying to load the BIOS on my computer, attempting to boot from the USB so I could reinstall Windows 10 to allow an unallocated partition. Now I am stuck at this error message when I start up, no BIOS screens, the ESC, F1, and F2 are useless, I have my boot drive...
  4. boot BCD 0xc0000034

    in Windows 10 Drivers and Hardware
    boot BCD 0xc0000034: ช่วยทีครับคอมขึ้น boot BCD 0xc0000034 แล้วพอเปิดไว้สักพักเครื่องรีสต๊าทตลอดเลย แล้วก็ปิดเครื่องไม่ได้ ปิดปุ๊ปก็เปิดใหม่ตลอดต้องถอดปลั๊กอย่างเดียว https://answers.microsoft.com/en-us/windows/forum/all/boot-bcd-0xc0000034/f8ad963c-967b-4462-b369-f966c84c60b8
  5. file:\boot\bcd 0xc0000034 - Restore & Repair NOT Working

    in Windows 10 BSOD Crashes and Debugging
    file:\boot\bcd 0xc0000034 - Restore & Repair NOT Working: Hi I have an old Dell Dimension 5150 and recently it had a blue screen and now wont boot Im getting the similar PC/Device Boot\BCD issue people have posted lots on here about but non of the repair or clean installs work for me I have a new Windows10 disk and configure...
  6. BSOD Error Code 0xc0000034 and compatibility issue with USB boot

    in Windows 10 BSOD Crashes and Debugging
    BSOD Error Code 0xc0000034 and compatibility issue with USB boot: The other night, my Dell Latitude 2120 netbook froze, so I forced it to shut down. When I started it up again, I got the BSOD. I upgraded it many months ago from Windows 7 to Windows 10. The BSOD says: Your PC/Device needs to be repaired The boot configuration data file...
  7. BSOD error 0xc0000034 BCD corrupt or missing files

    in Windows 10 BSOD Crashes and Debugging
    BSOD error 0xc0000034 BCD corrupt or missing files: Hi guys, It has been 2 weeks and i am facing this problem. I have tried all the solutions on internet . I know this error is because I deleted an entry named BCD in registry. luckily i had dual booted Kali linux. I cannot even reset as the drive is locked. I am willing to do...
  8. BSOD Error Code 0xc0000034 File:\EF\Microsoft\Boot\BCD

    in Windows 10 BSOD Crashes and Debugging
    BSOD Error Code 0xc0000034 File:\EF\Microsoft\Boot\BCD: Hi all! I have a W101 V2 RCA 10 inch tablet. After installing webcam drivers from RCA customer service, a few reboots later I recieved a BSOD that included the message "Press Windows key for UEFI Firmware settings." And also, File:\EF\Microsoft\Boot\BCD Error Code...
  9. Issues with boot windows (Errors 0xc0000034 & 0xc0000225)

    in Windows 10 Support
    Issues with boot windows (Errors 0xc0000034 & 0xc0000225): Refer to Imgur: The most awesome images on the Internet for all the images I use in this post. I restarted my computer this morning (2013 Toshiba Portege Z930) and was greeted with this error (image 1). After some research I decided to load a bootable windows 10 onto a...
  10. \Boot\BCD Error Code 0xc0000034

    in Windows 10 Support
    \Boot\BCD Error Code 0xc0000034: Hi there, and thanks in advance for your help. I am using a Lenovo Ideapad 310-15ISK (model name 80SM) running Windows 10. I am receiving an error on boot 'Your PC/Device needs to be repaired The Boot Configuration Data for your PC is missing or contains errors....
Tags:

Users found this page by searching for:

  1. windows phone 0xc0000034