fixmbr doesn't work because for some reason no matter how many times i do it nothing happends, grub still come up.
there is an option in grub called windows but for windows is on ntfs and grub doesn't like like that so i get an error.
"unsupported partion type" or something like that. here is my menu.lst if it is any help.
# Modified by YaST2. Last modification on Sun Oct 8 09:41:26 2006
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,1)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
kernel (hd0,1)/boot/vmlinuz root=/dev/hdd2 vga=0x317 splash=silent desktop resume=/dev/hdd1 showopts
initrd (hd0,1)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
root (hd1,0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
root (fd0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
kernel (hd0,1)/boot/vmlinuz root=/dev/hdd2 showopts ide=nodma apm=off acpi=off vga=normal noresume nosmp noapic maxcpus=0 3
initrd (hd0,1)/boot/initrd
i have tried everything to get it to work but everything i tryed get an error.