GRUB menu.lst (chainloader) - help needed
can anyone help me understand the disk notation in GRUB?
My situation:
3 disks
1 IDE 120GB NTFS for Data (2 partition -1 logical) No OS
1 SATA (1st drive) 120GB (2 partitions) 1st has XP
1 SATA (2nd drive) 80GB GRUB and SUSE 10
When I set 1st boot priority in BIOS to SATA it boots to XP, however, if remove all boot priorities GRUB loads and I can select SUSE and the world is good. However, if I try to select XP from GRUB I get ntdlr missing type errors.
here is a section of my menu.lst
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd2,1)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 10.0
root (hd2,1)
kernel /boot/vmlinuz root=/dev/sdb2 vga=0x31a selinux=0 resume=/dev/sdb1 splash=silent showopts
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title WindowSUX
chainloader (hd1,1)+1
title Windows1
rootnoverify (hd1,1)
makeactive
chainloader +1
and some other info
BIOS-provided physical RAM map:
CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Boot video device is 0000:02:00.0
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: Maxtor 6Y120L0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 128KiB
hda: 240121728 sectors (122942 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(133)
hda: cache flushes supported
hda: hda1 hda2
Probing IDE interface ide1...
hdc: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hdc: ATAPI 79X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
SCSI device sda: 240121728 512-byte hdwr sectors (122942 MB)
SCSI device sda: 240121728 512-byte hdwr sectors (122942 MB)
SCSI device sdb: 156312576 512-byte hdwr sectors (80032 MB)
SCSI device sdb: 156312576 512-byte hdwr sectors (80032 MB)
ohci1394: fw-host0: SelfID received outside of bus reset sequence
much obliged if anyone could help.