<div dir="ltr">2008/7/31 Admin Admin <span dir="ltr"><<a href="mailto:qmt9z3@yahoo.com">qmt9z3@yahoo.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ok now I understand. What you are suggesting is<br>
already<br>
done in xen-create-image script. In fact, before I<br>
issued 'xm create' command, I have mounted one of the<br>
lvm partitions and copied the iso image onto it and<br>
I point to it during the install and the image is<br>
recognized.<br>
<br>
In other words all the partitions required for<br>
installation are setup in lvm and are accessible.<br>
Here is the part of xen config file corresponding<br>
to disk partitions:<br>
<br>
#  Disk device(s).<br>
#<br>
root        = '/dev/xvda2 ro'<br>
disk        = [<br>
<br>
'phy:/dev/VolGroup2/okraU1-swap,xvda1,w',<br>
<br>
'phy:/dev/VolGroup2/okraU1-LogVol2Root,xvda2,w',<br>
<br>
'phy:/dev/VolGroup2/okraU1-LogVol2Usr,xvda3,w',<br>
<br>
'phy:/dev/VolGroup2/okraU1-LogVol2Var,xvda4,w',<br>
<br>
'phy:/dev/VolGroup2/okraU1-LogVol2Tmp,xvda5,w',<br>
<br>
'phy:/dev/VolGroup2/okraU1-LogVol2UsrLocal,xvda6,w',</blockquote><div><br>Sorry, this is not what I meant. In the above configuration each Dom0 host LV is seen as an entire physical disk by the DomU.<br>Apparently (guessing from the stack trace you included) Anaconda expects to find a partition table on that physical disk.<br>
<br>Instead of the above, you should have one (or a couple) of LV's imported into the DomU and have a partition table setup in it, just like you have on the Dom0's own physical disk, for instance.<br><br></div>Cheers,<br>
<br>--Amos<br><br></div></div>