<br><br><div class="gmail_quote">On Mon, Nov 10, 2008 at 4:24 AM, John Haxby <span dir="ltr"><<a href="mailto:john.haxby@oracle.com">john.haxby@oracle.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Paras pradhan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="Ih2E3d">
virt-p2v was able to convert my centOS 5.2 physical machine to xen virtual machine and it runs great. Now, I am working on to convert this full virt machine to para virt .<br>
<br></div>
Under my domU i have installed kernel-xen (since it is needed ) , and edited my grub menu to use the installed kernel. [snip]<br>
Red Hat nash version <a href="http://5.1.19.6" target="_blank">5.1.19.6</a> <<a href="http://5.1.19.6" target="_blank">http://5.1.19.6</a>> starting<div class="Ih2E3d"><br>
  Reading all physical volumes.  This may take a while...<br>
  No volume groups found<br>
  Volume group "VolGroup00" not found<br>
mount: could not find filesystem '/dev/root'<br>
setuproot: moving /dev failed: No such file or directory<br>
setuproot: error mounting /proc: No such file or directory<br>
setuproot: error mounting /sys: No such file or directory<br>
switchroot: mount failed: No such file or directory<br>
Kernel panic - not syncing: Attempted to kill init!<br>
---<br>
<br>
</div></blockquote>
I think you're missing the xenblk driver.   Try editing /etc/modprobe.conf to look like this:<br>
<br>
   alias eth0 xennet<br>
   alias scsi_hostadapter xenblk<br>
<br>
and then<br>
<br>
   mkinitrd -f /boot/initrd-2.6.18-92.1.17.el5xen.img 2.6.18-92.1.17.el5xen<br>
<br>
jch</blockquote><div><br></div><div><br></div><div>Thanks !. It worked....</div><div><br></div><div><br></div><div>Paras. </div></div><br>