nah, there's a better way
Jinxy (and ash) there's an easier way to dual boot and launch linux from the windows loader. I keep saying Imma write a tut, but haven't gotten around to it. Here's the extremely abbreviated version.
You will need:
1 computer (with floppy drive)
1 windows installation on computer
1 linux install media
Setup windows to run normally. leave a partition big enough for the linux install.
Install linux on the extra partition(s). Make sure you have the install process create a boot floppy, or this get's a LOT harder for the newbie/non-experienced. Make sure linux installs grub/lilo at the beggining of the linux partion, not the MBR or Superblock.
Boot linux (via floppy) and login. Use the dd command to create a file from the first sector of the Linux partition (this is where the grub thingy (Binary? Loader?) is located).
Copy the file you just created to the Windows partition (probably by putting it on a floppy). I usually name it linuxldr.bin
Boot to windows and edit your boot.ini to include a new line. The line should look like this:
Code:
C:\linuxldr.bin="Red Hat Enterprise Linux 3"
If I haven't forgotten anything, this will make your system boot to the Windows 'Choose your operating system' screen, and if you select the Linux, it will then launch the Grub interface you're used to.
Like I said, I'll write a formal tutorial with screen shots and verified commands soon.