VFS: Cannot open root device ...

2006-06-08 Thread Chris Dumoulin
I'm trying to port a 2.6 kernel to a V2Pro-based board that I've got. I get the following output when trying to boot: RAMDISK: Compressed image found at block 0 VFS: Mounted root (ext2 filesystem). VFS: Cannot open root device NULL or unknown-block(0,0) Please append a correct root= boot option

VFS: Cannot open root device ...

2006-06-08 Thread Steve Iribarne (GMail)
On 6/8/06, Chris Dumoulin cdumoulin at ics-ltd.com wrote: I'm trying to port a 2.6 kernel to a V2Pro-based board that I've got. I get the following output when trying to boot: RAMDISK: Compressed image found at block 0 VFS: Mounted root (ext2 filesystem). VFS: Cannot open root device NULL

VFS: Cannot open root device 31:03 or unknown-block(31,3)

2006-01-09 Thread David Jander
On Friday 06 January 2006 16:08, Wolfgang Denk wrote: This is a serious misunderstanding. There is no such thing like a specific kernel version which is supported by the ELDK. True, but not entirely. ELDK-3.1.1 has a glibc compiled with support of a certain version of the kernel (I guess

VFS: Cannot open root device 31:03 or unknown-block(31,3)

2006-01-09 Thread Wolfgang Denk
In message 200601090945.22564.david.jander at protonic.nl you wrote: ELDK-3.1.1 has a glibc compiled with support of a certain version of the kernel (I guess it's 2.4.xx), so newer kernels might run (because they are They do run. obviously backwards compatible), but some features of 2.6

VFS: Cannot open root device 31:03 or unknown-block(31,3)

2006-01-06 Thread HappyPhot
in your .config: CONFIG_JFFS2_FS=m This is wrong. You have to choose y, not m (for module). This way jffs2 is compiled as a module. That means, that jffs2 filesystem will not be available until the module is loaded with insmod jffs2 of something similar. That in turn means that your

VFS: Cannot open root device 31:03 or unknown-block(31,3)

2006-01-06 Thread David Jander
On Friday 06 January 2006 15:09, HappyPhot wrote: I see you are using DENX ELDK 3.1.1 and a kernel which AFAIK is not supported by this version of ELDK. Are you sure this is supposed to work? It probably will, but I don't know what the Sandpoint is (it looks like a PowerPC processor of

VFS: Cannot open root device 31:03 or unknown-block(31,3)

2006-01-06 Thread Wolfgang Denk
In message 200601061519.14550.david.jander at protonic.nl you wrote: I see you are using DENX ELDK 3.1.1 and a kernel which AFAIK is not supported This is a serious misunderstanding. There is no such thing like a specific kernel version which is supported by the ELDK. You don't talk

VFS: Cannot open root device 31:03 or unknown-block(31,3)

2006-01-03 Thread HappyPhot
On Monday 02 January 2006 15:48, HappyPhot wrote: Hi, I've suffered for many days and google almost every where. I would like to boot from the flash with jffs2 (i.e. using jffs2 as my root /) . But it alyaws shows: VFS: Cannot open root device. (whole message is as below) Anybody

VFS: Cannot open root device 31:03 or unknown-block(31,3)

2006-01-02 Thread HappyPhot
Hi, I've suffered for many days and google almost every where. I would like to boot from the flash with jffs2 (i.e. using jffs2 as my root /) . But it alyaws shows: VFS: Cannot open root device. (whole message is as below) Anybody knows what may cause this ? Please help and thank you

VFS: Cannot open root device 31:03 or unknown-block(31,3)

2006-01-02 Thread David Jander
On Monday 02 January 2006 15:48, HappyPhot wrote: Hi, I've suffered for many days and google almost every where. I would like to boot from the flash with jffs2 (i.e. using jffs2 as my root /) . But it alyaws shows: VFS: Cannot open root device. (whole message is as below) Anybody