Hi All,<br><br>I am trying to use fullyvirtualized guest direct kernel boot, but all I see is the following error:<br><span style="font-family: courier new,monospace;">libvir: Xen Daemon error : POST operation failed: (xend.err 'Error creating domain: (2, \'Invalid kernel\', "elf_xen_note_check: ERROR: Not a Xen-ELF image: No ELF notes or \'__xen_guest\' section found.\\n")')<br>
<br><span style="font-family: arial,helvetica,sans-serif;">Kernel, initrd and root file system are extracted from working Fedora 9 disk image without any additional tinkering. Guest Fedora is clean and was installed from scratch. Wh</span></span>en I use this whole disk image with fullyvirtualized guest BIOS boot<span style="font-family: courier new,monospace;"><font face="arial,helvetica,sans-serif"> with, everything works fine. I also tried paravirtualized guest bootloader with another linux kernel and it also works fine. Xen version is 3.2.1-rc1-pre. Host OS is Ubuntu Hardy.</font><br>
</span><br>Here is the libvirt config for direct kernel boot:<br><font style="font-family: courier new,monospace;" size="2"><domain type='xen' id='18'><br>    <name>test1</name><br>    <uuid>4dea22b31d52d8f32516782e98ab3fa0</uuid><br>
    <os><br>        <type>linux</type><br>        <loader>/usr/lib/xen/boot/hvmloader</loader><br>        <kernel>/tmp/vmlinuz-2.6.25-14.fc9.i686</kernel><br>        <initrd>/tmp/initrd-2.6.25-14.fc9.i686.img</initrd><br>
        <root>/dev/sda1</root><br>        <cmdline>ro</cmdline><br>    </os><br>    <memory>524288</memory><br>    <vcpu>1</vcpu><br>    <devices><br>        <emulator>/usr/lib/xen/bin/qemu-dm</emulator><br>
        <disk type='file'><br>            <driver name="tap" type="aio"/><br>            <source file='/tmp/f9_disassembled/root.img'/><br>            <target dev='sda1'/><br>
        </disk><br>        <disk type='file'><br>            <driver name="tap" type="aio"/><br>            <source file='/tmp/swap'/><br>            <target dev='sda3'/><br>
        </disk><br>        <interface type='bridge'><br>            <source bridge='eth0'/><br>            <mac address='00:16:3e:5d:c7:9e'/><br>            <script path='/etc/xen/scripts/vif-bridge'/><br>
        </interface><br>        <graphics type='vnc' port='5904'/><br>    </devices><br></domain></font><br><br>What do you think can be the cause of this issue?<br><br>--<br>Thanks, Max<br>
<a href="mailto:libvir-list@redhat.com"></a>