Create a boot disk with DEBUG and then do this:
Steps to erase Hard drive Boot sector.
There are situations (reasons unknown), FDISK will not erase the sector 0 (for cold boot and disk partition table. This may cause a problem in which a drive cannot boot but reading and writing to that drive works fine after MS DOS installation. Use the following debug procedure to erase the 0 sector and repeat the disk partitioning (FDISK) and (FORMAT).
The dashes (-) and semicolons indicate systems display for each line before you enter each command. Only enter the information inside of the parentheses (without the parentheses). The xxxx indicates the hexadecimal number responded by the system.
WARNING: This routine is for the drive in the C: position. Make sure that the drive you want to debug is set as the C: drive.
A:> debug press enter
- (rax) press enter
AX xxxx
: (0301) press enter
- (rbx) press enter
BX xxxx
: (1000) press enter
- (rcx) press enter
CX 0000
: (1) press enter
- (rdx) press enter
DX xxxx
: (80) press enter
- (f 1000 L200 0) press enter (note spaces 4 fields)
- (a) press enter
xxxx:0100 (int13)
xxxx:0102 (int3)
xxxx: press enter
- (g) press enter
- (q) press enter (this step exits DEBUG)
You are all done. That's all there is to it!