Description of problem: rawhide /usr/bin/pygrub is broken, I think a system lib changed thus causing pygrub to stop working. The file /usr/bin/pygrub did not change from fc5-t3 to rawhide. Version-Release number of selected component (if applicable): Name : xen Relocations: (not relocatable) Version : 3.0.1 Vendor: Red Hat, Inc. Release : 4 Build Date: Thu 09 Mar 2006 12:20:59 AM EST How reproducible: always. Steps to Reproduce: 1. install rawhide , and then install a pygrub guest. 2. then install a pygrub guest. Actual results: xm create fc5-vm1 -c Using config file "/etc/xen/fc5-vm1". Traceback (most recent call last): File "/usr/bin/pygrub", line 256, in ? cf = get_config(file, isconfig) File "/usr/bin/pygrub", line 139, in get_config raise RuntimeError, "Unable to read filesystem" RuntimeError: Unable to read filesystem Error: Boot loader didn't return any data! Expected results: to see a pygrub prompt. Additional info: Now if you install fc5-test3 and hand upgraded the xen package and the xen kernel it works. So there is some delta from fc5-t3 to rawhide.
see this host works http://saabru.rdu.redhat.com/xen/fc5-t3-2.6.15-1.2038_FC5xen0.sysreport.tar.bz2 this host does not work http://saabru.rdu.redhat.com/xen/rawhide.sysreport.tar.bz2
This just worked for me on a fresh rawhide install with a rawhide domU and a test3 domU. Did your install successfully complete? If not, then there's not going to be anything on the disk for pygrub to work with.
Also, are you running SELinux, and if so, are you getting any AVC denials in the attempt to access the device?
it might be that I did an yum update from fc5-test3 that are not working. I wish xen would allow better serial console access. I copied the same vm from 10.10.34.214 to 10.10.34.215. Selinux is disabled. if could be the my 10.10.34.215 host is the upgraded case where it breaks. so the installed vm was working on 10.10.34.214 but when I cp the vm image to 10.10.34.215 i get these errors :(
What serial console problems are you having? And again, are you seeing SELinux AVC errors? Where is the vm file, and what does the xen config file look like? There's really not much info here to go on yet, the more you can give, the better! Thanks.
Tracked it down to an install of upstream xen stuffing files in /usr/lib/python that over-rode our own xen pygrub packages. Fixed by removing the offending non-rpm files.