I need some help with Dualboot system. I’ve got 3 hard drives in my computer 2 SATA and one ATA. I’m running WinXP on one of the SATA drives, the other one is just used for storing files. Since yesterday I’m running OpenSUSE 11.0 on the ATA drive. I installed Suse correctly over normal way not in the WinXP environment. Everything works fine. Then I restarted the computer to see if the Boot partitions would run correctly. Grub loader starts. OpenSuse works just fine while WinXp is not bootable anymore. Everytime I choose the WinXP boot option I get the message:
rootnoverify (hd0,0)
chainloader (hd1,0)
I’ve been already through several threads and tried some suggestions, but nothing works. Afterall Suse works so I’m able to give you some information about my system:
linux-avxr:/home/micha # fdisk -l
Platte /dev/sda: 160.0 GByte, 160041885696 Byte
255 Köpfe, 63 Sektoren/Spuren, 19457 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0xe918238b
Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 * 1 19456 156280288+ 7 HPFS/NTFS
Platte /dev/sdb: 500.1 GByte, 500107862016 Byte
255 Köpfe, 63 Sektoren/Spuren, 60801 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x1c351c35
Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 * 1 60800 488375968+ 7 HPFS/NTFS
Platte /dev/sdc: 120.0 GByte, 120060444672 Byte
255 Köpfe, 63 Sektoren/Spuren, 14596 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0xc5e93da1
Gerät boot. Anfang Ende Blöcke Id System
/dev/sdc1 * 1 14595 117234306 83 Linux
linux-avxr:/home/micha # cat /etc/fstab
/dev/disk/by-id/scsi-SATA_SAMSUNG_SP1203NS01MJ10Y401440-part1 / ext2 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_SAMSUNG_HD161HJS0V3J9AQ416769-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=de_DE.UTF-8 0 0
/dev/disk/by-id/scsi-SATA_SAMSUNG_HD502IJS1PZJDWQ500772-part1 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=de_DE.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
linux-avxr:/home/micha # cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on So Okt 26 20:02:15 CET 2008
default 0
timeout 8
gfxmenu (hd0,0)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.0 3D
root (hd0,0)
kernel /boot/vmlinuz-2.6.25.18-0.2-pae root=/dev/disk/by-id/scsi-SATA_SAMSUNG_SP1203NS01MJ10Y401440-part1 splash=silent showopts vga=0x31b
initrd /boot/initrd-2.6.25.18-0.2-pae
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe 3D
rootnoverify (hd1,0)
kernel /boot/vmlinuz-2.6.25.18-0.2-pae root=/dev/disk/by-id/scsi-SATA_SAMSUNG_SP1203NS01MJ10Y401440-part1 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe vga=0x31b
initrd /boot/initrd-2.6.25.18-0.2-pae
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.0 2D
root (hd0,0)
kernel /boot/vmlinuz-2.6.25.18-0.2-default root=/dev/disk/by-id/scsi-SATA_SAMSUNG_SP1203NS01MJ10Y401440-part1 splash=silent showopts vga=0x31b
initrd /boot/initrd-2.6.25.18-0.2-default
###Don't change this comment - YaST2 identifier: Original name: windows 1###
title Windows XP
rootnoverify (hd0,0)
chainloader (hd0,0)+1
###Don't change this comment - YaST2 identifier: Original name: windows 2###
title windows 2
rootnoverify (hd0,0)
chainloader (hd0,0)+1
linux-avxr:/home/micha #
I’m quite new to Linux and I just worked with some older Unix versions in school, thats why don’t understand what’s wrong with the system. If Anybody can help me I would really appreciate it!