Knoppix aus grub von Suse 10.1 starten

counterroot

Lt. Commander
Registriert
Feb. 2005
Beiträge
1.632
hiho!
Ich will ein Knoppix system das ich auf festplatte installiert habe, aus suse heraus starten.


meine device.map
Code:
(hd1)	/dev/hdb
(hd2)	/dev/hdc
(hd0)	/dev/hda

meine grub menu.lst
Code:
# Modified by YaST2. Last modification on So Jun 18 12:58:03 UTC 2006

color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,0)/boot/message

title		Knoppix Backup System
root		(hd2,0)
kernel		/boot/vmlinuz root=/dev/hdc1 ro ramdisk_size=100000 lang=de apm=power-off nomce vga=791 
initrd		/boot/initrd.img
savedefault
boot

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux 10.1
    root (hd0,0)
    kernel /boot/vmlinuz root=/dev/hda1 vga=0x314    resume=/dev/hda5  splash=off showopts
    initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: xen###
title XEN
    root (hd0,0)
    kernel /boot/xen.gz 
    module /boot/vmlinuz-xen root=/dev/hda1 vga=0x314    resume=/dev/hda5  splash=silent showopts
    module /boot/initrd-xen

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux 10.1
    root (hd0,0)
    kernel /boot/vmlinuz root=/dev/hda1 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
    initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: memtest86###
title Speichertest
    kernel (hd0,0)/boot/memtest.bin



Wenn ich jetzt aber das Knoppix-system booten will, meint er er würde eine Datei (ja warscheinlich die Kernel) nicht finden.
pmb µatze
 
Wenn Dir das Grub-Menü angezeigt wird, wähle mal den EIntrag aus, der dich interessiert und drücke die Taste "e" (für "edit").
Dann wird dir der Teil der menu.lst angezeigt, der dahintersteht.
Du hast jetzt so eine Art Mini-Shell. Wandere mit dem Cursor zu dem Eintrag "/boot/vmlinuz" und drücke mal die Tab-Taste. Dann wird dir von Grub aufgezeigt, was er dort alles findet. Ist Dein Kernel dabei, liegts nicht an dem fehlenden Kernel. Aber vll fehlt die initrd.img dort?

Poste mal die exakte Meldung, bei der der Rechner nicht weiterkommt.
 
Zurück
Oben