Forum Moderators: bakedjake
Then, as suggested above, install windows first. I find it just as easy to let windows take up the entire hard drive.
Then boot on Mandrake CD and follow the prompts. It will let you partition the drive with windows already installed, and set up the dual boot automatically. But you need a newer version of Mandrake than 8 I think.
I am curious about making changes in the grub at the command prompt. just for the information sake let me know the procedure if possible.
Sure thing - it is possible. As root, open up the file
/boot/grub/menu.lst in your favorite text editor and edit away - it should be pretty self-explanatory. Be careful what you change, though, or you might not be able to boot at all - keep your rescue disk handy in case things go wrong. Here's a sample grub.lst file including Windows:
timeout 30
default 0
fallback 1
splashimage=/boot/grub/splash.xpm.gz
title Gentoo Linux
kernel (hd0,0)/boot/vmlinuz-2.6.10-gentoo-r1 root=/dev/hda2
title Windows
rootnoverify (hd1,0)
chainloader +1