...I may grab a copy of Ubuntu just to see how it compares to Fedora now...
Kinda funny. I used Redhat a long time ago and then Fedora. It was still kinda geeky back when I used either of those. And recently I installed Fedora again to see if it had changed much... I removed it after about a week of fiddling with it. I use Ubuntu. And honestly.... even though I work with computers all day long... I use Ubuntu because it's easy.
Van, I'm not sure what it was asking you about hard drives and platters.... maybe partitions? Like... where to you want this installed? That does require a little reading before hand if you're going to keep it on the machine. You don't want it to wipe your windows install. I started out with 2 hard drives and had one for windows and one for Ubuntu. So I just told the installer to use the second hard drive, accepted defaults, and away we went. The Ubuntu installer sees that Windows partition and sets it up with GRUB so you can choose which one you want. If you delete the Ubuntu partition, you still have GRUB bootloader as it was probably installed into the Master Boot record of the boot hard drive.
To remove GRUB you just boot your Windows CD and choose to REPAIR an existing installation. It will rewrite the MBR with the windows bootloader and then GRUB is gone as well. I think there's even an option to JUST do that. It doesn't mess with your windows install and start it over from scratch again. Just fixes teh MBR and overwrites GRUB.
Obtain a bootable Windows XP CD, and use it to boot.
wait for all the MS messages until you get the first prompt.
Choose R to repair an existing installation.
It will search and prompt for the Windows installation, probably showing:
1) C:\WINDOWS
Choose 1, and it asks for the Admin password. (If you never set one just hit Enter) then you should get a prompt:
C:\WINDOWS>
Now do this:
C:\WINDOWS>
CD ..
C:\>
FIXBOOT C:
C:\>
FIXMBR
C:\>
BOOTCFG /rebuild
After the BOOTCFG, it asked me if I wanted to add the Installation it found, and to be safe I answered "Y".
But the original boot.ini was intact, so that was actually not necessary - I had two entries in boot.ini after that, but that's an easy fix after you restart Windows