Need help on fixing Windows boot errror status: 0xc000000e


  1. Posts : 4
    Windows 7 Professional x64
       #1

    Need help on fixing Windows boot errror status: 0xc000000e


    Hi, I'm having some trouble with this boot error 0xc000000e. I'm using window 7 pro x64 bit with a uefi gpt ssd setup. I do have the install disk and im am booting to it by uefi boot to disk. However windows startup repair can't fix the boot error or doing a system restore can't ether. On the command prompt i know that disk 1 is where windows is install as well that partition 1 is my system files for the boot. what im having trouble with what is the next step? what commands that I should do? thank you for taking the time for reading and helping me out. :)
      My Computer


  2. Posts : 21,004
    Desk1 7 Home Prem / Desk2 10 Pro / Main lap Asus ROG 10 Pro 2 laptop Toshiba 7 Pro Asus P2520 7 & 10
       #2

    Hello and welcome icyfoxy mate I had a very similar problem on my new laptop just last week and if read form post #61 in this Do I or don't I it may be of help to you.

    The problem it seems is that 7 is now considered a legacy OS and EUFI for want of a better way of putting it works form 8 onwards so take a look at the thread re my laptop
      My Computer

  3.    #3

    How did this error arise? What were you doing just before it happened - changing drivers or settings, installing Updates, etc?

    Are you installing or trying to install the OS? If so then you can Troubleshoot Windows 7 Installation Failures - Windows 7 Help Forums

    If you're trying to repair boot errors on an existing OS that was running OK previously, see if you can System Restore to a working configuration before the problem occurred, from the disk System Recovery Options .

    Everything else that can be one is here for Troubleshooting Windows 7 Failure to Start including if necessary rescuiing your files to do a Clean Reinstall Windows 7
      My Computer


  4. Posts : 4
    Windows 7 Professional x64
    Thread Starter
       #4

    ICIT2LOL said:
    Hello and welcome icyfoxy mate I had a very similar problem on my new laptop just last week and if read form post #61 in this Do I or don't I it may be of help to you.

    The problem it seems is that 7 is now considered a legacy OS and EUFI for want of a better way of putting it works form 8 onwards so take a look at the thread re my laptop
    Thanks for trying help me out but unfortunately this didn't help out. My boot file from my UEFI is corrupted and I'm just trying to replace them from the one off the windows install disk.
      My Computer


  5. Posts : 4
    Windows 7 Professional x64
    Thread Starter
       #5

    gregrocker said:
    How did this error arise? What were you doing just before it happened - changing drivers or settings, installing Updates, etc?

    Are you installing or trying to install the OS? If so then you can Troubleshoot Windows 7 Installation Failures - Windows 7 Help Forums

    If you're trying to repair boot errors on an existing OS that was running OK previously, see if you can System Restore to a working configuration before the problem occurred, from the disk System Recovery Options .

    Everything else that can be one is here for Troubleshooting Windows 7 Failure to Start including if necessary rescuiing your files to do a Clean Reinstall Windows 7
    To be true full I really don't what caused my boot files to get all corruption and no I'm not trying to install the OS all the files are still on the ssd and the ssd is working fine. On the system recovery as said before I had tried to do that but it didn't work.
      My Computer


  6. Posts : 4
    Windows 7 Professional x64
    Thread Starter
       #6

    All Fix.


    Well I finally fix my Windows 7 UEFI boot sector by going off from this Repair a destroyed Windows 7 UEFI boot sector | Hasper.info

    1. Delete what is remaining of the Windows boot partition (not the Windows partition but the partition of around 128 MB size) and the EFI partition – you can use GParted for this. In the end, you should have at least 229 MB of free space on your hard drive – preferably at the beginning.
    2. Reboot from your Windows 7 DVD. Make sure you boot the UEFI part of the disk: When you open your boot menu by pressing F8, you will see two entries for your Windows 7 disk. One without “UEFI:” in front and one without. Select the former and then don’t forget to press any key if you are asked to – otherwise, the non-UEFI part would be booted.
    3. When Windows starts from the DVD, select the desired language and then press Shift+F10 to open the terminal.
    4. Now we will create the two missing partitions: the EFI boot sector and the Windows Boot sector. Type into the terminal (but leave the #… parts out – they are only comments by me):




    1. diskpart
      list disk
      select disk 0 #Select the desired disk
      create partition efi size=100
      list partition #Make sure that the 100mb partition is selected
      format quick fs=fat32 label="System"
      assign letter=B
      create partition msr size=128
      list partition #Check for errors
      list vol
      select vol 3 #Use the number corresponding to your windows installation
      assign letter=C
      exit
    2. Now copy the EFI files by typing:
      mkdir B:\EFI\Microsoft\Boot
      xcopy /s C:\Windows\Boot\EFI\*.* B:\EFI\Microsoft\Boot
    3. Now we will set the boot configuration data by typing:
      b:
      cd EFI\Microsoft\Boot
      bcdedit /createstore BCD
      bcdedit /store BCD /create {bootmgr} /d “Windows Boot Manager”
      bcdedit /store BCD /create /d “Windows 7” /application osloader
      #This will return a GUID, referred to later as {guid}
      bcdedit /store BCD /set {bootmgr} default {guid}
      bcdedit /store BCD /set {bootmgr} path \EFI\Microsoft\Boot\bootmgfw.efi
      bcdedit /store BCD /set {bootmgr} displayorder {default}
      #Now it's not {bootmgr} anymore but {default}!
      bcdedit /store BCD /set {default} device partition=c:
      bcdedit /store BCD /set {default} osdevice partition=c:
      bcdedit /store BCD /set {default} path \Windows\System32\winload.efi
      bcdedit /store BCD /set {default} systemroot \Windows
      exit
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:43.
Find Us