Code:
     
 
     prompt
timeout=20
default=linux
boot=/dev/cciss/c0d0
map=/boot/map
install=/boot/boot.b
message=/boot/message
serial = 0,38400n8
linear
image=/boot/vmlinuz-2.6.9-78.0.1.EL
        label=2.6.9-78.0.1.EL
        initrd=/boot/initrd-2.6.9-78.0.1.EL.img
        read-only
        root=/dev/VolGroup00/LogVol00
image=/boot/vmlinuz-2.6.9-42.0.3.ELsmp
        label=linux
        initrd=/boot/initrd-2.6.9-42.0.3.ELsmp.img
        read-only
        root=/dev/VolGroup00/LogVol00
image=/boot/vmlinuz-2.6.9-42.0.3.EL
        label=linux-up
        initrd=/boot/initrd-2.6.9-42.0.3.EL.img
        read-only
        root=/dev/VolGroup00/LogVol00
        append="console=tty0 console=ttyS0,38400n8"
other=/dev/cciss/c0d0p2
       label="Windows 2000"
       table=/dev/cciss/c0d0 
     Here is my disk configuration: 
     
      Code:
     
 
     [root@localhost /]# fdisk -l
Disk /dev/cciss/c0d0: 9091 MB, 9091153920 bytes
255 heads, 32 sectors/track, 2176 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes
           Device Boot      Start         End      Blocks   Id  System
/dev/cciss/c0d0p1               1          25      101984   83  Linux
/dev/cciss/c0d0p2   *          26        2176     8776080    c  W95 FAT32 (LBA)
Disk /dev/cciss/c0d1: 54.6 GB, 54609592320 bytes
255 heads, 32 sectors/track, 13071 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes
           Device Boot      Start         End      Blocks   Id  System
/dev/cciss/c0d1p1   *           1       13071    53329664   8e  Linux LVM
Disk /dev/cciss/c0d2: 18.2 GB, 18203197440 bytes
255 heads, 32 sectors/track, 4357 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes
           Device Boot      Start         End      Blocks   Id  System 
     Any ideas on how to get windows2000 to work. It is on the same disk as /boot.