Why would you want to dual boot? J/K
Its really quite easy though not very inuitive. Durring the install there is a section for loading LILO.
Choose --"Expert"
Then in the next menu choose "New LILO header", then it will ask if you want to add an append statement Example append = "hdc=ide-scsi" for a cd burner, then it will ask you how long you want the choices to appear on the screen before automaticaly booting the first choice--I usually choose 5 seconds. After that it will bring you back to the menu that you chose "New LILO header".
Now you will want to choose "DOS/Windows" first it will ask you what partition it needs to boot to start windows--usually hda1 (first partition-master on the first connector)--then it will ask you what you would like to name it. Example -- Winders (Dont worry NTFS works just fine with the same instructions) It will then bring you back to the menu for with "New LILO header" in it.
Next ---from that menu--- you will want to choose "Linux". Again it will ask you what drive/partition you want to boot. This is the same partition you set up "/" on durring the format portion of the install (or alternately if you set up a /boot partition then you would want to choose it instead). Then you will be asked again what you would lke to name it. Again back to that same menu.
Then from that menu choose---"Install LILO". It will ask you if you want to "Install to a boot floppy", something else (cant remember), and "Master Boot Record"---choose MBR (Master Boot Record)
Thats all there is to it assuming that you have partitioned your hard drive correctly with fdisk/cfdisk
Happy slacking
Edit for wrong append statement