# Kernel image file. kernel = "/boot/vmlinuz-2.6.32-5-xen-686" # Optional ramdisk. ramdisk = "/boot/initrd.img-2.6.32-5-xen-686" memory = 128 name = "xen1" vif = [ 'ip=192.168.2.111' ] #It doesn't matter if you try with /dev/... or without it disk = [ 'phy:/dev/mapper/data-xen1,/dev/xvda1,w', 'phy:/dev/mapper/data-xen1_swap,/dev/xvda2,w' ] dhcp="off" ip="192.168.2.111" netmask="255.255.255.0" gateway="192.168.2.1" hostname= "xen1" root = "/dev/xvda1 ro" extra = "4" extra = "console=hvc0"