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] Destroying device model, Xen 4 Windows 2008 domU problem.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Destroying device model, Xen 4 Windows 2008 domU problem.
From: joel.rosental@xxxxxxxxx
Date: Sat, 18 Jun 2011 14:41:02 +0200 (CEST)
Delivery-date: Sat, 18 Jun 2011 05:42:25 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.4.13
Hello,

I am using Xen 4 with Debian Squeeze and  trying to virtualize a Windows 2008 Server machine. I've followed these instructions:

http://alex.mordue.co.uk/blog/?p=85

But once i do:  xm create windows2008.cfg

The domU tries to start but then dies in few seconds with these errors:

in xend.log:

[2011-06-18 14:28:04 2254] INFO (XendDomain:1206) Domain windows2008 (28) unpaused.
[2011-06-18 14:28:37 2254] INFO (XendDomainInfo:2088) Domain has shutdown: name=windows2008 id=28 reason=poweroff.
[2011-06-18 14:28:37 2254] DEBUG (XendDomainInfo:3053) XendDomainInfo.destroy: domid=28
[2011-06-18 14:28:40 2254] DEBUG (XendDomainInfo:2411) Destroying device model
[2011-06-18 14:28:40 2254] INFO (image:615) windows2008 device model terminated
[2011-06-18 14:28:40 2254] DEBUG (XendDomainInfo:2418) Releasing devices
[2011-06-18 14:28:40 2254] DEBUG (XendDomainInfo:2424) Removing vif/0

In qemu-dm-windows2008.log:

[...]
Register xen platform.
Done register platform.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state.
xs_read(/local/domain/0/device-model/28/xen_extended_power_mgmt): read error
medium change watch on `hdc' (index: 2): /opt/isos/en_windows_server_2008_r2_standard_x64_dvd.iso
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
Log-dirty: no command yet.
xs_read(/local/domain/28/log-throttling): read error
qemu: ignoring not-understood drive `/local/domain/28/log-throttling'
medium change watch on `/local/domain/28/log-throttling' - unknown device, ignored
cirrus vga map change while on lfb mode
[...]

And this is my configuration file:

name = 'windows2008'
kernel = '/usr/lib/xen-4.0/boot/hvmloader'
builder = 'hvm'
device_model = '/usr/lib/xen-4.0/bin/qemu-dm'
memory = 8192
shadow_memory = 8
vcpus=1
acpi=1
apic=1


# Choose a better mac address
#vif = [ 'bridge=eth0, mac=00:16:3E:9D:3E:22' ]
vif = [ 'bridge=eth2, mac=00:16:3E:9D:3E:22, ip=192.168.10.7' ]
## The VM has the following block devices
#  - A boot disk with a single partition for the OS, swap, and programs
#  - The installation DVD
#  - The PV drivers CD
disk = [ 'phy:/dev/eulervg/WindowsERP-SO-disk,sda,w',
         'phy:/dev/eulervg/WindowsERP-data-disk,hdb,w',
         'file:/opt/isos/en_windows_server_2008_r2_standard_x64_dvd.iso,hdc:cdrom,r']


# Boot from the DVD firstboot='dc'
#boot=''

usbdevice='tablet'

## Use VNC for the console.
vnc=1
vncunused=0
vnclisten = '0.0.0.0'
vncdisplay=2
vncconsole=1
vncpasswd='xxx'

#vncviewer=1
vncviewer=0
sdl=0

stdvga=0
serial='pty'
ne2000 = "0"


on_reboot   = 'restart'
on_crash    = 'restart'

I have tried with other configuration files that i have found in Internet but none of them have worked. I don't know wheter it is a misconfiguration or a bug ?

Any help would be appreciated.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Destroying device model, Xen 4 Windows 2008 domU problem., joel . rosental <=