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] windows xp hvm installation fails / hangs

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] windows xp hvm installation fails / hangs
From: "Kevin Kettinger" <kkettinger@xxxxxxxxx>
Date: Fri, 24 Oct 2008 12:59:52 +0200
Delivery-date: Fri, 24 Oct 2008 04:00:37 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=zZ0d4l46iitWYFB0RxkEf2i4rAMXYdh7XQAaEF1gT3Q=; b=mXpY6QI6LzUivuWcSV7uJcS5RhInCvIjMr0WOPfxmsz3qTAabfaTCq1T6USHdutw4h 9TMlFFzMZxeBDoKpA8mm77XJjsUzu33kijELFGVq/9cciwdMg/oTlEt9sDO4+oFpd8vl AyGzazJvE+5ZbhVhI8HF4RWJ+KUFdL9Y47Hok=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=T+l511ryyw/8gSwkGnpsSmG+JwIqy0hI8lRxPzGgaGawbHxGrsGTkyecZJJxsYPGUg 6FcBeWVwHXosrIh/FOW7YaMk61u+KDHja3B6mFUmFz002spSPEVjoZxTFyG8W7oHT1EC lW99B2AN7J5x00mMpDmeJMeFM6QAqW4A7bXr0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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
hi,

i have an problem with installing windows xp on my xen 3.2 machine with hvm.

this is my config:
------------------
kernel  = '/usr/lib/xen-3.0.3-1/boot/hvmloader'
builder = 'hvm'
device_model = '/usr/lib/xen-3.0.3-1/bin/qemu-dm'

memory  = '512'
shadow_memory = '8'

disk    = [ 'phy:/dev/loop0,ioemu:hda,w', 'phy:/dev/loop1,hdb:cdrom,r' ]

name    = 'windows'

vif  = [ 'type=ioemu, bridge=xenbr0' ]

#vfb = ['type=vnc,vnclisten=0.0.0.0,vncunused=0,vncdisplay=9']

#apic=0
#acpi=1
#pae=1
#vcpus=1
#ne2000=0

boot='d'
vnc=1
vncviewer=0
sdl=0

>on_reboot   = 'destroy'
on_crash    = 'destroy'
------------------

qemu-dm.15775.log:
------------------
domid: 20
qemu: the number of cpus is 1
shared page at pfn:1ffff, mfn: 75ecf
buffered io page at pfn:1fffd, mfn: 75ed1
False I/O request ... in-service already: 0, pvalid: 0, port: 0, data: 0, count: 0, size: 0
------------------

xm info:
------------------
host                   : Debian-40-etch-32-minimal
release                : 2.6.18-6-xen-686
version                : #1 SMP Mon Oct 13 20:36:55 UTC 2008
machine                : i686
nr_cpus                : 2
nr_nodes               : 1
sockets_per_node       : 1
cores_per_socket       : 2
threads_per_core       : 1
cpu_mhz                : 2900
hw_caps                : 178bfbff:ebd3fbff:00000000:00000010:00002001:00000000:0000011f
total_memory           : 4063
free_memory            : 513
xen_major              : 3
xen_minor              : 0
xen_extra              : .3-1
xen_caps               : xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p
xen_pagesize           : 4096
platform_params        : virt_start=0xf5800000
xen_changeset          : Tue Oct 17 22:09:52 2006 +0100
cc_compiler            : gcc version 3.4.6 (Debian 3.4.6-5)
cc_compile_by          : skx
cc_compile_domain      : debian.org
cc_compile_date        : Tue Oct 23 02:22:48 BST 2007
xend_config_format     : 2
------------------

After i connect via vnc to my server, i see the blue windows xp installation routine.
After the hardware-detection, the screen goes black, then after 2 minutes of blackness, this error shows up:
http://img3.imagebanana.com/img/djwc02iq/error.PNG (german, but you can see the STOP-error)

whats happened?

hope you can help me..

thanks.

greetings from germany,
kevin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] windows xp hvm installation fails / hangs, Kevin Kettinger <=