From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9Tpr-0000Zt-4F for qemu-devel@nongnu.org; Mon, 20 Sep 2004 15:28:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9Tpp-0000ZL-HK for qemu-devel@nongnu.org; Mon, 20 Sep 2004 15:28:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9Tpp-0000ZB-D7 for qemu-devel@nongnu.org; Mon, 20 Sep 2004 15:28:25 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9Tjg-0004SS-Ly for qemu-devel@nongnu.org; Mon, 20 Sep 2004 15:22:05 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C9Tjf-0005ga-00 for ; Mon, 20 Sep 2004 21:22:03 +0200 Received: from amarseille-206-1-1-91.w80-11.abo.wanadoo.fr ([80.11.212.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Sep 2004 21:22:03 +0200 Received: from daimon55 by amarseille-206-1-1-91.w80-11.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Sep 2004 21:22:03 +0200 From: Ronald Date: Mon, 20 Sep 2004 21:21:58 +0200 Message-ID: References: <20040920.231003.71108074.k.suzaki@aist.go.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Re: Re: Cloop-patch and Knoppix example Reply-To: daimon55@free.fr, 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 Le Mon, 20 Sep 2004 20:28:34 +0200, Johannes Schindelin a écrit : > Hi, > > On Mon, 20 Sep 2004, Ronald wrote: > >> Le Mon, 20 Sep 2004 19:03:14 +0200, Johannes Schindelin a écrit : >> >> Qemu just show briefly it's window then exit cleanly, there is no >> windows error neither. I don't know how to provide more infos. > > So, you have plain CVS with cloop applied and you have copied the files > from the CD to C:\temp, right? > Yes. > To use the cloop support of QEmu, you have to patch the initrd, otherwise > Knoppix will use its own cloop decompressor (see start_knoppix.sh, which I > just verified runs also with dsl-0.8.1.1.iso just fine). > I've done that, I have the same dsl version. > But looking at your mail again (I can only guess), you did not specify > -hda, and neither -cdrom. In order to run properly, Knoppix needs to think > it runs from CD, so you have to specify "-cdrom dsl-0.8.1.1.iso" (or > -cdrom d:\? I don't know if that works already...), but in order to use > the cloop patch, you *also* have to add "-hda c:\temp\knoppix\knoppix". > Note that -hda is given a file, not a directory. > I just tried that but that don't work either, and I suspect -merely a guess- this is not related to block driver but to kernel loading -see my other post on that-. Perhaps someone else will have it working -and I'll know that's my build which is bad-. At least your patch doesn't break win32 compilation and qemu still run when using bootable disk image. > Hth, > Dscho