On Fedora Core 6, I created a paravirtualized Xen guest vm. I used virt-manager to create it: a network-based install of FC6. Everything appeared to work fine, but after the install completed, the guest VM cannot start up. pygrub complains about not being able to read the filesystem. Any ideas?
<br><br><br>Here&#39;s the error I&#39;m seeing:<br><br># xm create /etc/xen/test3 <br>Using config file &quot;/etc/xen/test3&quot;.<br>Traceback (most recent call last):<br>&nbsp; File &quot;/usr/bin/pygrub&quot;, line 494, in ?
<br>&nbsp;&nbsp;&nbsp; g = Grub(file, isconfig)<br>&nbsp; File &quot;/usr/bin/pygrub&quot;, line 149, in __init__<br>&nbsp;&nbsp;&nbsp; self.read_config(file, isconfig)<br>&nbsp; File &quot;/usr/bin/pygrub&quot;, line 347, in read_config<br>&nbsp;&nbsp;&nbsp; raise RuntimeError, &quot;Unable to read filesystem&quot; 
<br>RuntimeError: Unable to read filesystem<br>No handlers could be found for logger &quot;xend&quot;<br>Error: Boot loader didn&#39;t return any data!<br>Usage: xm create &lt;ConfigFile&gt; [options] [vars]<br>...<br><br>
<br>Here&#39;s the config file:<br><br># Automatically generated xen config file<br>name = &quot;test3&quot;<br>memory = &quot;500&quot;<br>disk = [ &#39;tap:aio:/var/xen/vm/test3/disk1.img,xvda,w&#39;, ]<br>vif = [ &#39;mac=00:16:3e:0c:a0:f5, bridge=xenbr0&#39;, ]
<br>vnc=1<br>vncunused=1<br>uuid = &quot;1e6b66be-c4f5-62b8-232f-6092a7e20b0e&quot;<br>bootloader=&quot;/usr/bin/pygrub&quot;<br>vcpus=1<br>on_reboot&nbsp;&nbsp; = &#39;restart&#39;<br>on_crash&nbsp;&nbsp;&nbsp; = &#39;restart&#39;<br clear="all">
<br><br>And the virtual disk seems ok:<br><br># cd /var/xen/vm/test3<br># fdisk -l disk1.img <br>last_lba(): I don&#39;t know how to handle files with mode 81fd<br>You must set cylinders.<br>You can do this from the extra functions menu.
<br><br>Disk disk1.img: 0 MB, 0 bytes<br>255 heads, 63 sectors/track, 0 cylinders<br>Units = cylinders of 16065 * 512 = 8225280 bytes<br><br>&nbsp;&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>disk1.img1&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 104391&nbsp;&nbsp; 83&nbsp; Linux
<br>disk1.img2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 254&nbsp;&nbsp;&nbsp;&nbsp; 1935832+&nbsp; 8e&nbsp; Linux LVM<br><br><br>I&#39;m using:<br>kernel-xen-2.6.19-1.2895.fc6<br>xen-3.0.3-3.fc6<br><br>-- <br>Adam Monsen