<div>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></div><div><br></div><div>Under my domU i have installed kernel-xen (since it is needed ) , and edited my grub menu to use the installed kernel. </div>
<div><br></div><div>My grub menu file in domU looks like:</div><div><br></div><div><div>----</div><div>kernel /vmlinuz-2.6.18-92.1.17.el5xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet</div><div>initrd /initrd-2.6.18-92.1.17.el5xen.img                              <br>
</div></div><div>----</div><div><br></div><div>Here is my config file that I have used (for para):</div><div><br></div><div><div>-----</div><div>name = "localhost_localdomain"</div><div>uuid = "a57400f11c2138ec41087b80e813496e"</div>
<div>maxmem = 512</div><div>memory = 512</div><div>vcpus = 1</div><div>bootloader = "/usr/bin/pygrub"</div><div>disk = [ "file:/freespace/p2v-localhost_localdomain-200811061823-hda.img,hda,w" ]</div><div>
vif = [ "mac=00:16:3e:e6:3b:e2" ]</div><div>on_poweroff = "destroy"</div><div>on_reboot = "restart"</div><div>on_crash = "restart"</div><div>#keymap = "en-us"</div><div>#serial = "pty"</div>
<div>extra = "xencons=tty"</div><div>bootloader = "/usr/bin/pygrub"</div><div>vfb = [  ]</div><div>vif = [ "mac=00:16:3e:17:03:9f,bridge=xenbr0" ]</div><div>----</div><div><br></div><div><br>
</div><div>The error I am getting is:</div><div><br></div><div>--</div><div><br></div><div><div>[root@ha2 xen]# xm create /etc/xen/localhost_localdomain -c</div><div>Using config file "/etc/xen/localhost_localdomain".</div>
<div>Started domain localhost_localdomain</div><div>PCI: Fatal: No PCI config space access function found</div><div>rtc: IRQ 8 is not free.</div><div>PCI: Fatal: No PCI config space access function found</div><div>rtc: IRQ 8 is not free.</div>
<div>i8042.c: No controller found.</div><div>Red Hat nash version <a href="http://5.1.19.6">5.1.19.6</a> starting</div><div>  Reading all physical volumes.  This may take a while...</div><div>  No volume groups found</div>
<div>  Volume group "VolGroup00" not found</div><div>mount: could not find filesystem '/dev/root'</div><div>setuproot: moving /dev failed: No such file or directory</div><div>setuproot: error mounting /proc: No such file or directory</div>
<div>setuproot: error mounting /sys: No such file or directory</div><div>switchroot: mount failed: No such file or directory</div><div>Kernel panic - not syncing: Attempted to kill init!</div><div>---</div><div><br></div>
<div><br></div><div><br></div><div>Any help will be appreciated.</div><div><br></div><div>Thanks !</div><div>Paras.</div></div><div><br></div><div><br></div></div>