Windows 10: Windows partition corrupted

Discus and support Windows partition corrupted in Windows 10 BSOD Crashes and Debugging to solve the problem; Hello. When I try to boot from windows, it gives me a error on the folder /EFI/BOOT/BCD. I have tried fixing it through ubuntu, but the partition is... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by FrançoisSilver, Dec 17, 2018.

  1. Windows partition corrupted


    Hello. When I try to boot from windows, it gives me a error on the folder /EFI/BOOT/BCD.

    I have tried fixing it through ubuntu, but the partition is corrupted ( as the title says).

    Is there any way to fix it?

    Specs:

    Hp 250 G5 notebook

    windows triple boot with linux mint and zorin os

    intel i3

    :)
     
    FrançoisSilver, Dec 17, 2018
    #1
  2. W1zzard Win User

    W7 Hard drive partition issue

    to get rid of that 100 meg windows partition that setup creates for you on a new install on a blank hdd:

    - press shift+f10 when on the partition management screen in setup <-- this opens a command prompt
    - diskpart <-- start the windows command line partition management tool
    - list disk <--- list the installed hdds in this computer for the next step
    - select disk 0 <- might have to replace 0 with the number of the correct disk
    - clean <-- this will erase all data on the disk you selected one step up- dont use the wrong disk!
    - create partition primary <- creates a primary partition taking up all space on the drive, adjust the command if necessary
    - exit, exit to exit diskpart and the command prompt
    - click refresh in partition manager and select your newly created partition and install to that
     
    W1zzard, Dec 17, 2018
    #2
  3. Caian Win User
    Windows 10 updates are corrupting my C:\ partition

    Hello, better describing what was explained above:

    I don't know if there were any error messages during the update because Windows was set to reboot in the middle of the night.

    When booting Windows starts an automatic repair (every time), the repair will fail and it will go to the Advanced Startup.

    Inside Troubleshoot option of Advanced Startup:

    • System Restore: It cannot find any restore point (likely because partition is corrupted)
    • System Image Recovery: It cannot restore the system without using a Windows 10 image burned to a USB Stick or DVD (looks like the Restore partition was damaged by the update)

    Inside Command Prompt:

    • I cannot 'cd' to Windows partition, it appears corrupted
    • I can 'cd' to Restore partition just fine
    • I can use chkdsk to fix the Windows partition (it says the primary MFT is corrupted and it recovers the backup MFT), but only to recover my personal files, because if I reboot the computer, Windows tries to automatically repair the system and ends up corrupting
      the partition again.
    The only viable solution is to fix the partition, recover my files while in Command Prompt, download a Windows 10 image using another OS / computer and reinstall Windows manually.

    It happened when updating to Anniversary (solved by manually reinstalling Windows) and again when updating to Creators.
     
    Caian, Dec 17, 2018
    #3
  4. Windows partition corrupted

    Installing Windows Vista/7 on a GUID Partition Table

    I've never tried multiple partitions so this is a shot in the dark...

    At step #10, I would try setting the size parameter (it is in mebibytes) to how large you want the partition windows is installed on to be, then go ahead and install windows. This will leave the rest of the drive raw instead of consuming it into the OS partition (C drive). Once you successfully boot into Windows, you should be able to use Computer Management -> Disk Management to create partitions in the raw space.


    If you really wanted to do it with diskpart before Windows is installed, you basically repeat the following lines making sure to specify a size if you don't want it to consume all remaining space:
    • create partition primary size=size in mebibytes here
    • format quick fs=ntfs label="appropriate name here"
    • assign letter=C thru Z here
    Obviously, you can use quick formatting or leave it out for full format. Leave off the size parameter when you reach the final partition that should consume all the remaining space. Also remember that the order you do this in goes from the outside of the disk (where it is fastest) to the inside of the disk (where it is slowest). Because of this, it is recommended to put EFI (e.g. size=300), then MSR (e.g. size=300), then Windows (e.g. size=30000), then Applications (e.g. size=70000), then Storage (e.g. no size parameter).

    If I'm right, the above example would look like this:
    • diskpart
    • list disk
    • select disk <id>
    • online disk
    • attributes disk clear readonly
    • clean
    • convert gpt
    • create partition efi size=300
    • create partition msr size=300
    • create partition primary size=30000
    • format fs=ntfs label="Windows"
    • assign letter=C
    • create partition primary size=70000
    • format fs=ntfs label="Applications"
    • assign letter=D
    • create partition primary
    • format fs=ntfs label="Storage"
    • assign letter=E
    • exit
     
    FordGT90Concept, Dec 17, 2018
    #4
Thema:

Windows partition corrupted

Loading...
  1. Windows partition corrupted - Similar Threads - partition corrupted

  2. I dual-booted linux and installed it on the same partition, now Windows 11 is corrupt, what...

    in Windows 10 Gaming
    I dual-booted linux and installed it on the same partition, now Windows 11 is corrupt, what...: i installed Ubuntu on my PC without making a dedicated partition for it, then when i tried to log back in Windows 11, it began that repairing system loop, and obviously, it didn't work, there are things that i tried to recover my data and/or Windows but still failed...-I...
  3. I dual-booted linux and installed it on the same partition, now Windows 11 is corrupt, what...

    in Windows 10 Software and Apps
    I dual-booted linux and installed it on the same partition, now Windows 11 is corrupt, what...: i installed Ubuntu on my PC without making a dedicated partition for it, then when i tried to log back in Windows 11, it began that repairing system loop, and obviously, it didn't work, there are things that i tried to recover my data and/or Windows but still failed...-I...
  4. Windows safe mode corrupted my encrypted partition

    in Windows 10 Gaming
    Windows safe mode corrupted my encrypted partition: I had an old computer with windows XP on it which definetively crashed. I eventually recovered the hard drive and was able to find a machine who could recognise and load it. At first it crashed, then loaded in safe mode and then asked to install different new hardware that...
  5. Windows safe mode corrupted my encrypted partition

    in Windows 10 Software and Apps
    Windows safe mode corrupted my encrypted partition: I had an old computer with windows XP on it which definetively crashed. I eventually recovered the hard drive and was able to find a machine who could recognise and load it. At first it crashed, then loaded in safe mode and then asked to install different new hardware that...
  6. C: drive Partition Corrupted help

    in Windows 10 Gaming
    C: drive Partition Corrupted help: Hi, my C drive partition is corrupted, I knew about this since when I decided to shrink volume in disk management, it showed this message "The volume you have selected to shrink may be corrupted Use chkdsk to fix the corruption problem". I tried running the chkdsk command in...
  7. C: drive Partition Corrupted help

    in Windows 10 Software and Apps
    C: drive Partition Corrupted help: Hi, my C drive partition is corrupted, I knew about this since when I decided to shrink volume in disk management, it showed this message "The volume you have selected to shrink may be corrupted Use chkdsk to fix the corruption problem". I tried running the chkdsk command in...
  8. C: drive Partition Corrupted help

    in Windows 10 Drivers and Hardware
    C: drive Partition Corrupted help: Hi, my C drive partition is corrupted, I knew about this since when I decided to shrink volume in disk management, it showed this message "The volume you have selected to shrink may be corrupted Use chkdsk to fix the corruption problem". I tried running the chkdsk command in...
  9. unable to disable bitlocker in corrupted partition

    in Windows 10 Gaming
    unable to disable bitlocker in corrupted partition: Hi Team, i have currently enabled bitlocker on one of my partitions and the partitions went corrupted and now not able to disable bitlocker to retrieve my files . Seeking Support ASAP.thanking you !!...
  10. unable to disable bitlocker in corrupted partition

    in Windows 10 Software and Apps
    unable to disable bitlocker in corrupted partition: Hi Team, i have currently enabled bitlocker on one of my partitions and the partitions went corrupted and now not able to disable bitlocker to retrieve my files . Seeking Support ASAP.thanking you !!...

Users found this page by searching for:

  1. efi boot partition corrupted with windows 109 update

    ,
  2. system restore says partition corrupted

    ,
  3. windows 10 unable to mount corrupted partition