Hi!

On 21:19 Fri 08 Oct     , cheng chen wrote:
...
> It seems that NFS is already mounted, but still got  a kernel panic. it dont
> have any error infomation provide.
> Is it because the bootargs is wrong or something else?
> I am using uboot, and my bootargs is like below:
> 
> noinitrd console=ttySAC0,115200 init=/linuxrc root=/dev/nfs
> nfsroot=192.168.1.101:/home/freakrobot/rootfs panic=5 ip=192.168.1.22:192
> .168.1.101:192.168.1.22:255.255.255.0::eth0:off

Why do you set "init=/linuxrc"? The kernel will execute /linuxrc instead of
/sbin/init . Is this what you want?

This parameter is usually only set this way, the root file system should be a
ramdisk (not a "normal" initrd, but a ramdisk which is not unmounted during
startup).

        -Michi
-- 
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to