C:\boot missing

Page 14 of 15 FirstFirst ... 412131415 LastLast

  1. Posts : 1
    Windows 10 PRO 64x
       #131

    Thanks @NavyLCDR


    @NavyLCDR A thousand thanks from Sweden. With your code (and replacing “cre par efi” with the above) saved my work files! Thanks a bunch!
    Markus
    Last edited by Stuxez; 09 Nov 2022 at 14:36. Reason: Did not mention @NavyLCDR
      My Computer


  2. Posts : 2
    windows 10 pro
       #132

    This thread looks like on each iteration, there are successful outcomes so I hope this may help me too please!
    I wish if possible, to not lose my data please!

    Have done up to the screenshot below,
    Many thanks! @NavyLCDR

    C:\boot missing-img_20221128_150425.jpeg
    C:\boot missing-img_20221128_150813.jpeg

    MY F drive is the original OS drive I am trying to fix btw.
    Prior to this issue, it was most definitely a C:\ drive, confused why the drive letter changed.

    But in this case, the separate drives are as follows:
    [C] SSD
    [D] HDD
    [E] NVME
    [G] ESD-USB (Windows USB setup)
    [H] NVME Ext(ernal)

    - - - Updated - - -

    Hi @NavyLCDR
    Apologies for the inconvenience, bumping this as my problem is still not fixed, but I have some updates:

    So I installed Windows on a separate drive [disk 4 - NVMEext] and can see, after initialising the old original drive (WD Black/ disk 3) still has all the data on it and I can access each folder fine , however I just cannot boot into it, I get "error 0x000000CE"

    I have attached below a screenshot of the 2 Drives that both have Windows 10 pro OS on them, 1 that is working (Disk 4) and the other 1 not able to boot into (Disk 3)

    From some research online, it looks like the EFI boot is probably the issue (?) but I'm not too sure how to go about safely fixing or replacing this, I have tried to replace everything in C:\Windows\boot from the new working drive [disk 4 - NVMEext] into the old drive [disk 3 - WD Black] (similar location path in \Windows\boot but it still didn't work.

    Could I please receive some support help with this, I am open to all suggestions, I am happy to start a new thread too if that may be better...

    Thanks
    C:\boot missing-drives_wdblack_kingston.png
    Last edited by AdamElectriq; 28 Nov 2022 at 10:40.
      My Computer


  3. Posts : 18,426
    Windows 11 Pro
       #133

    AdamElectriq said:
    This thread looks like on each iteration, there are successful outcomes so I hope this may help me too please!
    I wish if possible, to not lose my data please!

    Have done up to the screenshot below,
    Many thanks! @NavyLCDR

    C:\boot missing-img_20221128_150425.jpeg
    C:\boot missing-img_20221128_150813.jpeg

    MY F drive is the original OS drive I am trying to fix btw.
    Code:
    diskpart
    select disk 3
    select part 1
    assign letter=w
    exit
    bcdboot F:\Windows /s W: /f UEFI
    exit
      My Computer


  4. Posts : 2
    windows 10 pro
       #134

    NavyLCDR said:
    Code:
    diskpart
    select disk 3
    select part 1
    assign letter=w
    exit
    bcdboot F:\Windows /s W: /f UEFI
    exit
    Hey Navy!
    Thank you so much man! Absolute hero! I need to understand though, what does the command
    Code:
    bcdboot F:\Windows /s W: /f UEFI
    do, and how did you realise that was what the problem I was suffering with fixed it??
    I mean how did you know, probably via experience but just from the surface..

    Thanks in advance!
      My Computer

  5.   My Computer


  6. Posts : 18,426
    Windows 11 Pro
       #136

    AdamElectriq said:
    Hey Navy!
    Thank you so much man! Absolute hero! I need to understand though, what does the command
    Code:
    bcdboot F:\Windows /s W: /f UEFI
    do, and how did you realise that was what the problem I was suffering with fixed it??
    I mean how did you know, probably via experience but just from the surface..

    Thanks in advance!
    Just experience. the BCDBOOT command makes an entry in the Boot Configuration Data file which is what tells the boot loader about the operating systems that are available to load. I identified which partition was the EFI system partition because it is typically a small partition with FAT32 filesystem. I gave it the drive letter W:. The /s W: in bcdboot told the command where to create the BCD entry. /f means firmware type. It had to be UEFI because you were booting from a GPT disk and from an EFI partition. /f BIOS means legacy BIOS booting (or CSM) and can only boot from an MBR disk with an active partition. There is an /f BOTH option which means boot from an MBR type disk, usually with a FAT32 active partition which would be bootable in both UEFI and legacy BIOS modes (such as the standard Windows 10/11 installation flash drive created by Microsoft's Media Creation Tool).
      My Computer


  7. Posts : 1
    Win 10
       #137

    NavyLCDR said:
    In your command prompt, run the following commands. If any of the commands fail, stop and post which one failed:
    diskpart
    sel dis 0
    sel par 1
    del par override
    cre par EFI
    for fs=FAT32 quick
    assign letter=T
    exit
    bcdboot C:\Windows /s T: /f ALL
    exit

    Then reboot the computer.
    I signed up just to say I was trying to figure this out for 2 days after using Macrium Reflect to close a drive and this was the solution. NOT the bcdrebuild command so many others claimed. For me this exact steps solved the issue and the drive booted. I did take the old drive out and put the new (NVMe) directly into the old slot. Not sure that was part of the issue. Both drivers were GPT.
      My Computer


  8. Posts : 18,426
    Windows 11 Pro
       #138

    cybertri said:
    I signed up just to say I was trying to figure this out for 2 days after using Macrium Reflect to close a drive and this was the solution. NOT the bcdrebuild command so many others claimed. For me this exact steps solved the issue and the drive booted. I did take the old drive out and put the new (NVMe) directly into the old slot. Not sure that was part of the issue. Both drivers were GPT.
    Glad it worked well for you!
      My Computer


  9. Posts : 2,953
    Windows 10 Pro for the Bro
       #139

    I was skimming through all this, and oh my... this command really had me laughing!

    for fs=FAT32 quick

    I know something else that stands for "fs".
    More specifically: ffs

    Hahaha wow. Good one Microsoft!



      My Computer


  10. Posts : 18,426
    Windows 11 Pro
       #140

    pepanee said:
    I was skimming through all this, and oh my... this command really had me laughing!

    for fs=FAT32 quick

    I know something else that stands for "fs".
    More specifically: ffs

    Hahaha wow. Good one Microsoft!



    If you want to assign a drive letter to a volume in diskpart the short command is, you guessed it:
    ass letter=<whatever letter>
      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 18:58.
Find Us




Windows 10 Forums