• 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]Suse und Debian parallel:einen Grub wieder loswerden

Aloa,

ich habe mir mal ein Debian zu meiner Suse auf's Notebook gepackt. Soweit so gut. Im Rahmen der Installation hat Debian den Grub in den MBR geschrieben und den dortigen von Suse überschrieben.
Wenn ich den jetzt wieder per Yast drüberbügel (er sieht einfach besser aus... ;) ) und ich dort Debian auswähle, erhalte ich als nächstes noch mal des grub Menü der Debian Installation.
Wie werde ich dieses "Doublefeature" wieder los???

Greetz
Becksta
 
Ganz im Zweifel erstmal den MBR löschen und per CD neu erstellen lassen, achte dann aber darauf das dein Debian mit eingebunden wird.
Code:
dd of=/dev/hda if=/dev/zero bs=512
wenn dein MBR auf der ersten Platte am Master hängt und Du PATA-Platten verwendest. Ich würde aber trotzdem erstmal gucken ob deine menu.list nicht evtl. nur ein bißchen "verbogen" ist.
 
towo schrieb:
Wie werde ich dieses "Doublefeature" wieder los???
Woher sollen wir das wissen? Sind wir Hellseher? Kennen wir Deine menu.lst?

Ich ging davon aus, dass die "Boot-Details" in diesem Fall nicht notwendig sind. Aktuell ist der Grub der Suse wieder aktiv, d.h. im MBR installiert.
Müsste ich dann jetzt nicht einfach den Grub unter Debian wieder installieren??
Nach dieser Herangehensweise (Pakete deinstallieren) würden doch die genauen Parameter keine Rolle spielen, oder???

Aber das spielt ja offenbar keine Rolle, da ich eh schief gewickelt bin... hehe
Deshalb hier mal die beide Dateien:

Opensuse (z.Zt. aktiv)
Code:
# Modified by YaST2. Last modification on Fr Mai  9 01:06:17 CEST 2008
default 0
timeout 8
gfxmenu (hd0,5)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/disk/by-id/scsi-SATA_WDC_WD2500BEVS-_WD-WXHY07400700-part6    resume=/dev/sda5 splash=silent showopts
    initrd /boot/initrd-2.6.22.17-0.1-default

###Don't change this comment - YaST2 identifier: Original name:  Debian GNU/Linux, kernel 2.6.24-1-686 (/dev/sda8)###
title  Debian GNU/Linux, kernel 2.6.24-1-686 (/dev/sda8)
    root (hd0,7)
    configfile /boot/grub/menu.lst

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

Und hier der Debian Part:
Code:
title		Debian GNU/Linux, kernel 2.6.24-1-686
default		0
timeout        5
root		(hd0,7)
kernel		/boot/vmlinuz-2.6.24-1-686 root=/dev/sda8 ro 
initrd		/boot/initrd.img-2.6.24-1-686
savedefault

title		Debian GNU/Linux, kernel 2.6.24-1-686 (single-user mode)
root		(hd0,7)
kernel		/boot/vmlinuz-2.6.24-1-686 root=/dev/sda8 ro single
initrd		/boot/initrd.img-2.6.24-1-686
savedefault

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.
title		openSUSE 10.3 (on /dev/sda6)
root		(hd0,5)
kernel		/boot/vmlinuz-2.6.22.17-0.1-default root=/dev/disk/by-id/scsi-SATA_WDC_WD2500BEVS-_WD-WXHY07400700-part6 resume=/dev/sda5 splash=silent showopts 
initrd		/boot/initrd-2.6.22.17-0.1-default
savedefault
boot


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title		Windows Vista/Longhorn (loader)
root		(hd0,0)
savedefault
makeactive
chainloader	+1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title		Windows Vista/Longhorn (loader)
root		(hd0,1)
savedefault
makeactive
chainloader	+1

Als denne.... wie gehts weiter??? ;)

Greetz
Becksta
 
Einfach die menu.lst unter Suse anpassen.

Original:
Becksta schrieb:
Opensuse (z.Zt. aktiv)
Code:
# Modified by YaST2. Last modification on Fr Mai  9 01:06:17 CEST 2008
default 0
timeout 8
gfxmenu (hd0,5)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/disk/by-id/scsi-SATA_WDC_WD2500BEVS-_WD-WXHY07400700-part6    resume=/dev/sda5 splash=silent showopts
    initrd /boot/initrd-2.6.22.17-0.1-default

###Don't change this comment - YaST2 identifier: Original name:  Debian GNU/Linux, kernel 2.6.24-1-686 (/dev/sda8)###
title  Debian GNU/Linux, kernel 2.6.24-1-686 (/dev/sda8)
    root (hd0,7)
    configfile /boot/grub/menu.lst

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

Fälschung:
Code:
# Modified by YaST2. Last modification on Fr Mai  9 01:06:17 CEST 2008
default 0
timeout 8
gfxmenu (hd0,5)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/disk/by-id/scsi-SATA_WDC_WD2500BEVS-_WD-WXHY07400700-part6    resume=/dev/sda5 splash=silent showopts
    initrd /boot/initrd-2.6.22.17-0.1-default

###Don't change this comment - YaST2 identifier: Original name:  Debian GNU/Linux, kernel 2.6.24-1-686 (/dev/sda8)###
title      Debian GNU/Linux, kernel 2.6.24-1-686
root      (hd0,7)
kernel      /boot/vmlinuz-2.6.24-1-686 root=/dev/sda8 ro
initrd      /boot/initrd.img-2.6.24-1-686
savedefault 


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