Есть ide-disk на котором стоит RedHat 9, есть SATA винт (200Gb) на котором стоит Windows XP.
grub.conf:
===================================================
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/hdc1
# initrd /boot/initrd-version.img
#boot=/dev/hdc
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.27)
root (hd0,0)
kernel /boot/vmlinuz-2.4.27 ro root=/dev/hda1 hdc=ide-scsi
initrd /boot/initrd-2.4.27.img
title Red Hat Linux (2.4.20-8custom)
root (hd0,0)
kernel /boot/vmlinuz-2.4.20-8custom ro root=/dev/hda1 hdc=ide-scsi
initrd /boot/initrd-2.4.20-8custom.img
title win_200G
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
boot
===================================================
device.map:
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hdc
(hd1) /dev/sda
===================================================
Как сделать так чтобы grub грузил Windows на SATA?