From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJIqU-0005et-5T for qemu-devel@nongnu.org; Wed, 06 Apr 2005 18:17:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJIqT-0005eR-Js for qemu-devel@nongnu.org; Wed, 06 Apr 2005 18:17:57 -0400 Received: from [64.233.170.203] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DJJJR-0006Ez-Tc for qemu-devel@nongnu.org; Wed, 06 Apr 2005 18:47:54 -0400 Received: by rproxy.gmail.com with SMTP id z35so494377rne for ; Wed, 06 Apr 2005 15:47:22 -0700 (PDT) Message-ID: <41e41e7a050406154712eca8cd@mail.gmail.com> Date: Thu, 7 Apr 2005 00:47:22 +0200 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] Re: Windows 2000 SP4 (was Re: APM bug) In-Reply-To: <425445B2.7050605@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <200504042326.56227.imcfarla@ntlworld.com> <200504051834.18488.info@vruppert.de> <200504052205.22932.imcfarla@ntlworld.com> <42530416.30105@win4lin.com> <41e41e7a05040515574be4d5c6@mail.gmail.com> <4253192C.8070600@win4lin.com> <425445B2.7050605@bellard.org> Reply-To: Hetz Ben Hamo , 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, Fabrice Bellard Fabrice, Please see this before committing: http://lists.gnu.org/archive/html/qemu-devel/2004-12/msg00167.html It specifically mentions that this hack is only good for installing win2k, but it degrades performance, so after installing, the patch need to be removed.. I just tested QEMU with this patch and windows 2000 Pro (no service packs). I simply used the command: qemu -m 256 -user-net -hda win2k.img -cdrom /dev/cdrom -boot d - and the installation went perfectly. There aren't any weird (and gazillion files) in c:\winnt\security ;) BTW: I found a really weird problem. If I install win2k, and QEMU restart after the installation, and then I change the color depths and resolution, I get black background and only text and icons visible. Quitting QEMU and starting QEMU again fixes the problem. Is there a problem when QEMU restarts when it emulating a reset? Going to try now moving from non service packs to SP4 ;) Thanks, Hetz On Apr 6, 2005 10:25 PM, Fabrice Bellard wrote: > If other people confirm that this patch is solving the issue, I can try > to improve it so that it is commitable. > > Fabrice.