Hi, All:<br>
<br>
  I got a problem (mount: could not find,filesystem &#39;/dev/root&#39;) in
booting a fedora7-xen kernel which was downloaded at
<a href="http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/kernel-i686" target="_blank">http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/kernel-i686</a>.
Also I had tried fedora8-xen kernel, same problem.<br>
<br>
  Here is my &quot;grub.conf&quot;:<br><br>  title Fedora (2.6.21-7.fc7xen)<br>        root (hd0,0)<br>        kernel /xen.gz-2.6.21-7.fc7<br>        module /vmlinuz-2.6.21-7.fc7xen ro /dev/VolGroup00/LogVol00 rhgb quiet<br>

        module /initrd-2.6.21-7.fc7xen.img<br><br> title Fedora (2.6.27.21-170.2.56.fc10.i686.PAE)<br>

        root (hd0,0)<br>        kernel /vmlinuz-2.6.27.21-170.2.56.fc10.i686.PAE ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>        initrd /initrd-2.6.27.21-170.2.56.fc10.i686.PAE.img<br><br> title Fedora (2.6.27.21-170.2.56.fc10.i686)<br>



        root (hd0,0)<br>        kernel /vmlinuz-2.6.27.21-170.2.56.fc10.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>        initrd /initrd-2.6.27.21-170.2.56.fc10.i686.img<br><br>  The &quot;ro /dev/VolGroup00/LogVol00 rhgb quiet&quot; part was the same in all the three ones, but &quot;Fedora (2.6.27.21-170.2.56.fc10.i686.PAE)&quot; and &quot;Fedora (2.6.27.21-170.2.56.fc10.i686)&quot; could  boot normally (this showed the path should be right).<br>

<br>  The difference between the first and the latter two was &quot;module&quot;, but the tries:<br>        title Fedora (2.6.21-7.fc7xen)<br>        root (hd0,0)<br>        kernel /xen.gz-2.6.21-7.fc7 ro /dev/VolGroup00/LogVol00 rhgb quiet<br>

        module /vmlinuz-2.6.21-7.fc7xen<br>        module /initrd-2.6.21-7.fc7xen.img<br>and<br>        title Fedora (2.6.21-7.fc7xen)<br>        root (hd0,0)<br>        kernel /xen.gz-2.6.21-7.fc7 ro /dev/VolGroup00/LogVol00 rhgb quiet<br>

        initrd /initrd-2.6.21-7.fc7xen.img<br><br>neither worked.<br><br>  My os was Fedora 10, and xen was install by &quot;yum install xen&quot;. What should I do for this problem??<br><br>  By the way, it seemed that &quot;yum install kernel-xen&quot; installed &quot;2.6.27.21-170.2.56.fc10.i686.PAE&quot;, which did not worked. Since when I booted with this fedora-xen kernel, &quot;xend start&quot; command (or xm command) brought &quot;ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory)&quot; error, which I&#39;ve no idea either. (From google, someone told that it was caused by wrong kernel...)<br>
<br>  Any helps will be very appreciated!<br><br>Best Regards!<br>Xin<br>