Description of problem: Installation hangs at "preparing to install" stage (that is the first text displayed when starting the real installation). If I look into logs, I see: 09:29:26,005 INFO program: Running... lvm pvremove --force --force --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|","r|/vg_foobar-lv_swap$|","r|/vg_foobar-lv_root$|","r|/vg_foobar$|","r|/sdb1$|","r|/sdb$|"] } /dev/sda2 09:29:26,771 ERR program: Couldn't find device with uuid 08KHPS-Fvrh-J3VE-ZFi9-BQdj-vfJn-fVnGt9. I saw this problem for the third time, on two different machines. It probably happens if there are some existing LVM partition on the target disk (that you selected for automatic partitioning). But it is hard to reproduce, the same installation went fine on a second attempt on one machine, but also failed on a second attempt on a different machine. So it's not really deterministic. I'm not sure why anaconda tries to remove the LVs in the first place, when it can just wipe the disk clean. Version-Release number of selected component (if applicable): anaconda 18.6.8 F18 Alpha How reproducible: sometimes Steps to Reproduce: 1. have existing LVM partitions on a disk 2. boot anaconda 3. select the disk for automatic partitioning 4. start the installation
Created attachment 613982 [details] dmesg
Created attachment 613983 [details] anaconda.log
Created attachment 613984 [details] program.log
Created attachment 613985 [details] storage.log
Created attachment 613986 [details] syslog
Created attachment 613987 [details] storage.state
Discussed at 2012-09-26 blocker review meeting: http://meetbot.fedoraproject.org/fedora-qa/2012-09-26/f18-beta-blocker-review-1.2012-09-26-16.03.log.txt . We agreed to delay decision on this one as the exact circumstances that trigger it are not clear - clumens thought it should be 'any time an existing LV will be destroyed', but kparal says it doesn't appear that simple. In any case we expect this is fixed in 18.8, so Kamil, please re-test with http://dl.fedoraproject.org/pub/alt/qa/18/20120920_postalpha-smoke1/ - thanks!
I can no longer reproduce with anaconda 18.8. Seems fixed.