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] Xen Windows Virtualization

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Xen Windows Virtualization
From: "Licijn de Jong" <Licijn.de.Jong@xxxxxxxxxxxxxx>
Date: Fri, 25 May 2007 13:40:42 +0200
Delivery-date: Fri, 25 May 2007 09:40:58 -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
Thread-index: AceewYY09wqK8NZFQ+ioGHyPCz2DYg==
Thread-topic: Xen Windows Virtualization

Hello,

 

I am currently using a Dell Poweredge SC 1435 at the moment and am trying to virtualize windows on xen however it seems windows does not really understand what its supposed to do.

Anyone have an idea what could be the problem I think there is something windows doesn’t understand from the virtualized hardware.

 

With WinXP I get a black screen on reboot (with a grey bar at the bottom of the screen)

Win 2k3 hangs on the windows setup screen

And Vista simply errors out with a blue screen at boot with the following error

 

*** STOP 0x0000005c (0x00003000, 0x00000001, 0x00000008, 0x00000000)

 

I didn’t expect vista to work to be honest but I tried anyway.

 

I am using a Debian net install

Kernel 2.6.18-4-xen-amd64

 

Following I attached the xm dmesg and config file of winxp

Any ideas or tips would be appreciated

 

P.S. I have succeeded in virtualizing a Linux distro in a HVM environment already

 

Kind regards,

Licijn de Jong

 

----------------- xm dmesg -----------------

 

(XEN) (GUEST: 41) HVM Loader

(XEN) (GUEST: 41) Detected Xen v3.0.3-1

(XEN) (GUEST: 41) Writing SMBIOS tables ...

(XEN) (GUEST: 41) Loading ROMBIOS ...

(XEN) (GUEST: 41) Creating MP tables ...

(XEN) (GUEST: 41) Loading Cirrus VGABIOS ...

(XEN) (GUEST: 41) Loading ACPI ...

(XEN) (GUEST: 41) SVM go ...

(XEN) (GUEST: 41)  rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $

(XEN) (GUEST: 41) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $

(XEN) (GUEST: 41) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $

(XEN) (GUEST: 41)

(XEN) (GUEST: 41) ata0-0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63

(XEN) (GUEST: 41) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (10240 MBytes)

(XEN) (GUEST: 41) ata0  slave: Unknown device

(XEN) (GUEST: 41) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom

(XEN) (GUEST: 41) ata1  slave: Unknown device

(XEN) (GUEST: 41)

(XEN) (GUEST: 41) Booting from CD-Rom...

(XEN) (GUEST: 41) unsupported PCI BIOS function 0x0E

(XEN) (GUEST: 41) int13_harddisk: function 15, unmapped device for ELDL=81

(XEN) (GUEST: 41) *** int 15h function AX=E980, BX=00F2 not yet supported!

(XEN) hvm_vioapic_write_indirect: version register read only

(XEN) hvm_vioapic_write_indirect: version register read only

(XEN) hvm_vioapic_write_indirect: version register read only

(XEN) This hvm_vlapic is for P4, no work for De-assert init

 

----------------- config -------------------

 

import os, re

 

arch = os.uname()[4]

if re.search('64', arch):

arch_libdir = 'lib64'

else:

arch_libdir = 'lib'

 

name                =          "xp-001"

 

acpi                  =          1

apic                  =          1

pae                   =          1

 

builder              =          'hvm'

device_model   =          '/usr/lib/xen-3.0.3-1/bin/qemu-dm'

kernel               =          "/usr/lib/xen-3.0.3-1/boot/hvmloader"

 

vcpus               =          1

memory            =          1024

 

#boot (a) floppy (c) hard disk (d) cd-rom

boot                 =          'dc'

 

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

 

#LVM Based Disk

disk                  =       ['phy:/dev/ovspc170/winxp,ioemu:hda,w','file:/home/winxp/winxp_sp2.iso,hdc:cdrom,r']

 

on_poweroff     =          'destroy'

on_reboot        =          'destroy'

on_crash          =          'destroy'

 

vnc                   =          1

vncviewer         =          0

sdl                    =          0

stdvga              =          0

 

------------------- end -------------------

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen Windows Virtualization, Licijn de Jong <=