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: Scott McKenzie <scott@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] HVM success reports required for wiki
From: Edward Ing <inge@xxxxxxxxxxxx>
Date: Mon, 18 Dec 2006 21:39:20 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 18 Dec 2006 18:39:28 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <45816241.6000004@xxxxxxxxxxxxx>
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>
References: <45816241.6000004@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I've got Centos Server 4.4  up and running. This bodes well for
Fedora/RedHat/CentOS. (The MAC of eth0 keeps on changing so there is a
new hardward detect, but I think that this can be fixed according to the
documentation.)


Here's my h/w and s/w details:
MB:  Asus N4L-VM DH with BIOS version 0802
CPU: Intel Core 2 Duo Mobile (T5600)
RAM: 2x.5GB

Distro:   Ubuntu 6.06 LTS
Kernel:   2.6.16.29-xen0 
Xen:      3.0.3 (built from source)
Guest OS: Centos Server 4.4


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 = 126 
shadow_memory = 8
name = "centos"

vcpus=1
cpus = "0-1"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'phy:/dev/sdb7,hda,w',
'file:/var/iso/CentOS-4.4.ServerCD-i386.iso,hdc:cdrom,r']
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'destroy'
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot='c'
ne2000=0
sdl=1
vnc=0
stdvga=0
serial='pty'


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