First let me say that I&#39;m not a sysadmin, but am simply wearing that hat this week so please excuse my ignorance.  I need to temporarily move some virtual servers from a CentOS-KVM platform to a CentOS-XEN platform while I do some upgrades to the CentOS box.  I&#39;ve created a local LV, and used DD and SCP to transfer the block device from the VKM machine to the XEN machine.  For quite a while I struggled with the &quot;Error: (2, &#39;Invalid kernel&#39;, &#39;xc_dom_parse_elf_kernel: ELF image has no shstrtab\n&#39;)&quot; error but thanks to Nick Couchman from <a href="http://lists.xensource.com/archives/html/xen-users/2008-03/msg00603.html">http://lists.xensource.com/archives/html/xen-users/2008-03/msg00603.html</a>, I&#39;ve passed that.  Now I&#39;m stuck with a kernel panic situation.  Unfortunately the kernel panic error doesn&#39;t appear using &quot;xm console&quot; and flashes so quickly through &quot;virt-viewer&quot; that I can&#39;t get any details.  I think it may have to do with the differing file structures on the 2 Host machines.  The KVM machine mounts / on /dev/mapper/vg00-root whereas the XEN machine mounts / on /dev/mapper/VMM01-KVMvg00-c5root00:<br>
<br><span style="font-family: courier new,monospace;">[root@VMM01-KVM ~]# mount</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/dev/mapper/vg00-root on / type ext3 (rw)</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[root@VMM03-XEN xen]# mount</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/dev/mapper/VMM01-KVMvg00-c5root00 on / type ext3 (rw)</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Interesting log file entries:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (blkif:27) exception looking up device number for xvda: [Errno 2] No such file or directory: &#39;/dev/xvda&#39;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (blkif:27) exception looking up device number for xvda: [Errno 2] No such file or directory: &#39;/dev/xvda&#39;</span><br><br>--------------------------------------------------------------------------------<br>
The domU is configured thusly:<br><span style="font-family: courier new,monospace;">[root@VMM03-XEN xen]# cat /etc/xen/guest02</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Automatically generated xen config file</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">name = &quot;guest02&quot;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">memory = &quot;1024&quot;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">disk = [ &#39;phy:/dev/VMM01-KVMvg00/guest02,xvda,w&#39;, ]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">vif = [ &#39;mac=00:16:3e:5c:f1:dd, bridge=xenbr0&#39;, ]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">vfb = [&quot;type=vnc,vncunused=1&quot;]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#bootloader=&quot;/usr/bin/pygrub&quot;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">kernel = &quot;/boot/vmlinuz-2.6.18-164.6.1.el5xen&quot;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ramdisk = &quot;/boot/initrd-2.6.18-164.6.1.el5xen.img&quot; </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">vcpus=1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">on_reboot   = &#39;restart&#39;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">on_crash    = &#39;restart&#39;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#root = &quot;/dev/VMM01-KVMvg00/c5root00 ro&quot;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#extra = &quot;single selinux=0&quot;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">extra =  &quot;ro&quot;</span><br style="font-family: courier new,monospace;">
<br>--------------------------------------------------------------------------------<br>From the domU instance running on the KVM box:<br><span style="font-family: courier new,monospace;">[root@guest02 ~]# cat /etc/fstab </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">/dev/vg00/root          /                       ext3    defaults        1 1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">LABEL=/boot             /boot                   ext3    defaults        1 2</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">tmpfs                   /dev/shm                tmpfs   defaults        0 0</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">devpts                  /dev/pts                devpts  gid=5,mode=620  0 0</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">sysfs                   /sys                    sysfs   defaults        0 0</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">proc                    /proc                   proc    defaults        0 0</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">/dev/vg00/swap          swap                    swap    defaults        0 0</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[root@guest02 ~]# cat /etc/gr</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">group      group-     grub.conf  </span><br>
<br>--------------------------------------------------------------------------------<br>[root@guest02 ~]# cat /etc/grub.conf <br><span style="font-family: courier new,monospace;"># grub.conf generated by anaconda</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Note that you do not have to rerun grub after making changes to this file</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># NOTICE:  You have a /boot partition.  This means that</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#          all kernel and initrd paths are relative to /boot/, eg.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#          root (hd0,0)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#          kernel /vmlinuz-version ro root=/dev/vg00/root divider=10 notsc</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#          initrd /initrd-version.img</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#boot=/dev/vda</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">default=0</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">timeout=5</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">splashimage=(hd0,0)/grub/splash.xpm.gz</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">hiddenmenu</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">title CentOS (2.6.18-164.el5)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        root (hd0,0)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">        kernel /vmlinuz-2.6.18-164.el5 ro root=/dev/vg00/root divider=10 notsc</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        initrd /initrd-2.6.18-164.el5.img</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">title CentOS (2.6.18-128.7.1.el5)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        root (hd0,0)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">        kernel /vmlinuz-2.6.18-128.7.1.el5 ro root=/dev/vg00/root divider=10 notsc</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        initrd /initrd-2.6.18-128.7.1.el5.img</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">title CentOS (2.6.18-128.4.1.el5)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        root (hd0,0)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">        kernel /vmlinuz-2.6.18-128.4.1.el5 ro root=/dev/vg00/root divider=10 notsc</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        initrd /initrd-2.6.18-128.4.1.el5.img</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">title CentOS (2.6.18-128.2.1.el5)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        root (hd0,0)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">        kernel /vmlinuz-2.6.18-128.2.1.el5 ro root=/dev/vg00/root divider=10 notsc</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        initrd /initrd-2.6.18-128.2.1.el5.img</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">title CentOS (2.6.18-128.1.10.el5)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        root (hd0,0)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">        kernel /vmlinuz-2.6.18-128.1.10.el5 ro root=/dev/vg00/root divider=10 notsc</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        initrd /initrd-2.6.18-128.1.10.el5.img</span><br>
<br>--------------------------------------------------------------------------------<br>Dom-0 Log files:<br><span style="font-family: courier new,monospace;">[root@VMM03-XEN xen]# tail -f /var/log/xen/xend.log</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:206) XendDomainInfo.create([&#39;vm&#39;, [&#39;name&#39;, &#39;guest02&#39;], [&#39;memory&#39;, &#39;1024&#39;], [&#39;on_reboot&#39;, &#39;restart&#39;], [&#39;on_crash&#39;, &#39;restart&#39;], [&#39;vcpus&#39;, 1], [&#39;image&#39;, [&#39;linux&#39;, [&#39;kernel&#39;, &#39;/boot/vmlinuz-2.6.18-164.6.1.el5xen&#39;], [&#39;ramdisk&#39;, &#39;/boot/initrd-2.6.18-164.6.1.el5xen.img&#39;], [&#39;args&#39;, &#39;ro&#39;]]], [&#39;device&#39;, [&#39;vbd&#39;, [&#39;uname&#39;, &#39;phy:/dev/VMM01-KVMvg00/guest02&#39;], [&#39;dev&#39;, &#39;xvda&#39;], [&#39;mode&#39;, &#39;w&#39;]]], [&#39;device&#39;, [&#39;vif&#39;, [&#39;bridge&#39;, &#39;xenbr0&#39;], [&#39;mac&#39;, &#39;00:16:3e:5c:f1:dd&#39;]]], [&#39;device&#39;, [&#39;vkbd&#39;]], [&#39;device&#39;, [&#39;vfb&#39;, [&#39;vncunused&#39;, &#39;1&#39;], [&#39;type&#39;, &#39;vnc&#39;], [&#39;xauthority&#39;, &#39;/root/.Xauthority&#39;]]]])</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:328) parseConfig: config is [&#39;vm&#39;, [&#39;name&#39;, &#39;guest02&#39;], [&#39;memory&#39;, &#39;1024&#39;], [&#39;on_reboot&#39;, &#39;restart&#39;], [&#39;on_crash&#39;, &#39;restart&#39;], [&#39;vcpus&#39;, 1], [&#39;image&#39;, [&#39;linux&#39;, [&#39;kernel&#39;, &#39;/boot/vmlinuz-2.6.18-164.6.1.el5xen&#39;], [&#39;ramdisk&#39;, &#39;/boot/initrd-2.6.18-164.6.1.el5xen.img&#39;], [&#39;args&#39;, &#39;ro&#39;]]], [&#39;device&#39;, [&#39;vbd&#39;, [&#39;uname&#39;, &#39;phy:/dev/VMM01-KVMvg00/guest02&#39;], [&#39;dev&#39;, &#39;xvda&#39;], [&#39;mode&#39;, &#39;w&#39;]]], [&#39;device&#39;, [&#39;vif&#39;, [&#39;bridge&#39;, &#39;xenbr0&#39;], [&#39;mac&#39;, &#39;00:16:3e:5c:f1:dd&#39;]]], [&#39;device&#39;, [&#39;vkbd&#39;]], [&#39;device&#39;, [&#39;vfb&#39;, [&#39;vncunused&#39;, &#39;1&#39;], [&#39;type&#39;, &#39;vnc&#39;], [&#39;xauthority&#39;, &#39;/root/.Xauthority&#39;]]]]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:445) parseConfig: result is {&#39;features&#39;: None, &#39;image&#39;: [&#39;linux&#39;, [&#39;kernel&#39;, &#39;/boot/vmlinuz-2.6.18-164.6.1.el5xen&#39;], [&#39;ramdisk&#39;, &#39;/boot/initrd-2.6.18-164.6.1.el5xen.img&#39;], [&#39;args&#39;, &#39;ro&#39;]], &#39;cpus&#39;: None, &#39;vcpu_avail&#39;: None, &#39;backend&#39;: [], &#39;uuid&#39;: None, &#39;on_reboot&#39;: &#39;restart&#39;, &#39;cpu_weight&#39;: None, &#39;memory&#39;: 1024, &#39;cpu_cap&#39;: None, &#39;localtime&#39;: None, &#39;timer_mode&#39;: None, &#39;start_time&#39;: None, &#39;on_poweroff&#39;: None, &#39;on_crash&#39;: &#39;restart&#39;, &#39;device&#39;: [(&#39;vbd&#39;, [&#39;vbd&#39;, [&#39;uname&#39;, &#39;phy:/dev/VMM01-KVMvg00/guest02&#39;], [&#39;dev&#39;, &#39;xvda&#39;], [&#39;mode&#39;, &#39;w&#39;]]), (&#39;vif&#39;, [&#39;vif&#39;, [&#39;bridge&#39;, &#39;xenbr0&#39;], [&#39;mac&#39;, &#39;00:16:3e:5c:f1:dd&#39;]]), (&#39;vkbd&#39;, [&#39;vkbd&#39;]), (&#39;vfb&#39;, [&#39;vfb&#39;, [&#39;vncunused&#39;, &#39;1&#39;], [&#39;type&#39;, &#39;vnc&#39;], [&#39;xauthority&#39;, &#39;/root/.Xauthority&#39;]])], &#39;bootloader&#39;: None, &#39;maxmem&#39;: None, &#39;shadow_memory&#39;: None, &#39;name&#39;: &#39;guest02&#39;, &#39;bootloader_args&#39;: None, &#39;vcpus&#39;: 1, &#39;cpu&#39;: None}</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:1774) XendDomainInfo.construct: None</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (balloon:145) Balloon: 3145436 KiB free; need 4096; done.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:1900) XendDomainInfo.initDomain: 50 256</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:1941) _initDomain:shadow_memory=0x0, maxmem=0x400, memory=0x400.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (balloon:145) Balloon: 3145436 KiB free; need 1048576; done.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] INFO (image:139) buildDomain os=linux dom=50 vcpus=1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (image:208) domid          = 50</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (image:209) memsize        = 1024</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (image:210) image          = /boot/vmlinuz-2.6.18-164.6.1.el5xen</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (image:211) store_evtchn   = 1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (image:212) console_evtchn = 2</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (image:213) cmdline        =  ro</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (image:214) ramdisk        = /boot/initrd-2.6.18-164.6.1.el5xen.img</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (image:215) vcpus          = 1</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (image:216) features       =</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:114) DevController: writing {&#39;protocol&#39;: &#39;x86_32-abi&#39;, &#39;state&#39;: &#39;1&#39;, &#39;backend-id&#39;: &#39;0&#39;, &#39;backend&#39;: &#39;/local/domain/0/backend/vkbd/50/0&#39;} to /local/domain/50/device/vkbd/0.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:116) DevController: writing {&#39;frontend-id&#39;: &#39;50&#39;, &#39;domain&#39;: &#39;guest02&#39;, &#39;frontend&#39;: &#39;/local/domain/50/device/vkbd/0&#39;, &#39;state&#39;: &#39;1&#39;, &#39;online&#39;: &#39;1&#39;} to /local/domain/0/backend/vkbd/50/0.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:633) Checking for duplicate for uname: /dev/VMM01-KVMvg00/guest02 [phy:/dev/VMM01-KVMvg00/guest02], dev: xvda, mode: w</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (blkif:27) exception looking up device number for xvda: [Errno 2] No such file or directory: &#39;/dev/xvda&#39;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (blkif:27) exception looking up device number for xvda: [Errno 2] No such file or directory: &#39;/dev/xvda&#39;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:114) DevController: writing {&#39;virtual-device&#39;: &#39;51712&#39;, &#39;device-type&#39;: &#39;disk&#39;, &#39;protocol&#39;: &#39;x86_32-abi&#39;, &#39;backend-id&#39;: &#39;0&#39;, &#39;state&#39;: &#39;1&#39;, &#39;backend&#39;: &#39;/local/domain/0/backend/vbd/50/51712&#39;} to /local/domain/50/device/vbd/51712.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:116) DevController: writing {&#39;domain&#39;: &#39;guest02&#39;, &#39;frontend&#39;: &#39;/local/domain/50/device/vbd/51712&#39;, &#39;format&#39;: &#39;raw&#39;, &#39;dev&#39;: &#39;xvda&#39;, &#39;state&#39;: &#39;1&#39;, &#39;params&#39;: &#39;/dev/VMM01-KVMvg00/guest02&#39;, &#39;mode&#39;: &#39;w&#39;, &#39;online&#39;: &#39;1&#39;, &#39;frontend-id&#39;: &#39;50&#39;, &#39;type&#39;: &#39;phy&#39;} to /local/domain/0/backend/vbd/50/51712.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:114) DevController: writing {&#39;mac&#39;: &#39;00:16:3e:5c:f1:dd&#39;, &#39;handle&#39;: &#39;0&#39;, &#39;protocol&#39;: &#39;x86_32-abi&#39;, &#39;backend-id&#39;: &#39;0&#39;, &#39;state&#39;: &#39;1&#39;, &#39;backend&#39;: &#39;/local/domain/0/backend/vif/50/0&#39;} to /local/domain/50/device/vif/0.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:116) DevController: writing {&#39;bridge&#39;: &#39;xenbr0&#39;, &#39;domain&#39;: &#39;guest02&#39;, &#39;handle&#39;: &#39;0&#39;, &#39;script&#39;: &#39;/etc/xen/scripts/vif-bridge&#39;, &#39;state&#39;: &#39;1&#39;, &#39;frontend&#39;: &#39;/local/domain/50/device/vif/0&#39;, &#39;mac&#39;: &#39;00:16:3e:5c:f1:dd&#39;, &#39;online&#39;: &#39;1&#39;, &#39;frontend-id&#39;: &#39;50&#39;} to /local/domain/0/backend/vif/50/0.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:114) DevController: writing {&#39;protocol&#39;: &#39;x86_32-abi&#39;, &#39;state&#39;: &#39;1&#39;, &#39;backend-id&#39;: &#39;0&#39;, &#39;backend&#39;: &#39;/local/domain/0/backend/vfb/50/0&#39;} to /local/domain/50/device/vfb/0.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:116) DevController: writing {&#39;vncunused&#39;: &#39;1&#39;, &#39;domain&#39;: &#39;guest02&#39;, &#39;frontend&#39;: &#39;/local/domain/50/device/vfb/0&#39;, &#39;xauthority&#39;: &#39;/root/.Xauthority&#39;, &#39;state&#39;: &#39;1&#39;, &#39;online&#39;: &#39;1&#39;, &#39;frontend-id&#39;: &#39;50&#39;, &#39;type&#39;: &#39;vnc&#39;} to /local/domain/0/backend/vfb/50/0.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (vfbif:11) Spawn: [&#39;/usr/lib/xen/bin/qemu-dm&#39;, &#39;-M&#39;, &#39;xenpv&#39;, &#39;-d&#39;, &#39;50&#39;, &#39;-domain-name&#39;, &#39;guest02&#39;, &#39;-vnc&#39;, &#39;<a href="http://127.0.0.1:0">127.0.0.1:0</a>&#39;, &#39;-vncunused&#39;, &#39;-k&#39;, &#39;en-us&#39;]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:992) Storing VM details: {&#39;shadow_memory&#39;: &#39;0&#39;, &#39;uuid&#39;: &#39;21fa15ea-febf-1cbd-6360-cfa02eb73d8c&#39;, &#39;on_reboot&#39;: &#39;restart&#39;, &#39;start_time&#39;: &#39;1257532046.49&#39;, &#39;on_poweroff&#39;: &#39;destroy&#39;, &#39;name&#39;: &#39;guest02&#39;, &#39;xend/restart_count&#39;: &#39;0&#39;, &#39;vcpus&#39;: &#39;1&#39;, &#39;vcpu_avail&#39;: &#39;1&#39;, &#39;memory&#39;: &#39;1024&#39;, &#39;on_crash&#39;: &#39;restart&#39;, &#39;image&#39;: &#39;(linux (kernel /boot/vmlinuz-2.6.18-164.6.1.el5xen) (ramdisk /boot/initrd-2.6.18-164.6.1.el5xen.img) (args ro))&#39;, &#39;maxmem&#39;: &#39;1024&#39;}</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:1027) Storing domain details: {&#39;console/ring-ref&#39;: &#39;1084703&#39;, &#39;console/port&#39;: &#39;2&#39;, &#39;name&#39;: &#39;guest02&#39;, &#39;console/limit&#39;: &#39;1048576&#39;, &#39;vm&#39;: &#39;/vm/21fa15ea-febf-1cbd-6360-cfa02eb73d8c&#39;, &#39;domid&#39;: &#39;50&#39;, &#39;cpu/0/availability&#39;: &#39;online&#39;, &#39;memory/target&#39;: &#39;1048576&#39;, &#39;store/ring-ref&#39;: &#39;1055232&#39;, &#39;store/port&#39;: &#39;1&#39;}</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend.XendDomainInfo 5112] DEBUG (XendDomainInfo:1249) XendDomainInfo.handleShutdownWatch</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices vif.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:164) Waiting for 0.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:509) hotplugStatusCallback /local/domain/0/backend/vif/50/0/hotplug-status.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:509) hotplugStatusCallback /local/domain/0/backend/vif/50/0/hotplug-status.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:523) hotplugStatusCallback 1.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices usb.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices vbd.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:164) Waiting for 51712.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:509) hotplugStatusCallback /local/domain/0/backend/vbd/50/51712/hotplug-status.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:523) hotplugStatusCallback 1.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices irq.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices vkbd.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:164) Waiting for 0.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:509) hotplugStatusCallback /local/domain/0/backend/vkbd/50/0/hotplug-status.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:523) hotplugStatusCallback 1.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices vfb.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:164) Waiting for 0.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:509) hotplugStatusCallback /local/domain/0/backend/vfb/50/0/hotplug-status.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:523) hotplugStatusCallback 1.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices pci.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices ioports.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices tap.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] DEBUG (DevController:158) Waiting for devices vtpm.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[2009-11-06 10:27:26 xend 5112] INFO (XendDomain:387) Domain guest02 (50) unpaused.</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[root@VMM03-XEN xen]# xm create guest02 ; xm console guest02</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Using config file &quot;./guest02&quot;.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Started domain guest02</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Linux version 2.6.18-164.6.1.el5xen (<a href="mailto:mockbuild@builder16.centos.org">mockbuild@builder16.centos.org</a>) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Tue Nov 3 17:53:47 EST 2009</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">BIOS-provided physical RAM map:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> Xen: 0000000000000000 - 0000000040800000 (usable)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">304MB HIGHMEM available.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">727MB LOWMEM available.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">NX (Execute Disable) protection: active</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ACPI in unprivileged domain disabled</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Built 1 zonelists.  Total pages: 264192</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Kernel command line:  ro</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Enabling fast FPU save and restore... done.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Enabling unmasked SIMD FPU exception support... done.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Initializing CPU#0</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">CPU 0 irqstacks, hard=c0750000 soft=c0730000</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">PID hash table entries: 4096 (order: 12, 16384 bytes)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Xen reported: 2992.688 MHz processor.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Console: colour dummy device 80x25</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Software IO TLB disabled</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">vmalloc area: ee000000-f4ffe000, maxmem 2d7fe000</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Memory: 1025064k/1056768k available (2162k kernel code, 22592k reserved, 887k data, 176k init, 311304k highmem)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Checking if this processor honours the WP bit even in supervisor mode... Ok.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Calibrating delay using timer specific routine.. 7493.78 BogoMIPS (lpj=14987562)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Security Framework v1.0.0 initialized</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">SELinux:  Initializing.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">selinux_register_security:  Registering secondary module capability</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Capability LSM initialized as secondary</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Mount-cache hash table entries: 512</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">CPU: Trace cache: 12K uops, L1 D cache: 16K</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">CPU: L2 cache: 2048K</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Checking &#39;hlt&#39; instruction... OK.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">SMP alternatives: switching to UP code</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Freeing SMP alternatives: 13k freed</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Brought up 1 CPUs</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">checking if image is initramfs... it is</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Freeing initrd memory: 6980k freed</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Grant table initialized</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">NET: Registered protocol family 16</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Brought up 1 CPUs</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">PCI: setting up Xen PCI frontend stub</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ACPI: Interpreter disabled.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Linux Plug and Play Support v0.97 (c) Adam Belay</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">pnp: PnP ACPI: disabled</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">xen_mem: Initialising balloon driver.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">usbcore: registered new driver usbfs</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">usbcore: registered new driver hub</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">PCI: System does not support PCI</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">PCI: System does not support PCI</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">NetLabel: Initializing</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">NetLabel:  domain hash size = 128</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">NetLabel:  protocols = UNLABELED CIPSOv4</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">NetLabel:  unlabeled traffic allowed by default</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">NET: Registered protocol family 2</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">IP route cache hash table entries: 32768 (order: 5, 131072 bytes)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">TCP established hash table entries: 131072 (order: 8, 1048576 bytes)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">TCP bind hash table entries: 65536 (order: 7, 524288 bytes)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">TCP: Hash tables configured (established 131072 bind 65536)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">TCP reno registered</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">audit: initializing netlink socket (disabled)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">type=2000 audit(1257533537.470:1): initialized</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">highmem bounce pool size: 64 pages</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">VFS: Disk quotas dquot_6.5.1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Initializing Cryptographic API</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">alg: No test for crc32c (crc32c-generic)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ksign: Installing public key data</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Loading keyring</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">- Added public key 5CA5E7AEC7491D45</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">- User ID: CentOS (Kernel Module GPG key)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">io scheduler noop registered</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">io scheduler anticipatory registered</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">io scheduler deadline registered</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">io scheduler cfq registered (default)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">pci_hotplug: PCI Hot Plug PCI Core version: 0.5</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">rtc: IRQ 8 is not free.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Non-volatile memory driver v1.2</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Linux agpgart interface v0.101 (c) Dave Jones</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">brd: module loaded</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Xen virtual console successfully installed as xvc0</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Event-channel device installed.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Console: switching to colour frame buffer device 100x37</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">input: Xen Virtual Keyboard/Mouse as /class/input/input0</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ide-floppy driver 0.99.newide</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">usbcore: registered new driver hiddev</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">usbcore: registered new driver usbhid</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">drivers/usb/input/hid-core.c: v2.6:USB HID core driver</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">PNP: No PS/2 controller found. Probing ports directly.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">i8042.c: No controller found.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">mice: PS/2 mouse device common for all mice</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">md: bitmap version 4.39</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">TCP bic registered</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Initializing IPsec netlink socket</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">NET: Registered protocol family 1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">NET: Registered protocol family 17</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Using IPI No-Shortcut mode</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">XENBUS: Device with no driver: device/vbd/51712</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">XENBUS: Device with no driver: device/vif/0</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Initalizing network drop monitor service</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Freeing unused kernel memory: 176k freed</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Write protecting the kernel read-only data: 390k</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">USB Universal Host Controller Interface driver v3.0</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">SCSI subsystem initialized</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">device-mapper: uevent: version 1.0.3</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">device-mapper: ioctl: 4.11.5-ioctl (2007-12-12) initialised: <a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">device-mapper: dm-raid45: initialized v0.2594l</span><br>#####    using virt-viewer to view the console I see one more line:       ####<br><span style="font-family: courier new,monospace;">waiting for driver initialization...</span><br>
<br>Grovellingly yours, with bruised forehead<br>-Chris