From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dxjl5-0003db-2b for qemu-devel@nongnu.org; Wed, 27 Jul 2005 07:07:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dxjl2-0003bF-5Y for qemu-devel@nongnu.org; Wed, 27 Jul 2005 07:07:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dxjl1-0003Uw-8b for qemu-devel@nongnu.org; Wed, 27 Jul 2005 07:07:27 -0400 Received: from [64.233.182.199] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dxjrk-0005zC-Pk for qemu-devel@nongnu.org; Wed, 27 Jul 2005 07:14:25 -0400 Received: by nproxy.gmail.com with SMTP id n15so35795nfc for ; Wed, 27 Jul 2005 04:03:03 -0700 (PDT) Message-ID: <46d6db6605072704031b63cef7@mail.gmail.com> Date: Wed, 27 Jul 2005 13:03:03 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] Problem installing WIndows In-Reply-To: <42E75A9B.3060503@wayforth.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42E62AA2.5090702@wayforth.co.uk> <41e41e7a05072606263863044a@mail.gmail.com> <42E63D5B.80504@wayforth.co.uk> <42E75A9B.3060503@wayforth.co.uk> Reply-To: Christian MICHON , 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 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" ) 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). 3) is your qemu optimized? and which version of gcc is used? Christian On 7/27/05, Antony Gelberg wrote: > Antony Gelberg wrote: > > Hetz Ben Hamo wrote: > > > >>Do nothing. Just wait. It takes a LONG time. (shorter if you use kqemu)= ... >=20 > Ok, one day later, it's still doing nothing, still using no CPU, can > somebody now help me to debug this? >=20 > Antony >=20 >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >=20 --=20 Christian