From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BrIOP-0001jH-8o for qemu-devel@nongnu.org; Sun, 01 Aug 2004 11:36:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BrION-0001hX-Ly for qemu-devel@nongnu.org; Sun, 01 Aug 2004 11:36:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BrION-0001hS-In for qemu-devel@nongnu.org; Sun, 01 Aug 2004 11:36:55 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BrIKi-0005No-Fy for qemu-devel@nongnu.org; Sun, 01 Aug 2004 11:33:08 -0400 Message-ID: <003001c477dc$d4e5d8c0$640aa8c0@frodo> From: "Torsten E." References: <008701c477b5$7fcf8970$640aa8c0@frodo> Subject: Re: [Qemu-devel] Re: Hi ... & my first problems Date: Sun, 1 Aug 2004 17:33:00 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit 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 Ronald schrieb am Sonntag, 1. August 2004 17:09: > Le Sun, 01 Aug 2004 12:51:24 +0200, Torsten E. a écrit : > >> Good morning! :) >> >> By pure chance I found this project, and was very interested. So I >> downloaded some files yesterday, and wanted to give it a try today. >> >> I'm running an Asus A7V8X Board, with an AMD 2200+ processor using >> W2k SP4, and so I downloaded QemuInstall-0.6.0.exe plus some images. >> After installing qemu, and unpacking those images as descibed on the >> website, I wanted to start reactos - so I opened an command line, >> went to qemu's directory, and typed-in: >> qemu reactos-0.2.3.img > [...] >> Is there something wrong I'm doing? > > Try to add at least the path to the bios in the command: > when in qemu directory: qemu.exe -L . reactos-0.2.3.img Ah ... THANKS! Now it works fine - I simply did what the website (http://www.freeoszoo.org/download.php) said: [quote] Microsoft Windows: qemu.exe -hda guest_image_name.img -boot c -user-net [/quote] and Section 3.2 Quick Start (of the user guide): [quote] Download and uncompress the linux image (`linux.img') and type qemu linux.img [/quote] Now it works fine ... :) Have a nice day Torsten