What you are experiencing should be trivial to fix, but you need to understand grub a little better to do it.
Have a look at the grub manual:
http://www.gnu.org/software/grub/manual/grub.html
Pay close attention to chapter 3 “Installation”, which contains subsections 3.3 “Installing GRUB using grub-install” and 3.2 “Installing GRUB natively”. My preference is the native installation, because you get so much more diagnostic information if things are not working out.
If something doesn’t make sense or you run into a problem, then ask for help. It is really worth your time to learn about grub, because it will haunt you again-and-again until you understand it.
Be aware that grub naming of drives and partitions is a little odd, in that everything starts at zero instead of one. For example, hda1 is usually (hd0,0).
Also, look at subsection 3.1 “Creating a GRUB boot floppy”, which can also be used to create a “Grub Boot Flash Drive”. If you had a grub boot floppy, it would take you maybe 2 minutes to fix your problem.