From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CSwzJ-0001DQ-2J for qemu-devel@nongnu.org; Sat, 13 Nov 2004 07:26:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CSwzI-0001D5-K9 for qemu-devel@nongnu.org; Sat, 13 Nov 2004 07:26:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSwzI-0001D1-Fd for qemu-devel@nongnu.org; Sat, 13 Nov 2004 07:26:40 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CSwqB-0001AF-DR for qemu-devel@nongnu.org; Sat, 13 Nov 2004 07:17:15 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CSwqA-0005El-00 for ; Sat, 13 Nov 2004 13:17:14 +0100 Received: from amarseille-206-1-12-224.w81-48.abo.wanadoo.fr ([81.48.120.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Nov 2004 13:17:14 +0100 Received: from daimon55 by amarseille-206-1-12-224.w81-48.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 13 Nov 2004 13:17:14 +0100 From: Ronald Date: Sat, 13 Nov 2004 13:17:10 +0100 Message-ID: References: <4854949625174207626@unknownmsgid> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Using Qemu to install Linux in a Windows XP 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 Fri, 12 Nov 2004 22:18:59 -0500, Brett Bonfield a écrit : >> Date: Fri, 12 Nov 2004 20:01:31 -0300 From: Andr? Braga >> > > > >> > QemuInstall-0.6.0 (installed to C:\Program Files\Qemu): dd >> > if=SimplyMEPIS-2004.04.iso of=MEPIS.img bs=1k seek=3071999 count=1 < >> > this created the image > >> > qemu -hda hd.img -cdrom SimplyMEPIS-2004.04.iso -boot d -user-net < >> > this didn't seem to do anything > >> >> Try: >> qemu -L . -hda hd.img -cdrom SimplyMEPIS-2004.04.iso -boot d -user-net > > I created the hd.img with dd for Win32, then typed the command directly > above. > > With QemuInstall-20041111 I get: > > qemu: could not load PC bios './bios.bin' > That's because bioses are now in a separate directory (called bios), the dot which follow -L means current directory, you must pass -L .\bios with recent installer (or -L "C:\Program Files\Qemu\bios"). > With QemuInstall-0.6.0: > > I just get another command prompt--it seems as though nothing at all is > happening. > It could be the -user-net option that is not valid with 0.6.0, I think at this time slirp for windows was provided only as a patch which is not applied to this release