From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GBXzN-0007nc-Lt for qemu-devel@nongnu.org; Fri, 11 Aug 2006 10:27:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GBXzL-0007mp-MK for qemu-devel@nongnu.org; Fri, 11 Aug 2006 10:27:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBXzL-0007ml-A5 for qemu-devel@nongnu.org; Fri, 11 Aug 2006 10:27:51 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GBY4U-0003zb-BL for qemu-devel@nongnu.org; Fri, 11 Aug 2006 10:33:10 -0400 From: Paul Brook Subject: Re: [Qemu-devel] kernel command line Date: Fri, 11 Aug 2006 15:27:40 +0100 References: <20060811141537.2296.qmail@web38113.mail.mud.yahoo.com> In-Reply-To: <20060811141537.2296.qmail@web38113.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608111527.41341.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Friday 11 August 2006 15:15, Tieu Ma Dau wrote: > Hi all, > I want to boot Linux using NFS root, on MSys on Windows, so the option I > give to execute Qemu ARM system is as: -append "root=/dev/nfs > nfsroot=192.168.7.1:/c/cygwin/nfsqemu rw > ip=192.168.7.2:192.168.7.1:192.168.7.1:255.255.255.0:::off" (attention the > ";" and ":" character) > > And when Linux boots, I got the following line on the Qemu's screen: > Kernel command line: root=C:\msys\1.0\dev\nfs > nfsroot=192.168.7.1;/c/cygwin/nfsqemu rw > ip=192.168.7.2;192.168.7.1;192.168.7.1;255.255.255.0;off > > The kernel command line I give is changed automactically, and then Linux > can not boot successfully. So I don't know exactly if this change is the > reason of problem or not? If it is, do you have any suggestion? This is almost certainly caused by MSYS, probably your shell, and not a qemu problem. Paul