From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2z1g-0007ap-01 for qemu-devel@nongnu.org; Fri, 05 Jan 2007 19:03:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2z1f-0007aa-7v for qemu-devel@nongnu.org; Fri, 05 Jan 2007 19:03:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2z1f-0007aX-2x for qemu-devel@nongnu.org; Fri, 05 Jan 2007 19:03:07 -0500 Received: from [195.3.96.112] (helo=email.aon.at) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2z1e-0007ZJ-BD for qemu-devel@nongnu.org; Fri, 05 Jan 2007 19:03:06 -0500 Received: from m682p024.adsl.highway.telekom.at (HELO miraculix.gallien.org) ([62.47.245.56]) (envelope-sender ) by smarthub72.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 6 Jan 2007 00:03:04 -0000 Received: from [192.168.1.17] (helo=[192.168.1.17] ident=manuel) by miraculix.gallien.org with esmtp (Exim 4.34) id 1H2ycu-0005c2-UB for qemu-devel@nongnu.org; Sat, 06 Jan 2007 00:37:32 +0100 Subject: Re: [Qemu-devel] cvs regression - blue screen INACCESSIBLE_BOOT_DEVICE From: maestro In-Reply-To: <20070103074830.CC69B1DCC5B@ravel.n2.net> References: <20070103074830.CC69B1DCC5B@ravel.n2.net> Content-Type: text/plain Date: Sat, 06 Jan 2007 01:03:50 +0100 Message-Id: <1168041830.4842.3.camel@localhost.localdomain> Mime-Version: 1.0 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 Am Dienstag, den 02.01.2007, 23:48 -0800 schrieb Don Kitchen: > I just compiled CVS and have experienced a regression with some windows > qcow images (2000 pro and server). The images work with cvs I compiled back > in July, but current cvs produces blue screen with INACCESSIBLE_BOOT_DEVICE. > > I'm running under linux, with only option -hda disk. > > Thanks hello don, when i tried to boot an old w2k installation with a recent qemu i got exactly the same BSOD. what solved the issue over here was the fact that i changed the bios (-L pc-bios/) to the one shipped with qemu cvs (instead of using the very old bios installed by the package management system of my distro) hope this helps cheers m.