From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 1/1] Fix qemu could not boot windows vm which converted from phy-partition Date: Thu, 5 Aug 2010 09:16:33 +0100 Message-ID: References: <4C5A2D20.10703@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4C5A2D20.10703@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: DuanZhenzhong , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org This will need splitting into qemu and hvmloader separate patches, since the qemu component belongs in the qemu-xen-unstable git repository. Please also indicate which order the two patches should then be applied in (if it matters). It would also be useful to know precisely what the fix does, rather than merely what it fixes (although that is very useful in a changeset comment too, of course). Thanks, Keir On 05/08/2010 04:16, "DuanZhenzhong" wrote: > Hi, > > When booting up windows VM which converted by dd windows physical > partition, > it failed with "Error Loading Operating System", the partition build on > scsi/raid controller. The root cause is qemu and hvmloader could not > calaulated C/H/S correctly, then ntloader could not found the root > partition. > > Signed-off-by: zhenzhong.duan > Signed-off-by: Joe Jin