WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] fix the winxp guest image

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] fix the winxp guest image
From: Songtao Liu <songtao.liu@xxxxxxxx>
Date: Mon, 23 Apr 2007 17:57:28 +0200
Bcc:
Cc:
Delivery-date: Mon, 23 Apr 2007 08:56:23 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I am now trying to install a WinXP guest on Xen, after reboot I should input 
the path of the SP2. So I think I should firstly fix the XP image, then I 
follows these steps:

#losetup /dev/loop0 /xen/winxp.img
#kpartx -av /dev/loop0
#mount /dev/mapper/loop0p1 /mnt
#cp -prv $WINDOWS/i386 /mnt/
#umount /mnt

The first 3 steps run OK but in the 4th step, it comes up this message: 
"cannot stat `/i386': No such file or directory"

Where can be the problem.
Any hints will be great :)

Songtao


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] fix the winxp guest image, Songtao Liu <=