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

windows XP auf 2. Festplatte

herrmeier

Member
@towo:
habe Deinen Code eingefügt, meine neue menu.lst:
Code:
# Modified by YaST2. Last modification on Mo Mär  5 17:59:56 CET 2007
default 1
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,0)/message
##YaST - activate

title Windows XP Professional
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1


###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
    root (hd0,0)
    kernel /vmlinuz-2.6.18.2-34-default root=/dev/sda6 vga=0x317 resume=/dev/sda5 splash=silent showopts
    initrd /initrd-2.6.18.2-34-default

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

mal sehen ob es jetzt klappt. Boote jetzt mal neu. Aber schon einmal vielen Dank für die prompte Antwort!
 

revealed

Guru
falls dir deine XP Partition noch streiken sollte ... XP CD Reparaturconsole und "fixboot" ausführen -- hilft gerne mal. ggf. Die Linux Bootloaderkonfiguration im Anschluss wiederholen.


die Wiederherstellungsconsole:
http://support.microsoft.com/kb/314058/DE/
der Befehl bootcfg:
http://support.microsoft.com/kb/291980/de
der Befehl fixboot:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/bootcons_fixboot.mspx?mfr=true
und für die ganz harten der Befehl fixmbr:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/bootcons_fixmbr.mspx?mfr=true
Ressourcen für die Behandlung von Startproblemen in Windows XP:
http://support.microsoft.com/kb/308041/DE/

Gruss

R
 
Oben