1. Liebe Forumsgemeinde,

    aufgrund der Bestimmungen, die sich aus der DSGVO ergeben, müssten umfangreiche Anpassungen am Forum vorgenommen werden, die sich für uns nicht wirtschaftlich abbilden lassen. Daher haben wir uns entschlossen, das Forum in seiner aktuellen Form zu archivieren und online bereit zu stellen, jedoch keine Neuanmeldungen oder neuen Kommentare mehr zuzulassen. So ist sichergestellt, dass das gesammelte Wissen nicht verloren geht, und wir die Seite dennoch DSGVO-konform zur Verfügung stellen können.
    Dies wird in den nächsten Tagen umgesetzt.

    Ich danke allen, die sich in den letzten Jahren für Hilfesuchende und auch für das Forum selbst engagiert haben. Ich bin weiterhin für euch erreichbar unter tti(bei)pcwelt.de.
    Dismiss Notice

Kernel Panic nach Knoppix-Installation???

Discussion in 'Linux-Distributionen' started by stoker23, Jan 6, 2006.

Thread Status:
Not open for further replies.
  1. stoker23

    stoker23 Byte

    Hallo,

    ich habe auf meinem Rechner Windows XP laufen und möchte durch den Grub-Manager von Knoppix die Wahl haben, welches System ich starte. Ich habe also mit Partition Magic erst mal eine für mich sinvvolle Partition angelegt und anschließend die Knoppix 4.0.2 CD gebootet. Hat alles 1A funktioniert. Anschließend dank SUDO KNOPPIX-INSTALLER Knoppix installiert. Nach dem Neustart kam der Boot-Manager; also Debian Linux ausgwählt. Beim Hochfahren kam dann allerdings leider die Meldung KERNEL PANIC-not syncing:VFS:Unaable to mount root fs on unkown block (6,8). Beim Googlen habe ich festgestellt, dass viele diese Meldung haben. Leider scheint es keine Patentlösung zu geben, da die Fehlermeldung wohl unterschiedlich Ursachen haben kann. Kann mir vielleicht trotzdem einer von Euch hilfen.....ich bin allerdings Linux.Newbie. Hier ist die Partition meiner 250GB-Platte:

    SDA1 NTFS 50GB - Systemplatte mit Windows XP
    SDA5 NTFS 50GB
    SDA6 EXT2 10GB - Knoppix-Installationspfad
    SDA7 SWAP 512MB
    SDA8 FAT32 10GB - will ich quasi als Schnittstelle zwischen XP und Linix verwende
    SDA9 NTFS 80GB
    SDA10 EXT2 38GB - /Home


    Ich habe eine S-ATA-Platte und habe gelesen, dass dies manchmal den Fehler verursachen kann...da die Platte aber unter Anwendung der Live-CD geht kann ich mir das eigentlich nicht vorstellen.

    Vielen Dank für eventuelle Hilfestellungen.

    stoker23
     
  2. blauerklaus2

    blauerklaus2 Kbyte

    Ich würde so vorgehen ein Möglichkeit !
    Grub in den MBR !
    1. Knoppix CD booten und über su - root werden
    2. jetzt die Partition wo der Grub sein soll mounten nach /mnt !
    3. Partition nach /sda (mbr)
    mount /mnt/sda
    cd sda

    4. Grub schreiben !
    grub-install '(hd0)'

    5 umount /mnt

    reboot CD aus Laufwerk.

    Nun müsste es klappen .

    Anmerkung : wenn XP noch nicht eingtragen ist mus die
    /boot/grub/lst (editiert (XP eingetragen werden)
    sollte überprüft werden !

    end of file

    bk2:)
     
  3. stoker23

    stoker23 Byte

    Also ich habe jetzt erst mal die Infos der drei Dateien besorgt. Soll ich also so vorgehen wie eben von Dir geschildert? Kannst Du das noch mal für Dummies erklären, denn ich bin absolutneu auf dem Gebiet:

    /mnt/sda6/etc/fstab

    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/sda6 / reiserfs defaults 0 1

    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    usbfs /proc/bus/usb usbfs devmode=0666 0 0
    sysfs /sys sysfs defaults 0 0
    tmpfs /dev/shm tmpfs defaults 0 0
    /dev/cdrom /cdrom iso9660 defaults,ro,users,noexec,noauto 0 0
    /dev/cdrom1 /cdrom1 iso9660 defaults,ro,users,noexec,noauto 0 0
    /dev/dvd /dvd iso9660 defaults,ro,users,noexec,noauto 0 0
    # Added by KNOPPIX
    /dev/sda1 /mnt/sda1 ntfs noauto,users,exec,ro,umask=000 0 0
    # Added by KNOPPIX
    /dev/sda5 /mnt/sda5 ntfs noauto,users,exec,ro,umask=000 0 0
    # Added by KNOPPIX
    /dev/sda7 /mnt/sda7 auto noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/sda8 /mnt/sda8 vfat noauto,users,exec,umask=000 0 0
    # Added by KNOPPIX
    /dev/sda9 /mnt/sda9 ntfs noauto,users,exec,ro,umask=000 0 0
    # Added by KNOPPIX
    /dev/sda10 /mnt/sda10 ext2 noauto,users,exec 0 0


    /mnt/sda6/boot/grub/menu.lst

    # Deutsche Tastaturbelegung

    setkey y z
    setkey z y
    setkey Y Z
    setkey Z Y
    setkey equal parenright
    setkey parenright parenleft
    setkey parenleft asterisk
    setkey doublequote at
    setkey plus bracketright
    setkey minus slash
    setkey slash ampersand
    setkey ampersand percent
    setkey percent caret
    setkey underscore question
    setkey question underscore
    setkey semicolon less
    setkey less numbersign
    setkey numbersign backslash
    setkey colon greater
    setkey greater bar
    setkey asterisk braceright
    # menu.lst - See: grub(8), info grub, update-grub(8)
    # grub-install(8), grub-floppy(8),
    # grub-md5-crypt, /usr/share/doc/grub
    # and /usr/share/doc/grub-doc/.

    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    #
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    default 0

    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout 5

    # Pretty colours
    color cyan/blue white/blue

    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line) and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret

    #
    # examples
    #
    # title Windows 95/98/NT/2000
    # root (hd0,0)
    # makeactive
    # chainloader +1
    #
    # title Linux
    # root (hd0,1)
    # kernel /vmlinuz root=/dev/hda2 ro
    #

    #
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

    ### BEGIN AUTOMAGIC KERNELS LIST
    ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
    ## by the debian update-grub script except for the default options below

    ## DO NOT UNCOMMENT THEM, Just edit them to your needs

    ## ## Start Default Options ##
    ## default kernel options
    ## default kernel options for automagic boot options
    ## If you want special options for specifiv kernels use kopt_x_y_z
    ## where x.y.z is kernel version. Minor versions can be omitted.
    ## e.g. kopt=root=/dev/hda1 ro
    # kopt=root=/dev/sda6 ro ### isk_size=100000 init=/etc/init lang=de apm=power-off nomce quiet vga=791

    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=(hd0,5)

    ## should update-grub create alternative automagic boot options
    ## e.g. alternative=true
    ## alternative=false
    # alternative=false

    ## should update-grub lock alternative automagic boot options
    ## e.g. lockalternative=true
    ## lockalternative=false
    # lockalternative=false

    ## altoption boot targets option
    ## multiple altoptions lines are allowed
    ## e.g. altoptions=(extra menu suffix) extra boot options
    ## altoptions=(recovery mode) single
    # altoptions=(recovery mode) single

    ## controls how many kernels should be put into the menu.lst
    ## only counts the first occurence of a kernel, not the
    ## alternative kernel options
    ## e.g. howmany=all
    ## howmany=7
    # howmany=all

    ## should update-grub create memtest86 boot option
    ## e.g. memtest86=true
    ## memtest86=false
    # memtest86=true

    ## ## End Default Options ##

    title Debian GNU/Linux, kernel 2.6.12 Default
    root (hd0,5)
    kernel /boot/vmlinuz root=/dev/sda6 ro ### isk_size=100000 init=/etc/init lang=de apm=power-off nomce quiet vga=791
    initrd /boot/initrd.img
    savedefault
    boot

    title Debian GNU/Linux, kernel 2.6.12
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.12 root=/dev/sda6 ro ### isk_size=100000 init=/etc/init lang=de apm=power-off nomce quiet vga=791
    initrd /boot/initrd.img-2.6.12
    savedefault
    boot

    ### END DEBIAN AUTOMAGIC KERNELS LIST
    title Windows 2K/XP/2003 (sda1)
    chainloader (hd0,0)+1


    /mnt/sda6/boot/grub/device.map

    (hd0) /dev/sda
     
Thread Status:
Not open for further replies.

Share This Page