Hi,<br>
I am working on a P4, 2.4 GHz intel system with 512 MB of RAM. I
installed the xen0 and the xenU kernel that comes along with the
installation DVD. I am able to boot xen, and  the 'xm list'
command shows the Domain-0 running. I tried to build a guest with the
following config file<br>
<br>
kernel="/usr/lib/xen/boot/hvmloader"<br>
name="FC5Guest"<br>
memory=256<br>
root="/dev/hda1"<br>
disk=['phy:/root/temp/disk.img,hda1,w']<br>
vif=['']<br>
<br>
saved to fc5-inst<br>
when i tried to create the guest using 'xm create -c fc5-inst' , i get the following error<br>
'Error creating Domain: (22, 'Invalid Argument') '<br>
<br>
I am new to xen, please help me out.<br>