From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgpQY-0002AM-NT for qemu-devel@nongnu.org; Thu, 27 Aug 2009 20:34:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgpQU-00029M-Dv for qemu-devel@nongnu.org; Thu, 27 Aug 2009 20:34:50 -0400 Received: from [199.232.76.173] (port=55820 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgpQU-00029J-Ae for qemu-devel@nongnu.org; Thu, 27 Aug 2009 20:34:46 -0400 Received: from mx20.gnu.org ([199.232.41.8]:63955) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MgmSC-0002eJ-OH for qemu-devel@nongnu.org; Thu, 27 Aug 2009 17:24:21 -0400 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgmCm-0006rY-D2 for qemu-devel@nongnu.org; Thu, 27 Aug 2009 17:08:24 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MgmCk-0002uy-RE for qemu-devel@nongnu.org; Thu, 27 Aug 2009 23:08:22 +0200 Received: from nemi.mork.no ([148.122.252.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2009 23:08:22 +0200 Received: from bjorn by nemi.mork.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2009 23:08:22 +0200 From: =?utf-8?Q?Bj=C3=B8rn_Mork?= Date: Thu, 27 Aug 2009 23:07:56 +0200 Message-ID: <87bpm19d8z.fsf@nemi.mork.no> References: <1249836296-13288-1-git-send-email-avi@redhat.com> <1249836296-13288-3-git-send-email-avi@redhat.com> <4A955CB4.4080205@redhat.com> <4A955D6A.9060804@redhat.com> <4A95633E.7060703@redhat.com> <20090826190944.GD11762@redhat.com> <4A963856.2040301@redhat.com> <20090827075728.GJ30093@redhat.com> <20090827081832.GA22631@shareable.org> <4A964A1A.90604@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: [PATCH 2/2] Route IOAPIC interrupts via ISA bus List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Gerd Hoffmann writes: > Any hints where do dig in the registy? I have a dead notebook with xp > (disk still ok), trying to boot the disk image in kvm, and of course > it doesn't work due to the hardware being different. Googleing the > STOP code printed on the blue screen hinted that xp fails to access > the hard drive ... Is this the info you are looking for? http://support.microsoft.com/kb/314082 I recently went through this, using chntpw to edit the registry on the disk image and eventually getting it to boot. Also had to add the intelide.sys driver as my image lacked this for some reason. Bjørn