Can not find GRLDR after installed Gtub4dos to make a flash drive bootable

The app you need/want is MBRFIX:
http://www.sysint.no...ting/mbrfix.htm

You want to run it as follows, open a Command Prompt/Console and :
MbrFix /drive 0 listpartitions
(to check that the 0 is the right drive - it should be since you just have one HD)

now run:
MbrFix /drive 0 fixmbr

this will overwrite your current MBR (the grldr.mbr from grub4dos) with the "standard" MBR CODE, keeping intact the MBR DATA (partition table).

BEFORE that, and just to be on the safe side, run:
MbrFix /drive 0 getactivepartition
to make sure you do have an Active partition (it should be partition #1 normally, i.e. your C: drive)

Comments