From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4PNb-0000R0-KF for qemu-devel@nongnu.org; Thu, 24 Feb 2005 15:14:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4PNY-0000LN-3x for qemu-devel@nongnu.org; Thu, 24 Feb 2005 15:14:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4PNW-0000GP-MH for qemu-devel@nongnu.org; Thu, 24 Feb 2005 15:14:30 -0500 Received: from [64.233.170.192] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D4P6y-00065r-UR for qemu-devel@nongnu.org; Thu, 24 Feb 2005 14:57:25 -0500 Received: by rproxy.gmail.com with SMTP id z35so898468rne for ; Thu, 24 Feb 2005 11:57:23 -0800 (PST) Message-ID: <2ad73a050224115734c90f15@mail.gmail.com> Date: Thu, 24 Feb 2005 16:57:23 -0300 From: =?ISO-8859-1?Q?Andr=E9_Braga?= Subject: Re: [Qemu-devel] QEMU, booting fedora-cor2.img image problem form XP In-Reply-To: <496E31A690F7D311B93C0008C789494C0ACB2D45@zei02exm01.cork.cig.mot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <496E31A690F7D311B93C0008C789494C0ACB2D45@zei02exm01.cork.cig.mot.com> Reply-To: =?ISO-8859-1?Q?Andr=E9_Braga?= , 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 Is the BIOS path set? It's the -L option. And it always causes this kind of trouble. :) Read the documentation for more info. Also, the menu won't allow you to use a prebuild *hard drive* image it seems, so for the time being you must use the command line manually. --- "The user-friendly computer is a red herring. The user-friendliness of a book just makes it easier to turn pages. There's nothing user-friendly about learning to read."-Alan Kay On Thu, 24 Feb 2005 17:37:40 -0000, Jamil Amir-ajamil01 wrote: > > Hi, > > I installed QEMU first time under windows XP, downloaded a guest image > "fedora-cor2.img" and unzipped by 7-zip. > > When I am tried to boot it using the following command its doing nothing:- > > C:\Program Files\Qemu>qemu.exe -hda "d:\VirtualMachine\fedora-core2.img" > -boot c -user-net > > I also tried to run only QEMU and input the info but it is not booting at > all and no error. > > Could somebody please help me? > > > [N] create image file [M] set Memory [C] set CD/ISO [Q] Quit > > Enter your choice now []: c > > > Add/Remove/Change ISO file > > Drag & drop the ISO file on to this window or type in filename (leave blank > to remove): D:\VirtualMachine\fedora-core2.img > QEMU_CDROM = [-cdrom "D:\VirtualMachine\fedora-core2.img"] > > Boot from this ISO (Y/N)? Y > > > === QEMU Menu (v20041113) === > QEMU Menu (C) 2004 Garth Dahlstrom (ironstorm@users.sf.net) > QEMU (C) 2004 Fabrice Bellard > > QEMU Settings: > Memory (256MB) BIOS DIR (\Program Files\Qemu\bios) > CD/ISO (-cdrom "D:\VirtualMachine\fedora-core2.img" -boot d) > > Boot QEMU using image: > > Toggles: > [N] create image file [M] set Memory [C] set CD/ISO [Q] Quit > > Enter your choice now []: > > > Thanks > > Amir