Find the answer to your Linux question:
Results 1 to 4 of 4
I had an issue with mount a few days ago, and the problem basically came down to my kernel not having SCSI support. So I compiled a new kernel, and ...
  1. #1
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942

    Kernel problems



    I had an issue with mount a few days ago, and the problem basically came down to my kernel not having SCSI support. So I compiled a new kernel, and when booting, this came up:

    Code:
    VFS: Mounted root (cramfs filesystem) readonly.
    Freeing unused kernel memory: 424k freed
    initrd-tools: 0.1.82
    mount: unknown filesystem type 'devfs'
    umount: devfs: not mounted
    mount: unknown filesystem type 'devfs'
    umount: devfs: not mounted
    pivot_root: No such file or directory
    /sbin/init: 432: cannot open /dev/console: No such file
    Kernel panic - not syncing: Attempted to kill init!
    I'm assuming the problem has to do with this 'devfs' filesystem, and since init can't find /dev/console, it's failing, causing the panic. Could anyone help me out and assist me in figuring out how to fix this? It would be much appreciated.

    Thanks in advance!

  2. #2
    Linux Engineer
    Join Date
    Apr 2005
    Location
    Buenos Aires, Argentina
    Posts
    908
    It looks like you simply forgot to add "devfs" support.. I couldn't find where it is, but I'm sure it's somewhere!
    serzsite.com.ar
    "All the drugs in this world won\'t save you from yourself"

  3. #3
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    How exactly do I add devfs support? I searched menuconfig for it, but it wasn't there...

  4. #4
    Linux Engineer
    Join Date
    Apr 2005
    Location
    Buenos Aires, Argentina
    Posts
    908
    http://www.linuxquestions.org/questi...hreadid=358666

    That's the only thing I could find.. it looks like there's a problem with kernel 2.6.13, is that what you compiled right?
    serzsite.com.ar
    "All the drugs in this world won\'t save you from yourself"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •