From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dxkir-00081m-Fg for qemu-devel@nongnu.org; Wed, 27 Jul 2005 08:09:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DxkhJ-0007Gr-Bf for qemu-devel@nongnu.org; Wed, 27 Jul 2005 08:07:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxkhA-00073C-5H for qemu-devel@nongnu.org; Wed, 27 Jul 2005 08:07:32 -0400 Received: from [212.23.3.141] (helo=heisenberg.zen.co.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dxkhp-0001Gk-0a for qemu-devel@nongnu.org; Wed, 27 Jul 2005 08:08:13 -0400 Message-ID: <42E77673.2030006@wayforth.co.uk> Date: Wed, 27 Jul 2005 12:56:35 +0100 From: Antony Gelberg MIME-Version: 1.0 Subject: Re: [Qemu-devel] Problem installing WIndows References: <42E62AA2.5090702@wayforth.co.uk> <41e41e7a05072606263863044a@mail.gmail.com> <42E63D5B.80504@wayforth.co.uk> <42E75A9B.3060503@wayforth.co.uk> <46d6db6605072704031b63cef7@mail.gmail.com> In-Reply-To: <46d6db6605072704031b63cef7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian MICHON , qemu-devel@nongnu.org Christian MICHON wrote: > 1) have you tried using qemu-img instead of dd ? > (I usually use the qcow format for windows guests. 2G should be ok. > "qemu-img create -f qcow hd.img 2G" ) I'm trying that now. > 2) you do not mention bios path, memory of vm and boot sequence. > I suggest you add at least the "-boot d". By default, 128M will be used > for the vm (sufficient for XP). Make sure your debian box has plenty of > RAM (512M is good). I mentioned the command line in my original post to the thread. qemu -boot c -cdrom /dev/cdrom -hda hd.img So it's using 128MB, and my box does indeed have 512MB. > 3) is your qemu optimized? and which version of gcc is used? I have had a look in the Debian config. The only non-standard configure option is --enable-slirp. Debian compiles qemu with -Wall -O2 -g -fno-strict-aliasing. Not sure what gcc was used, but probably 3.3. Antony