

Code: Select all
grub> root (hd0,0) (Your boot partition)
grub> setup (hd0) (Where the boot record is installed; here, it is the MBR)Please think before you post.Note: This is not a support forum.

Code: Select all
fdisk /mbr
Code: Select all
dd if=dev/zero of=dev/hda count=1 bs=512Code: Select all
fdisk /mbr
And if you don't have it handy you can always get one from here: http://bootdisk.com/port001 wrote:if you have a win98 bootdisk handy you can runfrom it.Code: Select all
fdisk /mbr