Windows 7 Repair using installation DISK say 0 MB on the system drive

16,125

You should continue with "diskpart.exe" commands:

  1. select disk 0 - this makes boot disk selected.

  2. list volume - gives a list of volumes, their sizes, drive letters, and most important which is the "System" volume !

If "System" volume (say it's Volume number 3) does not have a drive letter use following commands:

a) select volume 3

b) assign

Now examine again volumes with "list volumes" - you will see there is a drive letter assigned to "System" volume. Let it be drive letter K:

Now type "exit" to leave diskpart.

At command prompt type:

K:(enter) - this will make K: drive current.

Now you can use "dir" command to examine files, "cd" for changing directory, "dir /ahs" to display hidden system files and command "del file_name" to delete a file.

I suggest if you do not have much experience with system(boot) files to format partition(volume) K: Then you can run "StartUp Repair" which will recreate necessary boot files on "System" volume.

format K: /q - q is for quick format.

You should run "StartUp Repair" up to three consecutive times with rebooting after each run for best result (one run of StartUp Repair is not always solving boot issues!).

Share:
16,125

Related videos on Youtube

Genocide_Hoax
Author by

Genocide_Hoax

Updated on September 18, 2022

Comments

  • Genocide_Hoax
    Genocide_Hoax over 1 year

    Last Night due to some reason or so my laptop with windows 7 SP 1 64 Bit crashed. I get the blue screen every time I try to boot in. So I decided to repair it using the Installation media.

    Now , I am using a USB as an installation Media , and I made it up boot able for Windows 7 SP 1 64 Bit.

    After a long wait when I get to the repair Options menu , it says the System partition has 0 MB.

    Please help me sort this out. I really can't effort to go for a fresh installation.

    And yes my laptop is just 3 months old so I am sure my HDD is fine. It Seems like the partition got corrupted or something

    • barlop
      barlop about 10 years
      really you can't troubleshoot that? it's kind of crying out to be "troubleshot" isn't it? Maybe you're too busy (I see your username "Genocide_Hoax"), too busy claiming a genocide is a hoax.. that troubleshooting that is a bit much.
    • koppor
      koppor almost 7 years
      A BIOS update helped to solve the issue when installing Windows 10 an a 10 year old PC with the mainboard Gigabyte MA78GPM-DS2H in my case.
  • Genocide_Hoax
    Genocide_Hoax about 10 years
    Good to see someone talking sense in here.. like some flamers above. Well I tried DISKPART but it just sits der after the command. I always have LIVE Linux to backup my stuff that's nt an issue. I also tried to fix mbr bt didnt help.
  • Frank Nocke
    Frank Nocke about 8 years
    list volume, not list volumes
  • Yorkziea
    Yorkziea about 8 years
    @Frank N, thanks for correction. Also "lis vol" works.