From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2mAc-0007YA-Ft for qemu-devel@nongnu.org; Wed, 10 Aug 2005 04:42:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2mAS-0007XP-IL for qemu-devel@nongnu.org; Wed, 10 Aug 2005 04:42:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2m1n-0006se-EW for qemu-devel@nongnu.org; Wed, 10 Aug 2005 04:33:36 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1E2lzt-0007MO-7s for qemu-devel@nongnu.org; Wed, 10 Aug 2005 04:31:37 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E2lkM-0004ae-E3 for qemu-devel@nongnu.org; Wed, 10 Aug 2005 10:15:34 +0200 Received: from cpe-61-9-217-236.qld.bigpond.net.au ([61.9.217.236]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Aug 2005 10:15:34 +0200 Received: from adam_j_bradley by cpe-61-9-217-236.qld.bigpond.net.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Aug 2005 10:15:34 +0200 From: Adam Bradley Date: Wed, 10 Aug 2005 18:14:08 +1000 Message-ID: References: <42F8F674.8020003@revolutionlinux.com> <42F8FE4C.3080506@reactos.com> <42F913CF.9010304@revolutionlinux.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit In-Reply-To: <42F913CF.9010304@revolutionlinux.com> Sender: news Subject: [Qemu-devel] Re: importing VMWare image 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 Yves Trudeau wrote: > Filip Navara a écrit : > >> Yves Trudeau wrote: >> >>> Hi, >>> I am trying to use a VMWare Win2k image in Qemu-0.7.1. I imported >>> the image with qemu-img successfully but when I lauch qemu, I have >>> the first part (in text mode) of the win2k boot with the progress bar >>> but as soon as it attempt to switch to graphic mode, qemu freezes. I >>> tried "--stdvga" and booted win2k in safe-mode with no result. Is >>> there someone who successfully imported a VMWare image? Any hint will >>> be appreciated. >>> >>> Yves >> >> >> >> The hardware emulated by QEMU and VMware is different. You might want >> to try running the image in VMware and reinstalling "Standard IDE >> driver" instead of the one that is used and then importing the image. >> >> - Filip > > > I tried all the "standard" drivers I could find without success, still > the same problem. I want to import this vmware image because I have a > software, Mindmanager, that runs well under vmware but not under Qemu, > altought the installation raises no error. > > Any other suggestions? How about a seperate hardware profile with almost everything disabled. Could ACPI be causing you problems? If so, it might be time to switch HALs. Adam