From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Shj3d-0008BS-Iw for qemu-devel@nongnu.org; Thu, 21 Jun 2012 11:12:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Shj3T-0003Fa-Ix for qemu-devel@nongnu.org; Thu, 21 Jun 2012 11:12:29 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:57283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Shj3T-0003Es-9t for qemu-devel@nongnu.org; Thu, 21 Jun 2012 11:12:19 -0400 Received: by dadn2 with SMTP id n2so1033422dad.4 for ; Thu, 21 Jun 2012 08:12:15 -0700 (PDT) Sender: fluxion Date: Thu, 21 Jun 2012 10:12:08 -0500 From: Michael Roth Message-ID: <20120621151208.GA31328@illuin> References: <20120615224639.22616.95414.malonedeb@chaenomeles.canonical.com> <20120615234936.22328.41171.malone@chaenomeles.canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120615234936.22328.41171.malone@chaenomeles.canonical.com> Subject: Re: [Qemu-devel] [Bug 1013888] Re: windows xp sp3 setup blank screen on boot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1013888 <1013888@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On Fri, Jun 15, 2012 at 11:49:36PM -0000, Michael Sabino wrote: > Qemu 1.0.1 - Doesn't have a problem > Qemu 1.1.0 - has the problem > Qemu master commit eb2aeacf983a2a88a2b31e8fee067c38bd10abd3 - has the problem I was also able to reproduce with commit: eb2aeacf983a2a88a2b31e8fee067c38bd10abd3 The problem appears to have been fixed upstream though. A reverse bisect points to this patch being the fix: commit c52acf60b6c12ff5eb58eb6ac568c159ae0c8737 Author: Pavel Hrdina Date: Wed Jun 13 15:43:11 2012 +0200 fdc: fix implied seek while there is no media in drive The Windows uses 'READ' command at the start of an instalation without checking the 'dir' register. We have to abort the transfer with an abnormal termination if there is no media in the drive. Signed-off-by: Pavel Hrdina Signed-off-by: Kevin Wolf Please try your scenario again using that commit, and if all if it does the trick we'll get it included in the next stable-1.1 release. > > -- > You received this bug notification because you are a member of qemu- > devel-ml, which is subscribed to QEMU. > https://bugs.launchpad.net/bugs/1013888 > > Title: > windows xp sp3 setup blank screen on boot > > Status in QEMU: > New > > Bug description: > When attempting to run Windows XP SP3 setup in qemu on a Lubuntu host > with the following kernel: > > Linux michael-XPS-M1530 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 > 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux > > Qemu does not get past a blank screen after "Setup is inspecting your > computer's hardware configuration" > > To manage notifications about this bug go to: > https://bugs.launchpad.net/qemu/+bug/1013888/+subscriptions >