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

Grub Error 15

admine

Ultimate Guru
Ok, so ist aber nur Swap klar => /dev/sda5

Wo aber genau liegt die /-Partition?
Dazu musst du einfach mal die Partitionen mounten und reinschaun!
Da hilft "fdisk -l" nicht!
 
OP
O

onkeljimjack

Newbie
Erstmal danke für das Verständnis.
Aber blicke, wie man bestimmt merkt,
irgendwie nichts mehr.

Welchen Befehl meinst du mit reinschauen?
Habe nur die eine HDD im Rechner.
 
OP
O

onkeljimjack

Newbie
- sda1=WindowsXP
- sda2=Vista
- sda3 ist nicht mountbar
- sda5 wie bereits gesagt die Swap
- sda6 hat mehrere Ordner wie bin, dev, root usw.
drwxr-xr-x 2 root root 4096 2008-03-29 18:34 bin
drwxr-xr-x 3 root root 4096 2008-04-09 18:35 boot
drwxr-xr-x 5 root root 4096 2008-03-24 17:12 dev
drwxr-xr-x 100 root root 12288 2008-04-10 18:02 etc
drwxr-xr-x 2 root root 4096 2008-03-24 17:12 home
drwxr-xr-x 10 root root 4096 2008-03-29 18:31 lib
drwxr-xr-x 4 root root 4096 2008-03-29 18:32 lib64
drwx------ 2 root root 16384 2008-03-24 17:12 lost+found
drwxr-xr-x 3 root root 4096 2008-04-07 16:38 media
drwxr-xr-x 2 root root 4096 2007-09-21 19:18 mnt
drwxr-xr-x 3 root root 4096 2008-03-24 17:16 opt
drwxr-xr-x 3 root root 4096 2008-03-24 17:12 proc
drwx------ 13 root root 4096 2008-04-10 18:18 root
drwxr-xr-x 3 root root 12288 2008-03-29 18:32 sbin
drwxr-xr-x 4 root root 4096 2008-03-24 17:13 srv
-rw-r--r-- 1 root root 0 2008-04-07 17:11 success
drwxr-xr-x 3 root root 4096 2008-03-24 17:12 sys
drwxrwxrwt 23 root root 4096 2008-04-09 18:39 tmp
drwxr-xr-x 13 root root 4096 2008-03-24 17:13 usr
drwxr-xr-x 14 root root 4096 2008-03-24 17:15 var
drwxr-xr-x 4 root root 4096 2008-03-24 17:12 windows

- sda7 hat nur zwei ordner, einen mit meinem benutzernamen sowie einen anderen mit lost+found
 
OP
O

onkeljimjack

Newbie
Und hier nochmal meine menu.lst,
die sich auf sda6 unter /mnt/boot/grub befindet:

###Modified by YaST3. Last modification on Sat Mar 29 19:34:23 CET 2008
default 0
timeout 8
gfxmenu (hd0,5)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3 - 2.6.22.17-0.1
root (hd0,5)
kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/disk/by-id/scsi-SATA_SAMSUNG_SP2504CS09QJ1NL610507-part7 vga=0x31a resume=/dev/sda6 splash=silent showopts
initrd /boot/initrd-2.6.22.17-0.1-default

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.3 - 2.6.22.17-0.1
root (hd0,5)
kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/disk/by-id/scsi-SATA_SAMSUNG_SP2504CS09QJ1NL610507-part7 vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off 3
initrd /boot/initrd-2.6.22.17-0.1-default

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

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

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

admine

Ultimate Guru
Versuche mal das:

Code:
title openSUSE 10.3 - 2.6.22.17-0.1
root (hd0,5)
kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/sda6 vga=0x31a resume=/dev/sda5 splash=silent showopts
initrd /boot/initrd-2.6.22.17-0.1-default
 
OP
O

onkeljimjack

Newbie
Funktioniert leider immer noch nicht.
Beim Start von Suse bricht er weiterhin ab:

....
Loading required kekrnel modules done
Activationg swap-devices in /etc/fstab... done
mount: according to mtab, /dev/disk/by-id/scsi-SATA_SAMSUNG_SP2540 mit der alten Bezeichung.....
done
usw.
Dann kommt irgendwann failed und ich kann mich per root password anmelden.

Verstehe nicht dass er immer noch auf die alte Festplatte zugreifen will.
Scheint also nichts geholfen haben die menu.lst zu ändern.
Gibt es da noch andere Dateien die ich editieren kann?
 

admine

Ultimate Guru
onkeljimjack schrieb:
Verstehe nicht dass er immer noch auf die alte Festplatte zugreifen will.
Scheint also nichts geholfen haben die menu.lst zu ändern.
Hat das Ändern der menu.lst denn auch wirklich geklappt?
Hast du dir das File danach angesehen?
 
Oben