All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathael PAJANI <nathael.pajani@cpe.fr>
To: linuxppc-embedded@ozlabs.org
Subject: Re: kernel panic with VFS unable to mount root fs on 01:00
Date: Mon, 17 Oct 2005 14:03:08 +0200	[thread overview]
Message-ID: <435392FC.1000702@cpe.fr> (raw)
In-Reply-To: <20051017090007.A5070685B3@ozlabs.org>

linuxppc-embedded-request@ozlabs.org wrote:
> i use MPC862 with 64mb ram on my custom board , i use eldk 3.1.1 , with linux-2.4.25 and
 > ramdisk_image.gz provided by  denx eldk ,
> 
> when i boot kernel with ramdisk image , kernel at 0x500000 and ramdisk at 0x600000 ,
 > i get the following message given below ,
> on uboot i use smc2 , on linux i use scc4 , as i got som eproblem getting smc2 up on linux kernel ,
 > i get always kernel panic with VFS unable to mount root fs on 01:00 ,
> i used even multi image clubbing vmlinux.gz and ramdisk_image.gz even this gives me the same result , 
> 
> is there something else i should configure or i am missing something else imp ,
> 
> thanks in advance 
> regards
> neelu
> 
> __ioremap(): phys addr 03e13000 is RAM lr c000c1c8                             
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize          
> NET4: Linux TCP/IP 1.0 for NET4.0                                              
> IP Protocols: ICMP, UDP, TCP                                                   
> IP: routing cache hash table of 512 buckets, 4Kbytes                           
> TCP: Hash tables configured (established 4096 bind 8192)                       
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.                            
> Kernel panic: VFS: Unable to mount root fs on 01:00                            
> <0>Rebooting in 180 seconds..                                                 
>                                   
> #
> # Platform support
> #
> CONFIG_PPC=y
> CONFIG_PPC32=y
> CONFIG_8xx=y
> # CONFIG_PPC_STD_MMU is not set
> CONFIG_SERIAL_CONSOLE=y
> CONFIG_NOT_COHERENT_CACHE=y
> CONFIG_MBX=y
> CONFIG_MATH_EMULATION=y
> CONFIG_EMBEDDEDBOOT=y
> 
> #
> # General setup
> #
> # CONFIG_HIGHMEM is not set
> CONFIG_HIGHMEM_START=0xfe000000
> CONFIG_LOWMEM_SIZE=0x30000000
> CONFIG_KERNEL_START=0xc0000000
> CONFIG_TASK_SIZE=0x80000000

> CONFIG_BLK_DEV_RAM=y
> CONFIG_BLK_DEV_RAM_SIZE=4096
> CONFIG_BLK_DEV_INITRD=y
> #
> # File systems
> #
> CONFIG_AUTOFS_FS=y
> CONFIG_RAMFS=y
> CONFIG_PROC_FS=y
> CONFIG_EXT2_FS=y


 > CONFIG_BLK_DEV_RAM_SIZE=4096

You should try with 8K (this solved the problem for me)


and on my side the command line root option is root=/dev/ram, but I'm 
using a ramdisk made by someone else so I do not know much about it, and 
a 2.6.13 kernel, so this may be different.
and before VFS outputs any message, RAMDISK says:

RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).

And make sure the file system in the ramfs is ext2.. but I think the 
message would be different in this case.

           reply	other threads:[~2005-10-17 12:01 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20051017090007.A5070685B3@ozlabs.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=435392FC.1000702@cpe.fr \
    --to=nathael.pajani@cpe.fr \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.