I have successfully installed Slackware and Windows 2000 on their own partitions.
I have then copied the first 512 bytes from the Slackware root partition to a FAT formatted floppy, with the following code
Code:
dd if=/dev/hda5 of=/tmp/bootsect.lnx bs=512 count=1
mount /mnt/floppy
cp /tmp/bootsect.lnx /mnt/floppy
I then copied the bootsect.lnx file from the FAT formatted floppy to the C: drive on the Windows 2000 partition, then edited the boot.ini file as follows
Code:
C:\bootsect.lnx="Slackware Linux"
All seemed well when i rebooted because there was an option on the boot menu for "Slackware Linux", but when i selected this nothing happens, its just sits with a flashing cursor!

I have tried repeating the process but no difference!

Any ideas anyone?

Cheers

r3b007