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 ...
- 10-05-2005 #1
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:
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.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!
Thanks in advance!
- 10-05-2005 #2Linux 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"
- 10-05-2005 #3
How exactly do I add devfs support? I searched menuconfig for it, but it wasn't there...
- 10-06-2005 #4Linux 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"


Reply With Quote
