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

Bootmenü verschwunden

Gwanch

Member
Hallo nochmal!

Bis auf die Änderungen der Zugriffsrechte, siehe http://www.linux-club.de/viewtopic.php?f=4&t=105941 habe ich überhaupt nichts verändert.

Plötzlich ist die Bootauswahl weg, es wird automatisch Windows hochgefahren.

Ich raff es nicht.

Kann mir bitte nochmal jemand helfen ?

in der BOOT-INI in windows steht nur Windows XP.


thx
 
OP
Gwanch

Gwanch

Member
diejenige, wo linux und windows drauf ist. ich mein ich hab da ja auch nichts verändert.
 

whois

Ultimate Guru
Code:
cat /boot/grub/menu.lst

/edit:
Ach, Mist du hast keinen Zugriff auf Linux.
Verpeilt. :eek:ps:

Sorry, Null Plan von Windows.
 
OP
Gwanch

Gwanch

Member
so habs selber mal versucht. hatte noch ne supergrubdisk zur hand. konnte damit das bootmenü wiederherstellen. ich frage mich nur wieso das passiert ist und möchte ja auch nicht dass es ein zweites mal passiert.
 

Rainer Juhser

Moderator
Teammitglied
Gwanch schrieb:
möchte ja auch nicht dass es ein zweites mal passiert.
Nachdem jetzt der Zugriff auf Linux wieder hergestellt ist, könntest du ja auch mal das Ergebnis von
Code:
cat /boot/grub/menu.lst
zeigen. >Hier< wurde ja auch schon mal danach gefragt. :roll:
 
OP
Gwanch

Gwanch

Member
Code:
# Modified by YaST2. Last modification on Di Okt 27 13:57:11 CET 2009
default 2
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,5)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1 - 2.6.27.29-0.1
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.27.29-0.1-default root=/dev/disk/by-id/ata-ST3250620A_5QF21XWM-part6 resume=/dev/disk/by-id/ata-ST3250620A_5QF21XWM-part5 splash=silent showopts vga=0x31a
    initrd /boot/initrd-2.6.27.29-0.1-default

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.1 - 2.6.27.29-0.1
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.27.29-0.1-default root=/dev/disk/by-id/ata-ST3250620A_5QF21XWM-part6 showopts ide=nodma apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x31a
    initrd /boot/initrd-2.6.27.29-0.1-default

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