Hallo,
ich habe die Frage schon wo anders gestellt, dann aber festgestellt dass in dem Forum glaube ich nicht so reger Verkehr wie hier ist, also probiere ich es hier einmal.
Ich habe auf einem Rechner eine Partition (Win XP) mit einer Win 7 Installation ersetzt. Zusätzlich gibt es noch eine SuSE 11.2 Installation, die sich jetzt natürlich nicht mehr booten lässt, da der Windows Bootloader den Grub ja übergebügelt hat.
Meine menu.lst sah so aus:
Und die Ausgabe von fdisk sieht so aus (sdb ist mein USB-Stick):
Nun weiß ich nicht wie ich meine menu.lst entsprechend anpassen muss. Hat jemand einen Rat?
ich habe die Frage schon wo anders gestellt, dann aber festgestellt dass in dem Forum glaube ich nicht so reger Verkehr wie hier ist, also probiere ich es hier einmal.
Ich habe auf einem Rechner eine Partition (Win XP) mit einer Win 7 Installation ersetzt. Zusätzlich gibt es noch eine SuSE 11.2 Installation, die sich jetzt natürlich nicht mehr booten lässt, da der Windows Bootloader den Grub ja übergebügelt hat.
Meine menu.lst sah so aus:
Code:
# Modified by YaST2. Last modification on Di Jun 1 11:19:39 CEST 2010
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,5)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
rootnoverify (hd0,0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: linux###
title Desktop -- openSUSE 11.2 - 2.6.31.5-0.1
root (hd0,5)
kernel /boot/vmlinuz-2.6.31.5-0.1-desktop root=/dev/disk/by-id/ata-SAMSUNG_HM160HI_S16SJD0Q821360-part6 resume=/dev/disk/by-id/ata-SAMSUNG_HM160HI_S16SJD0Q821360-part5 splash=silent showopts vga=0x346
initrd /boot/initrd-2.6.31.5-0.1-desktop
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.2 - 2.6.31.5-0.1 (default)
root (hd0,5)
kernel /boot/vmlinuz-2.6.31.5-0.1-default root=/dev/disk/by-id/ata-SAMSUNG_HM160HI_S16SJD0Q821360-part6 resume=/dev/disk/by-id/ata-SAMSUNG_HM160HI_S16SJD0Q821360-part5 splash=silent showopts vga=0x346
initrd /boot/initrd-2.6.31.5-0.1-default
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.2 - 2.6.31.5-0.1 (default)
root (hd0,5)
kernel /boot/vmlinuz-2.6.31.5-0.1-default root=/dev/disk/by-id/ata-SAMSUNG_HM160HI_S16SJD0Q821360-part6 showopts ide=nodma apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x346
initrd /boot/initrd-2.6.31.5-0.1-default
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.2 - 2.6.31.5-0.1 (desktop)
root (hd0,5)
kernel /boot/vmlinuz-2.6.31.5-0.1-desktop root=/dev/disk/by-id/ata-SAMSUNG_HM160HI_S16SJD0Q821360-part6 showopts ide=nodma apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x346
initrd /boot/initrd-2.6.31.5-0.1-desktop
Und die Ausgabe von fdisk sieht so aus (sdb ist mein USB-Stick):

Nun weiß ich nicht wie ich meine menu.lst entsprechend anpassen muss. Hat jemand einen Rat?