On 17/10/2007, <b class="gmail_sendername">Daniel P. Berrange</b> &lt;<a href="mailto:berrange@redhat.com">berrange@redhat.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; Does this mean I have to get hold of a different kernel for FC7 which is<br>&gt; paravirtualized?<br><br>Yes.<br><br>&gt; Can you help me find such a kernel or do I have to compile one myself?<br>&gt; Is this the &quot;kernel-xen&quot; package or is kernel-xen intended to be used for
<br>&gt; Dom0 (i.e. when fc7 is the host, not the guest)?<br><br>For the purposes of installing a brand new paravirt guest use the kernel<br>and initrd files from the directory&nbsp;&nbsp; &#39;$TREE/images/xen/&#39;, where $TREE is
<br>the mounted CDROM image, or Fedora HTTP download site.&nbsp;&nbsp;Once installation<br>is complete, remove the kernel &amp; ramdisk from the guest config and add<br>bootloader=&quot;/usr/bin/pygrub&quot;</blockquote><div><br>OK, I got the files from 
<a href="http://mirror.bytemark.co.uk/fedora/linux/releases/7/Fedora/x86_64/os/images/xen/">http://mirror.bytemark.co.uk/fedora/linux/releases/7/Fedora/x86_64/os/images/xen/</a><br>and put them both under /boot of the host (Debian) and the guest (FC7) and used the following config file:
<br><br>kernel = &#39;/boot/fc7-xen-vmlinuz&#39;<br>ramdisk = &#39;/boot/fc7-xen-initrd.img&#39;<br>memory = 256<br>name = &#39;fc7-01&#39;<br>root = &#39;/dev/hda1 ro&#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/i386/boot.iso&#39;<br>device_model=&#39;/usr/lib/xen-3.0.3-1/bin/qemu-dm&#39;<br>boot=&#39;d&#39;<br>sdl=&#39;1&#39;<br><br></div>And it seems to run - device started, &quot;xm list&quot; lists it at &quot;blocked&quot; state, 
xend.log file ends like:<br><br>[2007-10-17 21:44:29 xend 2358] DEBUG (__init__:1072) Waiting for devices irq.<br>[2007-10-17 21:44:29 xend 2358] DEBUG (__init__:1072) Waiting for devices pci.<br>[2007-10-17 21:44:29 xend 2358] DEBUG (__init__:1072) Waiting for devices ioports.
<br>[2007-10-17 21:44:29 xend 2358] DEBUG (__init__:1072) Waiting for devices tap.<br>[2007-10-17 21:44:29 xend 2358] DEBUG (__init__:1072) Waiting for devices vtpm.<br>[2007-10-17 21:44:29 xend 2358] INFO (__init__:1072) Domain fc7-01 (36) unpaused.
<br><br>But I don&#39;t get any console window and don&#39;t see how to reach the console.<br><br>Just in case this is relevant - the Xen machine is a headless rack-mounted box in our machine room, no local desktop.<br>I open ssh to it with X11 forwarding and manage to run VNC viewer into the console of the Windows Xen guest.
<br><br>Thanks very much for your help.<br><br>--Amos<br><br></div>