From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZaNq-0002rz-90 for qemu-devel@nongnu.org; Fri, 28 Apr 2006 17:20:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZaNm-0002rn-TK for qemu-devel@nongnu.org; Fri, 28 Apr 2006 17:20:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZaNm-0002rk-OF for qemu-devel@nongnu.org; Fri, 28 Apr 2006 17:20:10 -0400 Received: from [165.139.139.1] (helo=mx.bhmsd.k12.in.us) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FZaR0-000148-4s for qemu-devel@nongnu.org; Fri, 28 Apr 2006 17:23:30 -0400 Received: from mail.bhmsd.k12.in.us (mail.bhmsd.k12.in.us [172.16.20.102]) by mx.bhmsd.k12.in.us (8.13.1/8.13.1) with ESMTP id k3SLK7J6008910 for ; Fri, 28 Apr 2006 17:20:07 -0400 Message-Id: Date: Fri, 28 Apr 2006 16:19:50 -0500 From: "Ben Dailey" Subject: Re: [Qemu-devel] Bios Bug? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: eswierk@arastra.com, qemu-devel@nongnu.org Ed, You should also note that I have not been able to use the new -kernel-kqemu option with the old bios. The bios in cvs was specifically patched for the new kqemu support from my understanding so that is expected. Just a quick heads. Thanks, Ben >>> eswierk@arastra.com 04/28/06 4:05 PM >>> On 4/28/06, Ben Dailey wrote: > After much searching I believe I have found a problem with the bochs > bios in cvs. I found that I was not able to boot the fedora core 5 or 4 > or 3 rescue cds or the Fedora 4 image from free.oszoo.org. Fedora core 2 > booted correctly as well as Windows 2000 and Windows XP. I tried the > build with and without kqemu support and changed from gcc3.2 to gcc3.4 > to no change. I then copied the bios from 0.8.0 and now all boots > correctly. My host system is Fedora 4 on X86_64. Is/has anyone else seen > this problem? Yes, I just ran into the same problem with the bios.bin from the 2006-04-27_23 CVS snapshot. Thanks for tracking it down--you probably saved me hours! I was able to boot after reverting to the bios.bin from the 2006-03-27_23 snapshot. So the problem must have been introduced within the past month. --Ed