When installing ubuntu via xen i get
Unable to find medium containing a live file system
i go the iso from http://www.ubuntu.com/download/desktop
and have been following this tuorial
https://help.ubuntu.com/community/XenProposed : Manually installing an HVM Guest VM
this is my xen cfg file
builder='hvm'
kernel='/usr/lib/xen-4.1/boot/hvmloader'
name = "ubuntu"
memory = "2048"
maxmem = "13312"
vcpus = 4
disk = ['phy:/dev/server/ubuntu-hvm,hda,w','file:/data/ubuntu-12.10-desktop- amd64.iso,hdc:cdrom,r']
vfb = ["type=vnc, vncunused=1, keymap=en-us, vnclisten=0.0.0.0"]
vif = ['bridge=eth0']
boot="dc"
device_model='/usr/lib/xen-4.1/qemu-dm'
i tested 12.04, 11.10 ange get the same error
Thanks for your help