counterroot
Lt. Commander
- Registriert
- Feb. 2005
- Beiträge
- 1.633
hiho!
Ich will ein Knoppix system das ich auf festplatte installiert habe, aus suse heraus starten.
meine device.map
meine grub menu.lst
Wenn ich jetzt aber das Knoppix-system booten will, meint er er würde eine Datei (ja warscheinlich die Kernel) nicht finden.
pmb µatze
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