HallelujA
Do you know how to repair your Master Boot Record (MBR)?
At the end of the ROM BIOS bootstrap routine, the BIOS reads and executes the first physical sector of the first floppy or hard disk on the system. This first sector of the hard disk is called the master boot record (or sometimes the partition table or master boot block). There is a small program at the beginning of this sector of the hard disk. The partition information, or partition table, is stored at the end of this sector. This program uses the partition information to determine which partition is bootable (usually the first primary DOS partition) and attempts to boot from it.
This program is written to the disk by the fdisk /mbr command and is usually called the master boot record. During typical operation, Fdisk writes this program to the disk only if there is no master boot record.
Boot into 98se and go to DOS mode, and run fdisk /mbr
If you cannot boot into windows 98--->
Upon starting your computer, hit the F8 key and boot into the command prompt. then type
fdisk /mbr
Tank863