From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvaAp-0001Wy-KK for qemu-devel@nongnu.org; Fri, 23 Nov 2007 10:10:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvaAo-0001WX-Gt for qemu-devel@nongnu.org; Fri, 23 Nov 2007 10:10:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvaAo-0001WQ-Ar for qemu-devel@nongnu.org; Fri, 23 Nov 2007 10:10:30 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IvaAm-0006wL-Rc for qemu-devel@nongnu.org; Fri, 23 Nov 2007 10:10:29 -0500 Date: Fri, 23 Nov 2007 15:10:24 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] wrong bios.bin file in Ubuntu Linux 7.10 causes blue screen on w2k guest Message-ID: <20071123151024.GB9204@networkno.de> References: <4745CEBA.90206@alpharesearch.de> <20071123091353.GJ3975@atlas.linux2go.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071123091353.GJ3975@atlas.linux2go.dk> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Soren Hansen Cc: qemu-devel@nongnu.org Soren Hansen wrote: > On Thu, Nov 22, 2007 at 01:47:22PM -0500, Markus Schulz wrote: > > Thank you for your response; I think the file can be found here: > > http://cvs.savannah.nongnu.org/viewvc/qemu/pc-bios/?root=qemu > > > As far as I understand Qemu uses the BIOS from the Bochs project and > > the diff is applied for Qemu and it becomes the Qemu BIOS. > > If that's really the case, I'm curious why it's distributed in its > binary form rather than being built at runtime. Fabrice, can you shed > some light on this? Onerous cross-compiler dependencies. > > I think every Qemu installation should use this Qemu BIOS, the BIOS > > that is made for this project and not the original Bochs BIOS. Are you > > able to fix this in Ubuntu? > > Debian and Ubuntu have fairly strict policies about stuff shipped in > binary form in source packages, so unless qemu is changed to build this > bios at build time, that's not going to happen. One way around that would be to build additional BIOS images which use the qemu patches in the bochs package, provide them via an Architecture:all data package, and then let the Qemu package depend on that data package. Thiemo