From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CgC0s-0002PD-2l for qemu-devel@nongnu.org; Sun, 19 Dec 2004 20:07:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CgC0o-0002Nk-ID for qemu-devel@nongnu.org; Sun, 19 Dec 2004 20:06:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CgC0o-0002NI-9y for qemu-devel@nongnu.org; Sun, 19 Dec 2004 20:06:58 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CgBq4-0003u3-NL for qemu-devel@nongnu.org; Sun, 19 Dec 2004 19:55:52 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CgBq3-0001iS-00 for ; Mon, 20 Dec 2004 01:55:51 +0100 Received: from amarseille-206-1-27-183.w81-51.abo.wanadoo.fr ([81.51.255.183]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Dec 2004 01:55:51 +0100 Received: from daimon55 by amarseille-206-1-27-183.w81-51.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Dec 2004 01:55:51 +0100 From: Ronald Date: Mon, 20 Dec 2004 01:55:44 +0100 Message-ID: References: <41e41e7a04121915595e83514@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Qemu on windows problem 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 Dec 2004 01:59:55 +0200, Hetz Ben Hamo a écrit : > Hi, > > For the next week or so I'm forced to leave my Linux behind and be stuck > with Windows XP (it's funny using Linux for most of the time and after > switching temporarily to XP I'm already missing my Linux :-) ) > > Anyway, I downloaded the qemu daily from Free OS Zoo (thanks guys) and I > have small problem.. > > No matter what I type at the qemu parameter - I get nothing, it's just > bounces 1 line (I'm using the 19/12 snapshot) and returns to command > prompt. I tried to use the qemumenu, but that doesn't seem to help... > > Am I doing something wrong? I have XP Pro SP2... > > Here's the output (my Windows 2000 guest is in a bootable DVD which I > tested booting on qmeu Linux): > > [Mon 12/20/2004 1:55:11.68] qemu.exe -L "\Qemu\bios" -m 128 -hda > "M:\Qemu\win 2k.img" -cdrom "d:\" -boot d -enable-audio -localtime Press > any key to continue . . . > M:\Qemu> > The bios path looks strange to me, like missing drive letter or useless leading backslash. Second thing could be your -cdrom param, you are trying to use a real device and that's not supported on windows.