The error message from xend when trying to start the DomU is Error: (2, 'Invalid kernel', 'elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images')
That seems to be what is to be expected if you look at the kernel's config: ~# dpkg -S /boot/vmlinuz-2.6.31-14-generic-pae linux-image-2.6.31-14-virtual: /boot/vmlinuz-2.6.31-14-generic-pae ~# grep '^[^#].*XEN.*' /boot/config-2.6.31-14-generic-pae CONFIG_NETXEN_NIC=m OTOH, this is what I get on a Jaunty DomU, also using linux-image- virtual: ~# dpkg -S /boot/vmlinuz-2.6.28-15-server linux-image-2.6.28-15-virtual: /boot/vmlinuz-2.6.28-15-server ~# grep '^[^#].*XEN.*' /boot/config-2.6.28-15-server CONFIG_HVC_XEN=y CONFIG_NETXEN_NIC=m CONFIG_XEN=y CONFIG_XEN_BALLOON=y CONFIG_XEN_BLKDEV_FRONTEND=m CONFIG_XEN_FBDEV_FRONTEND=m CONFIG_XEN_KBDDEV_FRONTEND=m CONFIG_XEN_MAX_DOMAIN_MEMORY=32 CONFIG_XEN_NETDEV_FRONTEND=m CONFIG_XEN_SAVE_RESTORE=y CONFIG_XEN_SCRUB_PAGES=y I'm not exactly sure if this was what you were looking for. If something is missing, I'd be happy to provide additional info. -- Kernel installed by linux-image-virtual isn't usable as Xen DomU kernel https://bugs.launchpad.net/bugs/461127 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
