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

[**GELÖST** ]GRUB Einstellungen + Windows XP

Ich hab heute ne 3. Festplatte in meinen Rechner verbaut auf die für Test- und Emulationsprogramme Windows XP drauf muss.

1. Platte (/dev/hda)
/boot
/ reiserfs
swap

2. Platte (/dev/hdb)
Windows XP

3. Platte (/dev/sda)
/daten ext3

Ich konnte zwar Windows in Grub einbinden aber ich bekomme immer ne "Chainloader"-Fehlermeldung.

Hier mal meine Grub-Config:
# Modified by YaST2. Last modification on Di Aug 28 19:11:00 CEST 2007
default 0
timeout 8
gfxmenu (hd0,0)/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
root (hd0,0)
kernel /vmlinuz root=/dev/hda2 vga=0x31a resume=/dev/hda3 splash=silent showopts
initrd /initrd

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

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Diskette
rootnoverify (hd0,0)
chainloader (fd0)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.2
root (hd0,0)
kernel /vmlinuz root=/dev/hda2 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /initrd

Hat jemand nen Tipp wie das zum laufen kriege?
 

admine

Ultimate Guru
Windows booten von 2. Platte:

Code:
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
Siehe hier (unten):
http://www.linuxer.onlinehome.de/apps/grub.htm
 
OP
M

mac_turrican

Member
@admine

Danke für den Link :)
Ich musste deine Angaben noch ein bischen für mich umändern, aber in dem Link ist alles sehr gut beschrieben.

Jetzt funktioniert alles. Danke :D
 
Oben