From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E39na-0006aQ-57 for qemu-devel@nongnu.org; Thu, 11 Aug 2005 05:56:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E39nV-0006Yn-RT for qemu-devel@nongnu.org; Thu, 11 Aug 2005 05:56:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E39nU-0006X0-GH for qemu-devel@nongnu.org; Thu, 11 Aug 2005 05:56:24 -0400 Received: from [195.200.35.198] (helo=mx0.vr-web.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E39xb-0003wQ-7S for qemu-devel@nongnu.org; Thu, 11 Aug 2005 06:06:51 -0400 Message-ID: Date: Thu, 11 Aug 2005 11:38:24 +0200 From: Thomas Schweikle Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable References: <42F8F674.8020003@revolutionlinux.com> <42F913CF.9010304@revolutionlinux.com> <200508111000.02740.heiko.nardmann@secunet.com> In-Reply-To: <200508111000.02740.heiko.nardmann@secunet.com> 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 Nardmann, Heiko schrieb: > Am Mittwoch, 10. August 2005 10:14 schrieb Adam Bradley: >> Yves Trudeau wrote: >> > Filip Navara a =E9crit : >> >> Yves Trudeau wrote: >> >>> Hi, >> >>> I am trying to use a VMWare Win2k image in Qemu-0.7.1. I impo= rted >> >>> the image with qemu-img successfully but when I lauch qemu, I hav= e >> >>> 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. I= s >> >>> 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 w= ant >> >> to try running the image in VMware and reinstalling "Standard IDE >> >> driver" instead of the one that is used and then importing the ima= ge. >> >> >> >> - Filip >> > >> > I tried all the "standard" drivers I could find without success, st= ill >> > the same problem. I want to import this vmware image because I hav= e a >> > software, Mindmanager, that runs well under vmware but not under Qe= mu, >> > 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 switc= h >> HALs. >> Adam >> > > I have a similar problem with a Windows XP image. I choose "Abgesicher= ter > Modus" (translation "Safe Mode" ?) but the last thing I see is somethi= ng > about agp440.sys. > I already use '-std-vga' and have tried '-isa', too, but without luck. > Is this issue solved now? > I have thought that Windows does some hardware autodetection at startu= p? > > I am going to change some Windows settings while running the image ins= ide > VMware and will come back then. VMware uses other HW emulations than Qemu does (as already mentioned). It might be a good idea to copy the images, then run "sysprep" on these copied images (you'll have to start a new VM with these copied images first). This removes all HW dependent drivers (and some other stuff), afterwards you have a Windows with all your private data, but with a default, virgin hardware setup. Importing these images into Qemu will make Windows detect all hardware again and install the necessary drivers. "sysprep" is on your Windows XP CD, if you have an original one, not a "system restore CD". Look into "CDROM:\SUPPORT\TOOLS\DEPLOY.CAB". There is also a document about sysprep in this file. I recommend reading it before you apply sysprep! -- Thomas