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] i can't "xm create winxp.hvm"

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] i can't "xm create winxp.hvm"
From: ko0nz <yesiko0nz@xxxxxxxxx>
Date: Tue, 22 May 2007 23:19:29 +0200
Delivery-date: Tue, 22 May 2007 14:17:58 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=BJoR6OmAwra+YP1KL52nHERtR9OF5zB+e41WH1k8RKqU+hQ7OzbNZM97DhOFk91M9o7IKUixINw4d+sbFt74cZ9+nKwtr1X/x8NDNAXVhsjLCzcFfTF5M9mx18ir1u7HlUFiOh1ZmgjQvHWcyeyWxqRofJsDIUwuU8xzXYCdxVM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=taEiHltiCi3GMPI+Gmebm1J07jD9OlfAux0BGhtRMJUmfdSqBMRa3BmZ5szI5OHIGKkRFqY/sW94nMI7QA319BXGb5XeQWJABGVYb0wE6uf/IvY+5C6stiz0ciB8R07c1ygcoqBG+DWuP9YgSuE4cRrI91+U1p43YY+QZgs5bNI=
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 have a debian (lenny), 2.6.18-4-xen-vserver-686 kernel, i successed
running with the debian etch guest.

But trying the windows Xp with a partition, i can't:

here's the output of my "xm create winxp.hvmy"

Using config file "winxp.hvm".
/usr/lib/xen-3.0.3-1/bin/../lib/python/xen/xm/opts.py:520:
DeprecationWarning: Non-ASCII character '\xe2' in file winxp.hvm on
line 3, but no encoding declared; see
http://www.python.org/peps/pep-0263.html for details
execfile(defconfig, globs, locs)
VNC= 1
Error: Device 2048 (vbd) could not be connected. Hotplug scripts not working.


here's my config:

# Kernel image file
kernel = "/usr/lib/xen-3.0.3-1/boot/hvmloader"
# The domain build function. HVM domain uses ?hvm?
builder = 'hvm'
# Initial memory allocation (in megabytes) for the new domain
memory = 512
# A name for your domain. All domains must have different names
name = "winxp"
# The number of cpus guest platform has, default=1
vcpus = 1

# Enable/disable HVM guest PAE, default=1 (enabled)
pae=0
#
# # Enable/disable HVM guest ACPI, default=1 (enabled)
acpi=1
#
# # Enable/disable HVM APIC mode, default=1 (enabled)
# # Note that this option is ignored if vcpus > 1
apic=1

## vif = [ ?type=ioemu, mac=aa:00:b0:00:00:11, bridge=xenbr0? ]
vif = [ 'type=ioemu, bridge=xenbr0' ]

#disk = [ 'file:/home/xen/domains/WinXP.img,ioemu:sda,w' ]
disk = [ 'phy:/dev/sda6/winxp,ioemu:sda,w' ]
# disk = [ 'phy:/dev/sda6,ioemu:sda,w' ]

device_model = '/usr/lib/xen-3.0.3-1/bin/qemu-dm'
#cdrom='/dev/scd0'
cdrom="/home/iso/winxp_pro.iso"
# enable SDL library for graphics, default = 0
sdl=1
# enable VNC library for graphics, default = 1
#vnc=0
vnc=1
# enable spawning vncviewer(only valid when vnc=1), default = 1
vncviewer=1
serial='pty'
# enable ne2000, default = 0(use pcnet
ne2000=0

# boot on floppy (a), hard disk (c) or CD-ROM (d)
boot='d'


thank you in advance for your help.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] i can't "xm create winxp.hvm", ko0nz <=