Hello,<br><br>I&#39;m trying to install Fedora 7 under Debian Etch running on Intel Xeon 3050 (i.e. with hardware virtualization) and x86_64 kernel (2.6.18-4-xen-amd64) with 4Gb RAM (the hardware supports up to 8Gb).<br><br>
I configured it this way:<br><br>kernel = &#39;/usr/lib/xen-3.0.3-1/boot/hvmloader&#39;<br>builder = &#39;linux&#39;<br>memory = &#39;256&#39;<br>name = &#39;fc7-01&#39;<br>vif = [&#39;type=ioemu, bridge=xenbr0&#39;]<br>disk = [&#39;phy:/dev/xen/fc7-01,ioemu:hda,w&#39;]
<br>cdrom = &#39;file://root/iso/fc7/x86_64/boot.iso&#39;<br>device_model=&#39;/usr/lib/xen-3.0.3-1/bin/qemu-dm&#39;<br>ne2000=&#39;0&#39;<br>boot=&#39;d&#39;<br>sdl=&#39;1&#39;<br><br>And when I try to run &quot;xm create&quot; I get:
<br>Using config file &quot;/etc/xen/fc7-01.cfg&quot;.<br>Error: (22, &#39;Invalid argument&#39;)<br><br>And xend-debug.log contains:<br><br>ERROR: Kernel not a Xen-compatible Elf image.<br>ERROR: Error constructing guest OS
<br><br>From googl&#39;ing around for this error it looks like the FC kernel is PAE enabled but maybe the debian kernel isn&#39;t and this is the problem.<br>(the hardware itself supports PAE according to /proc/cpuinfo)<br>
<br>I get the same results trying to boot the i386 version of Fedora 7.<br><br>Does anyone know whether this is the case? If so - what can I do to get things running? I couldn&#39;t find a non-pae Fedora installation image or a PAE-enabled Debian Etch kernel (I&#39;m not sure it makes sense on x86_64 architecture).
<br><br>Also this Xen host runs Windows 2003 Server as a guest, in case this matters.<br><br>Thanks,<br><br>--Amos<br><br>