First let me say that I'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'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 "Error: (2, 'Invalid kernel', 'xc_dom_parse_elf_kernel: ELF image has no shstrtab\n')" 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've passed that.  Now I'm stuck with a kernel panic situation.  Unfortunately the kernel panic error doesn't appear using "xm console" and flashes so quickly through "virt-viewer" that I can'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: '/dev/xvda'</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: '/dev/xvda'</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 = "guest02"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">memory = "1024"</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">disk = [ 'phy:/dev/VMM01-KVMvg00/guest02,xvda,w', ]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">vif = [ 'mac=00:16:3e:5c:f1:dd, bridge=xenbr0', ]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">vfb = ["type=vnc,vncunused=1"]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#bootloader="/usr/bin/pygrub"</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">kernel = "/boot/vmlinuz-2.6.18-164.6.1.el5xen"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">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;">vcpus=1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">on_reboot   = 'restart'</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">on_crash    = 'restart'</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#root = "/dev/VMM01-KVMvg00/c5root00 ro"</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#extra = "single selinux=0"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">extra =  "ro"</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(['vm', ['name', 'guest02'], ['memory', '1024'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', 1], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.18-164.6.1.el5xen'], ['ramdisk', '/boot/initrd-2.6.18-164.6.1.el5xen.img'], ['args', 'ro']]], ['device', ['vbd', ['uname', 'phy:/dev/VMM01-KVMvg00/guest02'], ['dev', 'xvda'], ['mode', 'w']]], ['device', ['vif', ['bridge', 'xenbr0'], ['mac', '00:16:3e:5c:f1:dd']]], ['device', ['vkbd']], ['device', ['vfb', ['vncunused', '1'], ['type', 'vnc'], ['xauthority', '/root/.Xauthority']]]])</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 ['vm', ['name', 'guest02'], ['memory', '1024'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', 1], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.18-164.6.1.el5xen'], ['ramdisk', '/boot/initrd-2.6.18-164.6.1.el5xen.img'], ['args', 'ro']]], ['device', ['vbd', ['uname', 'phy:/dev/VMM01-KVMvg00/guest02'], ['dev', 'xvda'], ['mode', 'w']]], ['device', ['vif', ['bridge', 'xenbr0'], ['mac', '00:16:3e:5c:f1:dd']]], ['device', ['vkbd']], ['device', ['vfb', ['vncunused', '1'], ['type', 'vnc'], ['xauthority', '/root/.Xauthority']]]]</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 {'features': None, 'image': ['linux', ['kernel', '/boot/vmlinuz-2.6.18-164.6.1.el5xen'], ['ramdisk', '/boot/initrd-2.6.18-164.6.1.el5xen.img'], ['args', 'ro']], 'cpus': None, 'vcpu_avail': None, 'backend': [], 'uuid': None, 'on_reboot': 'restart', 'cpu_weight': None, 'memory': 1024, 'cpu_cap': None, 'localtime': None, 'timer_mode': None, 'start_time': None, 'on_poweroff': None, 'on_crash': 'restart', 'device': [('vbd', ['vbd', ['uname', 'phy:/dev/VMM01-KVMvg00/guest02'], ['dev', 'xvda'], ['mode', 'w']]), ('vif', ['vif', ['bridge', 'xenbr0'], ['mac', '00:16:3e:5c:f1:dd']]), ('vkbd', ['vkbd']), ('vfb', ['vfb', ['vncunused', '1'], ['type', 'vnc'], ['xauthority', '/root/.Xauthority']])], 'bootloader': None, 'maxmem': None, 'shadow_memory': None, 'name': 'guest02', 'bootloader_args': None, 'vcpus': 1, 'cpu': 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 {'protocol': 'x86_32-abi', 'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vkbd/50/0'} 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 {'frontend-id': '50', 'domain': 'guest02', 'frontend': '/local/domain/50/device/vkbd/0', 'state': '1', 'online': '1'} 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: '/dev/xvda'</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: '/dev/xvda'</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 {'virtual-device': '51712', 'device-type': 'disk', 'protocol': 'x86_32-abi', 'backend-id': '0', 'state': '1', 'backend': '/local/domain/0/backend/vbd/50/51712'} 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 {'domain': 'guest02', 'frontend': '/local/domain/50/device/vbd/51712', 'format': 'raw', 'dev': 'xvda', 'state': '1', 'params': '/dev/VMM01-KVMvg00/guest02', 'mode': 'w', 'online': '1', 'frontend-id': '50', 'type': 'phy'} 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 {'mac': '00:16:3e:5c:f1:dd', 'handle': '0', 'protocol': 'x86_32-abi', 'backend-id': '0', 'state': '1', 'backend': '/local/domain/0/backend/vif/50/0'} 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 {'bridge': 'xenbr0', 'domain': 'guest02', 'handle': '0', 'script': '/etc/xen/scripts/vif-bridge', 'state': '1', 'frontend': '/local/domain/50/device/vif/0', 'mac': '00:16:3e:5c:f1:dd', 'online': '1', 'frontend-id': '50'} 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 {'protocol': 'x86_32-abi', 'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vfb/50/0'} 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 {'vncunused': '1', 'domain': 'guest02', 'frontend': '/local/domain/50/device/vfb/0', 'xauthority': '/root/.Xauthority', 'state': '1', 'online': '1', 'frontend-id': '50', 'type': 'vnc'} 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: ['/usr/lib/xen/bin/qemu-dm', '-M', 'xenpv', '-d', '50', '-domain-name', 'guest02', '-vnc', '<a href="http://127.0.0.1:0">127.0.0.1:0</a>', '-vncunused', '-k', 'en-us']</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: {'shadow_memory': '0', 'uuid': '21fa15ea-febf-1cbd-6360-cfa02eb73d8c', 'on_reboot': 'restart', 'start_time': '1257532046.49', 'on_poweroff': 'destroy', 'name': 'guest02', 'xend/restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'memory': '1024', 'on_crash': 'restart', 'image': '(linux (kernel /boot/vmlinuz-2.6.18-164.6.1.el5xen) (ramdisk /boot/initrd-2.6.18-164.6.1.el5xen.img) (args ro))', 'maxmem': '1024'}</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: {'console/ring-ref': '1084703', 'console/port': '2', 'name': 'guest02', 'console/limit': '1048576', 'vm': '/vm/21fa15ea-febf-1cbd-6360-cfa02eb73d8c', 'domid': '50', 'cpu/0/availability': 'online', 'memory/target': '1048576', 'store/ring-ref': '1055232', 'store/port': '1'}</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 "./guest02".</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 'hlt' 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