From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYpRK-0001hB-0G for qemu-devel@nongnu.org; Mon, 10 Mar 2008 17:21:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYpRJ-0001gO-59 for qemu-devel@nongnu.org; Mon, 10 Mar 2008 17:21:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYpRI-0001fy-RR for qemu-devel@nongnu.org; Mon, 10 Mar 2008 17:21:44 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYpRI-0008Vm-Ea for qemu-devel@nongnu.org; Mon, 10 Mar 2008 17:21:44 -0400 Message-ID: <47D5A626.8060102@weilnetz.de> Date: Mon, 10 Mar 2008 22:20:38 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Fixing STOP A5 on qemu References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Cc: mbrown@fensystems.co.uk Hi, my experience with the latest QEMU and MS-V is identical to Michael's, so I think replacing pc-bios/bios.bin in CVS by a newer version of Bochs which supports ACPI 2.0 (I took the latest stable version) might help other users, too. Is pc-bios/bios.diff still needed? Maybe it can be removed in CVS. Stefan Michael Brown schrieb: > Hi, > > I was hitting the STOP 0x000000A5 error when attempting to boot Vista or > similar (Server 2008, WinPE) on current qemu CVS. Googling suggested that > this was a problem with the qemu BIOS not supporting ACPI 2.0. > > Replacing pc-bios/bios.bin with the bios/BIOS-bochs-latest from current > bochs CVS fixed the problem, and I am now able to boot these operating > systems. This isn't a perfect solution, since the bochs BIOS is built > without #define BX_QEMU. > > It looks as though the BIOS problem has been fixed upstream; could > someone > who knows what they're doing rebuild pc-bios/bios.bin from the latest > bochs CVS and check it in to qemu CVS? > > Thanks, > > Michael