OVH Community, your new community space.

Xen Troubles


DuncanBain
19-11-2008, 18:05
Nevermind, seems to be working fine using the 64bit DomU provided.

DuncanBain
19-11-2008, 17:28
Hey, just wondering if anyone will be able to help me with the following. Currently set up a server using the pre-built Debian with Xen install (Which is 64bit). Currently trying to set up a basic 32bit VMachine using LVM with the config as below:

kernel = "/boot/domU_32/vmlinux-2.6.25.7-xenU-ipv4-32"
#ramdisk = "/boot/initrd.img-2.6.16-1-xen-k7"
memory = 192
name = "vm04.nerf.me.uk"
vif = ['ip=10.0.0.1']
#LVM Based:#
disk = ['phy:/dev/vm/vm04disk,sda1,w', 'phy:/dev/vm/vm04swap,sda2,w']
root = "/dev/sda1 ro"

Upon using "xm create vm04.nerf.me.uk -c" it seems to initialise, showing:

root@phys02:/# xm create vm04.nerf.me.uk -c
Using config file "/etc/xen/vm04.nerf.me.uk".
Started domain vm04.nerf.me.uk

Then it just hangs. Any ideas?