Hi.
Please, I need a help.
I am trying create a VM into a Debian 4 XEN. If I use a xen-create-image command, it works ok.
But I need create a VM using a ISO dvd (suse, debian, etc).
I created the file configuration file as:
import commands krn_vers = commands.getoutput('uname -r') name ='suse10' builder = 'linux' disk = [ 'phy:/dev/xenvg/suse10.dsk,xvda1,w', \ 'phy:/dev/xenvg/suse10.swp,xvda2,w', \
'phy:/dev/scd0,hdc:cdrom,r' ]
boot='dc' memory = 512 vif = [ 'bridge=xenbr0' ] kernel = '/boot/vmlinuz-' + krn_vers ramdisk = '/boot/initrd.img-' + krn_vers root = '/dev/xvda1 ro' >
>>extra = 'xencons=xvc console=xvc0 video=tty' vfb = [ 'type=vnc,vncdisplay=0,vnclisten=0.0.0.0,vncpasswd=passwd' ]
xvda1/2 I defined into a LVM e formated them.
/dev/scd0 it is ok. I mounted and dismounted and it is ok.
After all, I execute the command:
xm create suse10.cfg -c
And it hang.
Please, some idea ?
Thanks.
JoseFormiga
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|