Hi, Dears
I am having a problem with my grub boot loader. the problem is that I want to boot Linux+Windows.
Linux boots very well

but windows doesn't boot and gives me a errot when I try from the grub menu to start windows. I have installed windows on the first partition of hard drive. and also the /boot partition and my root partition etc.
I have the error
Booting ,other'
rootnoverify (hd3,0)
chainloader +1
I have my fdisk out put file which is
Disk /dev/sda: 73.4 GB, 73407868928 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 1912 15358108+ 7 HPFS/NTFS
/dev/sda2 * 1913 1937 200812+ 83 Linux
/dev/sda3 1938 2198 2096482+ 82 Linux swap
/dev/sda4 3838 8924 40861327+ 5 Extended
/dev/sda5 3838 6387 20482843+ 83 Linux
/dev/sda6 6388 7662 10241406 83 Linux
Disk /dev/sdb: 73.4 GB, 73407868928 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 8924 71681998+ b W95 FAT32
Disk /dev/sdc: 73.4 GB, 73407868928 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 8924 71681998+ 83 Linux
Disk /dev/sdd: 73.4 GB, 73407868928 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 8924 71681998+ 83 Linux
Disk /dev/sde: 255 MB, 255327744 bytes
129 heads, 4 sectors/track, 966 cylinders
Units = cylinders of 516 * 512 = 264192 bytes
Device Boot Start End Blocks Id System
/dev/sde1 * 1 967 249341+ 6 FAT16
Partition 1 has different physical/logical endings:
phys=(972, 128, 4) logical=(966, 57, 3)
and also my grub.conf file which is
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd3,1)
# kernel /vmlinuz-version ro root=/dev/sda5
# initrd /initrd-version.img
#boot=/dev/sdb
default=0
timeout=5
splashimage=(hd3,1)/grub/splash.xpm.gz
hiddenmenu
password --md5 $1$9GdY77Fk$J5MAfR4myx/ryAkegKUu81
title Red Hat Enterprise Linux AS (2.6.9-22.ELsmp)
root (hd3,1)
kernel /vmlinuz-2.6.9-22.ELsmp ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-22.ELsmp.img
title Red Hat Enterprise Linux AS-up (2.6.9-22.EL)
root (hd3,1)
kernel /vmlinuz-2.6.9-22.EL ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-22.EL.img
title ,other’
rootnoverify (hd3,0)
chainloaer +1
Hay gusy this a bit urgent because I have to finish with it as soon as possible and get to my next project. I will be really thank full in advance if some one helps me out.
thanks
shahz