Created attachment 937070 [details] screenshot anaconda-21.48.3-1.fc21.ppc64le python-blivet-0.62-1.fc21.noarch device-mapper-multipath-0.4.9-67.fc21.ppc64le [hamzy@coho ~]$ qemu-system-ppc64 -bios slof.bin -enable-kvm -M pseries -cpu POWER7 -smp 16 -m 8G -nographic -nodefaults -monitor stdio -serial pty -device spapr-vscsi -device spapr-vlan,netdev=net1234B,mac=DE:AD:BE:EF:D9:65 -netdev bridge,br=br0,id=net1234B -S -cdrom Fedora-09102014-DVD-ppc64le-21.iso -drive file=ppc64lehamzytest2-boot1-fedora.ext4.img -drive file=ppc64lehamzytest2-boot2-fedora.ext4.img -drive file=ppc64lehamzytest2-boot3-fedora.ext4.img -boot d ... grub> linux /ppc/ppc64/vmlinuz inst.vnc inst.sshd ip=9.5.178.25::9.5.178.1:255.255.255.0:ppc64lehamzytest2.rch.stglabs.ibm.com:eth0:none nameserver=9.5.175.8 bootdev=eth0 inst.updates=http://dlehman.fedorapeople.org/updates/updates-1109244.1.img grub> initrd /ppc/ppc64/initrd.img grub> boot ... Anaconda will then hang while probing discs. See the attached screenshot. It looks like from program.log that "multipath -c /dev/sdb" did not complete? However, I can run multipath on the command line just fine. [anaconda root@ppc64lehamzytest2 ~]# multipath -c /dev/sda /dev/sda is not a valid multipath device path [anaconda root@ppc64lehamzytest2 ~]# multipath -c /dev/sdb /dev/sdb is not a valid multipath device path [anaconda root@ppc64lehamzytest2 ~]# multipath -c /dev/sdc /dev/sdc is not a valid multipath device path
Created attachment 937071 [details] anaconda.log
Created attachment 937072 [details] program.log
Created attachment 937073 [details] storage.log
Can't consistently reproduce it.