the way that I installed was i unplugged ALL my hd's and just pluged in the 10gig that i installed knoppix on. then i connected my c:\ (windows) disk to see what would happen if both were plugged in ... windows as ide 1 and knoppix as ide 2 .... knoppix loaded and didn't give or show an option for windows ...... eh anyways here is the config from knoppix

# Kernel command line options that apply to all installed images go
# here. See: The 'boot-prompt-HOWO' and 'kernel-parameters.txt' in
# the Linux kernel 'Documentation' directory.
#
# append=""
# Boot up Linux by default.
#
default="Linux"

image=/boot/vmlinuz
label="Linux"
initrd=/boot/initrd.img
append="ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet"
read-only
image=/boot/vmlinuz-2.4.27
label="Linux(2.4)-1"
initrd=/boot/initrd.img-2.4.27
append="ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet"
read-only

image=/boot/vmlinuz-2.6.7
label="Linux(2.6)-2"
initrd=/boot/initrd.img-2.6.7
append="ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet"
read-only

# If you have another OS on this machine to boot, you can uncomment the
# following lines, changing the device name on the 'other' line to
# where your other OS' partition is.
#
# other=/dev/hda4
# label=HURD
# restricted
# alias=3


and typing 'cfdisk' just gave me a fatal error cannot be displayed ...

would it work if i connected the hd's the way that i wanted and then reinstalled knoppix to the 2nd drive.... would that mean that it would automatically configure it so that there would be a dual boot?