From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7XV2-0004PB-N7 for qemu-devel@nongnu.org; Sat, 14 Jun 2008 11:17:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7XUz-0004Me-24 for qemu-devel@nongnu.org; Sat, 14 Jun 2008 11:17:04 -0400 Received: from [199.232.76.173] (port=33131 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7XUy-0004MQ-S8 for qemu-devel@nongnu.org; Sat, 14 Jun 2008 11:17:00 -0400 Received: from ti-out-0910.google.com ([209.85.142.190]:10012) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7XUx-0004Zs-S3 for qemu-devel@nongnu.org; Sat, 14 Jun 2008 11:17:00 -0400 Received: by ti-out-0910.google.com with SMTP id y6so1717285tia.18 for ; Sat, 14 Jun 2008 08:16:56 -0700 (PDT) Message-ID: Date: Sat, 14 Jun 2008 22:16:56 +0700 From: "Mulyadi Santosa" Subject: Re: [Qemu-devel] QEMU running busybox + customized kernel In-Reply-To: <804dabb00806120823s719632e4w28bb342870c92bd6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <804dabb00806120823s719632e4w28bb342870c92bd6@mail.gmail.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 Thu, Jun 12, 2008 at 10:23 PM, Peter Teoh wrote: > I followed the following instruction: > > http://dev.gentoo.org/~solar/busybox/bbemu > > and my commandline is like: > > qemu -kernel /boot/vmlinuz-2.6.26-rc5 -append "console=ttyS0 > root=/dev/hda init=/bin/sh rootfstype=ext3 ro" small_os_rootfs -initrd > /boot/initrd-2.6.26-rc5-4.img -nographic a. i didn't see -hda in your above qemu invocation, is that correct? b. are u sure /bin/sh is indeed the correct busybox binary and it's already inside the disk image? regards, Mulyadi