PROCEDURE TO DELETE BOOT SECTOR ON MASTER DRIVE IN A SINGLE DRIVE CONFIGURATION
This routine should be run in cases where a hard disk is formated with the system option and upon boot up, it still does not recognize the boot files.
Set drive setting in CMOS as normal and boot pc from a floppy disk with debug.exe copied on the disk
At the A:\> prompt type in DEBUG and run the following routine
- a <cr>
- mov ax,330 <cr>
- mov cx,1 <cr>
- mov dx, 80 <cr>
- mov bx,3800 <cr>
- mov es,bx <cr>
- mov bx,0 <cr>
- int 13 <cr>
- int 3 <cr>
- <cr>
- g=100
- q