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

Re: [Xen-users] HVM success reports required for wiki

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] HVM success reports required for wiki
From: Scott McKenzie <scott@xxxxxxxxxxxxx>
Date: Fri, 15 Dec 2006 01:40:01 +1100
Delivery-date: Fri, 15 Dec 2006 01:19:53 -0800
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
User-agent: Thunderbird 1.5.0.8 (X11/20061115)
I've got Windows SBS 2003 R2 up and running on an Asus M2NPV-MX.

I followed Klaus Kudielka's instructions (thank-you Klaus!) and installed the OS using qemu initially then booted it with Xen after the installation completed.

Here's my h/w and s/w details:
MB:  Asus M2NPV-MX with BIOS version 0502
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
RAM: 2x1GB

Distro:   Ubuntu 6.06 LTS
Kernel:   2.6.16.29-xen
Xen:      3.0.3
Guest OS: Windows Small Business Server 2003 R2


And here is my xen config:
import os, re
arch = os.uname()[4]
if re.search('64', arch):
   arch_libdir = 'lib64'
else:
   arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 512
shadow_memory = 8
name = "sbs2003"
vif = [ 'type=ioemu, bridge=xenbr0, model=ne2k_pci' ]
disk = [ 'file:/vserver/sbs2003.img,ioemu:hda,w', 'phy:/dev/hdb,hdc:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="c"
vnc=1

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