• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Grub und WinXP

DaMischa

Newbie
Hallo Leute!

Ums kurz zu machen.....ich komme malwieder nicht mit Grub klar!
Versuche jetzt seit über einer Stunde daran Grub zum laufen zu kriegen, deshalb schreibe ich euch nun.
Hoffe Ihr könnt mir (wie eigendlich immer) weiterhelfen......

Folgendes Problem:

Hatte WinsowsMista drauf. Den Mist habe ich jetzt aber wieder runtergeschmissen und wieder XP drauf gemacht.
Wie kriege ich jetzt XP wieder zum laufen?
Welche einstellungen muss ich in der menu.lst ändern.

Hier die Infos:

menu.lst:

# Modified by YaST2. Last modification on Fr Jan 18 22:10:34 CET 2008
default 0
timeout 8
gfxmenu (hd0,1)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3 - 2.6.22.13-0.3
root (hd0,1)
kernel /boot/vmlinuz-2.6.22.13-0.3-default root=/dev/disk/by-id/scsi-SATA_SAMSUNG_SP8004H0415J1FTB36187-part2 vga=0x31a resume=/dev/sda1 splash=silent showopts
initrd /boot/initrd-2.6.22.13-0.3-default

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3 - 2.6.22.13-0.3
root (hd0,1)
kernel /boot/vmlinuz-2.6.22.13-0.3-default root=/dev/disk/by-id/scsi-SATA_SAMSUNG_SP8004H0415J1FTB36187-part2 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd-2.6.22.13-0.3-default

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd1,0)
chainloader (hd1,0)+1


device.map:

(hd0) /dev/sda
(hd1) /dev/sdb



fdisk:

Platte /dev/sda: 80.0 GByte, 80060424192 Byte
255 heads, 63 sectors/track, 9733 cylinders
Units = Zylinder of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1b293466

Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 1 262 2104483+ 82 Linux Swap / Solaris
/dev/sda2 * 263 2873 20972857+ 83 Linux
/dev/sda3 2874 9733 55102950 83 Linux

Platte /dev/sdb: 41.1 GByte, 41110142976 Byte
255 heads, 63 sectors/track, 4998 cylinders
Units = Zylinder of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa3504e01

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 * 1 4997 40138371 7 HPFS/NTFS

Platte /dev/sdc: 2097 MByte, 2097152000 Byte
255 heads, 63 sectors/track, 254 cylinders
Units = Zylinder of 16065 * 512 = 8225280 bytes
Disk identifier: 0x91f72d24

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdc1 * 1 255 2047968+ 6 FAT16





Ich hoffe Ihr könnt mir helfen!

Danke schonmal im vorraus!

Micha
 

admine

Ultimate Guru
DaMischa schrieb:
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd1,0)
chainloader (hd1,0)+1
Besser so:
Code:
title Windows
     map (hd0) (hd1)
     map (hd1) (hd0)
     rootnoverify (hd1,0)
     makeactive
     chainloader +1
 
Oben