B
Bob
Here is a simple procedure for getting out of trouble if you get a
BSOD because of a corrupt Master Boot Record.
Most of the time when the MBR becomes corrupted, Windows will schedule
CHKDSK to run next time you boot, which usually fixes the problem. But
sometimes you can't get far enough into the boot process because you
get a BSOD before CHKDSK can run. You can try to restore the last
known good configuration with F8 but that is not reliable.
Assuming the disk can be salvaged at all, you can mount it as a second
device. You will need another disk from which to boot - an ealier
clone for example. It also helps to have removeable drive bays so you
can put the correct drives in the proper place. Otherwise you may have
to tell the BIOS to boot from a different drive.
Once you get Windows running on the second drive, see if your bad
drive shows up as a device (look in My Computer). If it is alive, go
to the Start button and select Run. Type the command
chkdsk d: /f
where d: is the bad drive. CHKDSK will nowattempt to reconstruct the
MBR and some other stuff like security file descripters and whatnot.
If CHKDSK goes to completion with no residual errors, then the
corrupted disk has likely been fixed.
There are other ways to get around BSODs but this one is simple and
does not require any third-party software.
BSOD because of a corrupt Master Boot Record.
Most of the time when the MBR becomes corrupted, Windows will schedule
CHKDSK to run next time you boot, which usually fixes the problem. But
sometimes you can't get far enough into the boot process because you
get a BSOD before CHKDSK can run. You can try to restore the last
known good configuration with F8 but that is not reliable.
Assuming the disk can be salvaged at all, you can mount it as a second
device. You will need another disk from which to boot - an ealier
clone for example. It also helps to have removeable drive bays so you
can put the correct drives in the proper place. Otherwise you may have
to tell the BIOS to boot from a different drive.
Once you get Windows running on the second drive, see if your bad
drive shows up as a device (look in My Computer). If it is alive, go
to the Start button and select Run. Type the command
chkdsk d: /f
where d: is the bad drive. CHKDSK will nowattempt to reconstruct the
MBR and some other stuff like security file descripters and whatnot.
If CHKDSK goes to completion with no residual errors, then the
corrupted disk has likely been fixed.
There are other ways to get around BSODs but this one is simple and
does not require any third-party software.