Need help with error 0xc000000e

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 12
    Windows 10
    Thread Starter
       #11

    [QUOTE=NavyLCDR;2106563]From post #9 try:

    Code:
    diskpart
    select disk 0
    select partition 1
    delete partition override
    create part EFI
    format fs=fat32 quick
    assign letter=s
    exit
    bcdboot C:\Windows /s S: /f all
    exit
    If any of those commands fail, stop and post what the failure was.

    What do I do after putting all the command successfully? Do I start up a repair or reset my computer? Thus is the first time all the commands work
      My Computer


  2. Posts : 144
    Windows 10 Pro x64
       #12

    NavyLCDR said:
    From post #9 try:

    Code:
    diskpart
    select disk 0
    select partition 1
    delete partition override
    create part EFI
    format fs=fat32 quick
    assign letter=s
    exit
    bcdboot C:\Windows /s S: /f all
    exit
    If any of those commands fail, stop and post what the failure was.

    What do I do after putting all the command successfully? Do I start up a repair or reset my computer? Thus is the first time all the commands work
    It seems done. Now you should be able to boot into it!

    After the commands done, exit command prompt & shut down the pc. Take away the USB pen drive & try to boot into the SSD.

    Thanks. ...
      My Computer


  3. Posts : 18,424
    Windows 11 Pro
       #13

    Yes, remove the USB flash drive and reboot the computer.
      My Computer


  4. Posts : 12
    Windows 10
    Thread Starter
       #14

    Vineet Garg said:
    It seems done. Now you should be able to boot into it!

    After the commands done, exit command prompt & shut down the pc. Take away the USB pen drive & try to boot into the SSD.

    Thanks. ...
    Oh my God you people are saints thank you sooooooo much. This was a pretty bad night but yall just made my day. Thank you so much. I assume it's safe to plug in my hdd now right?
      My Computer


  5. Posts : 18,424
    Windows 11 Pro
       #15

    Zahir said:
    Oh my God you people are saints thank you sooooooo much. This was a pretty bad night but yall just made my day. Thank you so much. I assume it's safe to plug in my hdd now right?
    Yes.
      My Computer


  6. Posts : 6
    windows 10
       #16

    Failed with process


    NavyLCDR said:
    From post #9 try:

    Code:
    diskpart
    select disk 0
    select partition 1
    delete partition override
    create part EFI
    format fs=fat32 quick
    assign letter=s
    exit
    bcdboot C:\Windows /s S: /f all
    exit
    If any of those commands fail, stop and post what the failure was.
    Hi, I have a similar problem, so I have followed the steps as you wrote above, but failed after format fs=fat32 quick.
    Says, volume size is too big. Please can you help me
    Last edited by rbarsa; 08 Mar 2021 at 17:38.
      My Computer


  7. Posts : 144
    Windows 10 Pro x64
       #17

    rbarsa said:
    Hi, I have a similar problem, so I have followed the steps as you wrote above, but failed after format fs=fat32 quick.
    Says, volume size is too big. Please can you help me
    The instructions were specific to the OP ( Original Poster ). Hope you have not deleted an important partition!

    It would be helpful to have a look at the Disk(s) Partitions & know a few things for eg. if you have multiple internal disks, etc.

    Thanks. ...
      My Computer


  8. Posts : 6
    windows 10
       #18

    Vineet Garg said:
    The instructions were specific to the OP ( Original Poster ). Hope you have not deleted an important partition!

    It would be helpful to have a look at the Disk(s) Partitions & know a few things for eg. if you have multiple internal disks, etc.

    Thanks. ...
    Hi, I have only one SSD in the computer ( come from previous cloning) and booting now from windows installation disk with repair function.Need help with error 0xc000000e-img_2126.jpg

    - - - Updated - - -

    Please can you help me to recover my disk . I am realy getting stuck, dont know, what to do.
    Thank you
      My Computer


  9. Posts : 41,496
    windows 10 professional version 1607 build 14393.969 64 bit
       #19

    @rbarsa

    Open a new thread.

    Quote this post in the new thread.

    Update the specs in the "My Computer" section:

    System Specs - Fill in at Ten Forums:
    System Specs - Fill in at Ten Forums
    In the left corner below in your post you find 'My System Specs'.
    After clicking it you can find a link a little below that says 'Update your System Spec', click on this link to get to the page where you can fill in your system specs.
    System Info - See Your System Specs - Windows 7 Help Forums

    Include PSU. cooler, case, peripherals and anything attached to the computer by wired or wireless (mouse, keyboard, headset, printer, xbox, USB wireless network card, etc.)


    What are the status of the important computer files:
    a) files backed up to another drive or the cloud
    b) backed up images saved to another drive or the cloud
    c) no backed up files or images > files need to be saved
    d) no backed up files or images > files do not need to be saved



    Comment on the partitions and the volumes in the clone.



    Please perform the following steps:

    1) Find 2 or 3 flash drives that you can format (> or = 8 GB)

    2) Make tools that can be used to recover important files, test the drives, and troubleshoot

    3) On a working computer create:

    a) a new bootable windows 10 iso 20H2:
    https://www.microsoft.com/en-us/soft...load/windows10
    Download Windows 10 ISO File
    Download Windows 10 ISO File
    Create Bootable USB Flash Drive to Install Windows 10
    Create Bootable USB Flash Drive to Install Windows 10


    b) bootable Ubuntu flash drive:
    Create a bootable USB stick on Windows | Ubuntu tutorials
    Create a bootable USB stick on Windows | Ubuntu
    Linux to the rescue! How Ubuntu can help a computer in distress | PCWorld


    4) Copy and paste onto any flash drive:

    Code:
    bcdedit /enum all
    bcdedit | find "osdevice"
    Code:
    bootrec /fixmbr
    bootrec /fixboot
    bootrec /scanos
    bootsect /nt60 all
    Code:
    diskpart
    lis dis
    lis vol
    sel dis 0
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par
    sel par 6
    det par
    sel dis 1
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par
    sel par 6
    det par
    sel dis 2
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par
    sel par 6
    det par

    5) Open the BIOS:
    List of PC brands with their corresponding hot-keys

    6) Post images of the BIOS settings:
    Legacy
    UEFI native (without CSM)
    UEFI hybrid (with CSM)
      My Computer


  10. Posts : 18,424
    Windows 11 Pro
       #20

    rbarsa said:
    Hi, I have only one SSD in the computer ( come from previous cloning) and booting now from windows installation disk with repair function.Need help with error 0xc000000e-img_2126.jpg

    - - - Updated - - -

    Please can you help me to recover my disk . I am realy getting stuck, dont know, what to do.
    Thank you
    From the screenshot above:

    Code:
    diskpart
    select disk 0
    select vol 2
    assign letter=w
    exit
    bcdboot C:\Windows /s W: /f UEFI
    exit
    Try rebooting. That assumes that the volume marked as SYSTEM remains volume number 2.
      My Computer


 

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

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




Windows 10 Forums