From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BO7tR-0006ub-TK for qemu-devel@nongnu.org; Thu, 13 May 2004 00:32:26 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BO7ss-0006oZ-Sn for qemu-devel@nongnu.org; Thu, 13 May 2004 00:32:22 -0400 Received: from [66.54.152.27] (helo=jive.SoftHome.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BO7ss-0006oM-EX for qemu-devel@nongnu.org; Thu, 13 May 2004 00:31:50 -0400 From: Mulyadi Santosa Subject: Re: Re: [Qemu-devel] ask about simulating cluster using Qemu Date: Thu, 13 May 2004 11:14:45 +0700 References: <200405071025.10908.a_mulyadi@telkom.net> <40A272D3.8010309@bellard.org> In-Reply-To: <40A272D3.8010309@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200405131114.45813.a_mulyadi@softhome.net> Reply-To: a_mulyadi@softhome.net, 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 hello :-) > Yes, but it matters only for qemu-fast. Is qemu-fast capable of loading kernel bzImage? Yesterday I did like this: /usr/local/qemu/bin/qemu -kernel /boot/openmosix/bzImage -hda /mnt/myimage -append "root=/dev/hda1" -m 64 --> success but when I did /usr/local/qemu/bin/qemu-fast -kernel /boot/openmosix/bzImage -hda /mnt/myimage -append "root=/dev/hda1" -m 64 it hung with latest message: Kernel panic : VFS : Unable to mount root fs on 03:01 Do I need to tweak somewhere inside the kernel source or my disk image to get it running? > No. But you can use tools from other projects. But...still, I need to create raw disk image right? AFAIK UML use preformated ext2/ext3 (whatever the loaded kernel support).....sorry, I don't mean to rudely compare UML and QEMU, it just me that try to learn about QEMU.... > It is a QEMU bug :-) Ehm...how can I help to trace (or maybe fix ) this bug? Any clue? regards Mulyadi