Created attachment 335053 [details] screenshot of console with part of python stack trace Description of problem: It's not possible to install rawhide via anaconda, at least when using virt-install or when booting a QEMU VM with the boot.img file. Anaconda fails with: NameError: global name 'fileSystemTypeGet' is not defined (see screenshot of virt-viewer console for the context) Version-Release number of selected component (if applicable): 11.5.0.28 How reproducible: For me, it's simple, just try to boot a QEMU VM using the rawhide image and go through a normal graphical install. It will fail everytime. Also, every time for using virt-install. I am using a mirror of fedora development repo update nightly via rsync. Steps to Reproduce: 1. run this script: virt-install \ --name fedora-xo \ --ram 512 \ --vcpus 1 \ --disk path=/archive/vm/libvirt/fedora-xo.img \ --network bridge:br0 \ --vnc \ --vncport 5910 \ --connect qemu:///system \ --os-type linux \ --os-variant fedora10 \ --hvm \ --arch i686 \ --location http://10.0.1.2/rawhide/i386/os \ --extra-args "ks=http://10.0.1.2/olpc/fedora-xo/olpc-dead.ks ip=dhcp" \ $* (kick start file is attached...) 2. wait for it to crash 3. reboot This sort of thing blows up eventually as well: /usr/bin/qemu -M pc -no-kqemu -m 256 -smp 1 -name fedora-xo \ -no-reboot \ -cdrom /archive/fedora/development/i386/os/images/boot.iso -boot d \ -drive "file=/archive/vm/libvirt/fedora-xo.img,if=ide,index=0" \ -net "nic,macaddr=54:52:00:6a:b7:2b,vlan=0" \ -net "tap,fd=16,script=,vlan=0,ifname=vnet0" \ -usb -k en-us -soundhw es1370 Actual results: anaconda crashes Expected results: install completes as expected Additional info:
This should be fixed in the next build of anaconda (11.5.0.29-1). Thanks for filing a report.