Find someone who has any version of windows or Dos 6.22 or higher.
Have him give you a floppy 3.5' disk with the system files in it. Be sure it also has FDISK.
(Optional) On bootup, ensure you log into BIOS and enable boot from Floppy.
Place the floppy in the 3.5' drive and start your computer up.
-Keep in mind, if your booting into your hard-drive, try pushing f8 or esc while in boot up (new BIOS provide ablity to choose physical boot drive)
When the computer is up and running in DOS (Comannd Line), ensure your in the A:\
Type fdisk /mbr then reboot
Windows XP should start up.
From there, go to
http://download.com.com/3001-2094-10168178.html
Download the Acronis OS Selector 8.0.
Install the Acronis OS Selector 8.0.
Reboot and select Linux as your boot option.
Then choose Linux in Grub.
* If it works, ignore the very next line with the ** and continue.
** If it doesn't work, ignore the rest and reinstall Linux.
Go into root and type df
Note which drive is Linux loaded on. Example, mine is hda2.
Type if=/dev/(drive)(mine would be /dev/hda2) of=/linux.bin bs=512 count=1
A file called linux.bin will be made on your / directory.
Mount your floppy (example: mount /dev/fd0 /mnt/floppy)
Copy the file into your floppy.
Then unmount your floppy (example umount /dev/fd0)
Take the disk out of your computer.
Reboot.
Choose to uninstall Acronis (option in the software in MBR)
After it uninstalls, it will reboot, then put you back into Windows XP.
Put floppy back in.
Right mouse click my computer.
Select properties.
Switch to the tab "Advanced"
Select the button "Settings" under "Startup and Recovery"
Push the button "Edit"
Add this line at the end of anything you got in there C:\linux.bin="Red Hat Linux"
Save and exit.
What this will do is give you the option to switch over to Linux "FROM" booting into Windows XP.
If you set Grub to have the option to boot into Windows XP, you will be able to go back and furth on boot up.
Ultimately, this will let you know if there is a problem with grub starting up Windows XP or another program causing conflicts.
If a problem apears to be grub, but you can still load into Linux, using the Windows Bootloader will still give you the option to load into Linux without effecting Windows XP.