(Gelöst) GRUB-Problem: XP startet nicht mehr

Status
Für weitere Antworten geschlossen.
Hallo ihr Lieben...

Nach einem nicht näher definierten Vorfall, will GRUB mein XP nicht mehr booten. Nach der Auswahl im Menu, zeigt's:
Code:
rootnoverify (hd0,0)
chainloader (hd1) +1
Bis vor kurzem hat das Dual-Boot-System (XP und OpenSUSE 10.2) anstandslos funktioniert. Am System hab ich (zumindest bewusst) nichts verändert.
Beide Systeme liegen auf derselben SATA-Platte. Suse bootet bestens.

Ich gebe zu, ich hab' per Suchfunktion und Google schon nach Lösungen geforscht, die Ergebnisse fand' ich aber eher verwirrend. Und auf gut Glück am GRUB rumschrauben, möchte ich lieber vermeiden.
Also seid bitte nachsichtig.

Salve
Der Doc.
 
AW: GRUB-Problem: XP startet nicht mehr

Wird gemacht...

Code:
LOADER_TYPE="grub"
LOADER_LOCATION=""
Code:
Platte /dev/sda: 250.0 GByte, 250059350016 Byte
255 heads, 63 sectors/track, 30401 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *           1       11228    90180877    7  HPFS/NTFS
/dev/sda2           16709       30401   109989022+   7  HPFS/NTFS
/dev/sda3           11229       16708    44018100    f  W95 Erw. (LBA)
/dev/sda5           11229       11490     2104483+  82  Linux Swap / Solaris
/dev/sda6           11491       13597    16924446   83  Linux
/dev/sda7           13598       16708    24989076   83  Linux

Partitionstabelleneinträge sind nicht in Platten-Reihenfolge

Platte /dev/hdf: 250.0 GByte, 250059350016 Byte
255 heads, 63 sectors/track, 30401 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/hdf1   *           1       30401   244196001    7  HPFS/NTFS
Code:
# Modified by YaST2. Last modification on Mi Mai 16 15:07:00 CEST 2007
default 0
timeout 8
gfxmenu (hd0,5)/boot/message

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

title openSUSE 10.2 - 2.6.18.8-0.3
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.18.8-0.3-default root=/dev/sda6 vga=0x317 resume=/dev/sda5 splash=silent  showopts
    initrd /boot/initrd-2.6.18.8-0.3-default

title Failsafe -- openSUSE 10.2 - 2.6.18.8-0.3
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.18.8-0.3-default root=/dev/sda6 vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off
    initrd /boot/initrd-2.6.18.8-0.3-default

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

###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,5)
    kernel /boot/vmlinuz root=/dev/sda6 vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off 3
    initrd /boot/initrd-2.6.18.8-0.3-default

###Don't change this comment - YaST2 identifier: Original name: xen###
title XEN
    root (hd0,5)
    kernel /boot/xen.gz
    module /boot/vmlinuz-xen root=/dev/sda6 vga=0x317 resume=/dev/sda5 splash=silent showopts
    module /boot/initrd-xen
Code:
(fd0)   /dev/fd0
(hd0)   /dev/sda
(hd2)   /dev/hdf
(hd1)   /dev/hde
 

Rain_Maker

Administrator
Teammitglied
AW: GRUB-Problem: XP startet nicht mehr

Das hier passt nicht zusammen:

Code:
rootnoverify (hd0,0)
chainloader (hd1) +1
schreibst Du als Fehlermeldung, die ausgegeben wird.

Sicher, dass das stimmt?

Code:
###Don't change this comment - YaST2 identifier: Original name: windows 1###
title WinXP
    rootnoverify (hd0,0)
    chainloader (hd0,0)+1
So steht es in der menu.lst drin.

Also schau nochmal genau hin.

Greetz,

RM
 
AW: GRUB-Problem: XP startet nicht mehr

... und auf einmal geht es. :confused: Hab' nur kurz in den GUI Konfigurator geklickt, um mir die Parameter anzusehen.

Nun weiß ich zwar immer noch nicht, was passiert ist, aber es bootet. Rainy? Warst Du das etwa? Magische Kugel?

In jedem Fall: bitte entschuldigt den Aufruhr.
 

Rain_Maker

Administrator
Teammitglied
AW: GRUB-Problem: XP startet nicht mehr

Nö, das war ich nicht, sondern die Funktion von Yast, die den Bootloader neu in den MBR schreibt, wenn man in der Einstellungsmaske auf "Beenden" klickt.

(Wird glaube ich dann auch in der Statuszeile angezeigt "Konfigurationsdateien des Bootloaders werden neu geschrieben" und "Bootloader wird installiert")

Das wäre nämlich so oder so mein nächster Vorschlag gewesen.

Dann mach ich hier mal das Licht aus, manchmal ist es einfacher als man denkt.

Greetz,

RM
 
Status
Für weitere Antworten geschlossen.
Oben