Does the entry for windows in /boot/grub/grub.conf (or menu.lst something like that) look something like this? rootnoverify(hd0,0) chainloader +1 Which partition is the active(bootable) partition? The output of `sfdisk -l /dev/sda` should tell you that. Including the entire output of that command would be nice as well.