From: "Daan Biere" <webwire@zonnet.nl>
To: Abot Botbot <dejanigma@hotmail.com>,
linux-omap-open-source@linux.omap.com
Subject: Re: NFS Bootargs
Date: Wed, 9 Aug 2006 16:45:35 +0200 [thread overview]
Message-ID: <002001c6bbc2$793f9f20$0a02a8c0@DAAN> (raw)
In-Reply-To: BAY102-F15BFC0DB6B83849C21C502A9550@phx.gbl
Hi Abot,
I've set up a nfsroot yesterday for testing a mips based system, i''m using
the following bootargs:
append ip=dhcp nfsroot="192.168.1.101:/home/usr/projects/filesys"
init=/bin/sh root=/dev/nfs rw
just be sure you've got all the required depencies in the /lib dir and
you'll have the /dev/console, i made a little script to do this.
ldd $1 | awk '{ print $3; }' | sed 's/\(\/.*\/\(.*\)\)/\1 \2/g' -\
| xargs -l1 --no-run-if-empty cp
go to the lib dir and type something like "lddcopy /bin/bash" it would copy
all the required libs.
Kind Regards,
Daan Biere
----- Original Message -----
From: "Abot Botbot" <dejanigma@hotmail.com>
To: <linux-omap-open-source@linux.omap.com>
Sent: Wednesday, August 09, 2006 4:26 PM
Subject: NFS Bootargs
> Hello all,
>
>
> I'm trying to boot off an NFS share as laid out in the OSK Users guide
> so I can begin my software development process. My buidling of the system
> with the approrpiate makefiles has all gone seamlessly. I am attempting to
> boot from the NFS share on my linux machine, which I've demonstrated is
> possible from a neighboring machine. The error is as follows:
>
> Kernel panic: No init found. Try passing init= option to kernel.
>
> I have tried putting an "init=/bin/sh" argument into the bootargs string,
> but that hasn't solved the problem. Does anyone else have a bootargs
> string for an NFS share that they have used succesfully? Here is the
> string I am currently using for refference:
>
> console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs
> nfsroot=192.168.1.101:/home/usr/projects/filesys,nolock mem=30M
> init=/bin/sh
>
> Thanks for your help,
> Andy
>
> _________________________________________________________________
> Don't just search. Find. Check out the new MSN Search!
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/
>
> _______________________________________________
> Linux-omap-open-source mailing list
> Linux-omap-open-source@linux.omap.com
> http://linux.omap.com/mailman/listinfo/linux-omap-open-source
next prev parent reply other threads:[~2006-08-09 14:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-08 12:57 Welcome + Boot Error Abot Botbot
2006-08-09 14:26 ` NFS Bootargs Abot Botbot
2006-08-09 14:45 ` Daan Biere [this message]
2006-08-09 18:18 ` Abot Botbot
2006-08-09 23:45 ` Mark Howell
2006-08-10 14:28 ` Abot Botbot
2006-08-10 1:13 ` MCSI & MCBSP howto configure as gpio Arnold
-- strict thread matches above, loose matches on Subject: below --
2006-08-09 19:55 NFS Bootargs Abot Botbot
2006-08-10 5:06 Manoj Kotnala
[not found] <000501c6bcb1$88fcf3f0$0a02a8c0@DAAN>
2006-08-11 15:06 ` Abot Botbot
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='002001c6bbc2$793f9f20$0a02a8c0@DAAN' \
--to=webwire@zonnet.nl \
--cc=dejanigma@hotmail.com \
--cc=linux-omap-open-source@linux.omap.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox