Mr. Stach,<br>     Good catch!  With your help, I feel my luck is improving, if slowly... I've updated accordingly, and now am getting a brand new file system issue:   <br><br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">Waiting for driver initialization.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Scanning and configuring dmraid supported devices</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Creating root device.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Mounting root filesystem.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">mount: could not find filesystem '/dev/root'</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Setting up other filesystems.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Setting up new root fs</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">setuproot: moving /dev failed: No such file or directory</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">no fstab.sys, mounting internal defaults</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">setuproot: error mounting /proc: No such file or directory</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setuproot: error mounting /sys: No such file or directory</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Switching to new root and running init.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">unmounting old /dev</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">unmounting old /proc</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">unmounting old /sys</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">switchroot: mount failed: No such file or directory</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Kernel panic - not syncing: Attempted to kill init!</span><br>
<br></div>Here is the contents of /tmp/fstab:<br><br><div style="margin-left: 40px; font-family: courier new,monospace;">[root@vvmm03-XEN xen]# cat /tmp/fstab-domU <br>/dev/vg00/c5root00 /                       ext3    defaults        1 1<br>
LABEL=/boot             /boot                   ext3    defaults        1 2<br>devpts                  /dev/pts                devpts  gid=5,mode=620  0 0<br>tmpfs                   /dev/shm                tmpfs   defaults        0 0<br>
proc                    /proc                   proc    defaults        0 0<br>sysfs                   /sys                    sysfs   defaults        0 0<br>/dev/vg00/swap00  swap                    swap    defaults        0 0<br>
<br></div><div style="font-family: courier new,monospace;">I'm not sure why it's looking for /dev/root..<br><br>Thanks again,<br>Christopher Hunt<br></div><br><div class="gmail_quote">On Mon, Nov 9, 2009 at 11:32 AM, Christopher G. Stach II <span dir="ltr"><<a href="mailto:cgs@ldsys.net">cgs@ldsys.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">----- "Christopher Hunt" <<a href="mailto:dharmachris@gmail.com">dharmachris@gmail.com</a>> wrote:<br>

<br>
</div><div class="im">> Found volume group "vg00" using metadata type lvm2 ## this is the VG<br>
> on the KVM host<br>
<br>
</div><div class="im">> Volume group "virt01vg00" not found ## this is the VG on the XEN host<br>
<br>
</div>mkinitrd is getting this from your dom0's /etc/fstab.<br>
<br>
sed 's/virt01vg00/vg00/g' /etc/fstab > /tmp/fstab-domU<br>
mkinitrd -f --fstab=/tmp/fstab-domU --with=xenblk --with=xennet --preload=xenblk --preload=xennet /boot/initrd-2.6.18-164.6.1.el5xen-domU.img 2.6.18-164.6.1.el5xen<br>
<br>
Better luck this time. :)<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Christopher G. Stach II<br>
<br>
<br>
_______________________________________________<br>
CentOS-virt mailing list<br>
<a href="mailto:CentOS-virt@centos.org">CentOS-virt@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos-virt" target="_blank">http://lists.centos.org/mailman/listinfo/centos-virt</a><br>
</div></div></blockquote></div><br>