Hide Forgot
Created attachment 531673 [details] Anaconda Traceback as requested Description of problem: After reboot ananconda comes up and scans the file systems. Looks like a known bug with python. Bugzilla told me there is already a known bug #743647 but I am not using any btrfs partitions. How reproducible: Upgrade from F15 to F16 using preupgrade on dualboot system. Actual results: python crashes with "'NoneType' object has no attribute 'path'" Expected results: working upgrade to F16 Additional info: talked to #fedora-qa on irc and was told to open a new bug
The problem is because the same device (vg_virus-lv_root) appears three times in your /etc/fstab: /dev/mapper/vg_virus-lv_root / ext4 defaults 1 1 /dev/mapper/vg_virus-lv_root /tmp_ ext4 defaults,relatime,barrier=1,data=ordered 0 0 /dev/mapper/vg_virus-lv_root /var/tmp__ ext4 defaults,relatime,barrier=1,data=ordered 0 0 Remove, or comment out, the last two of those entries if you want to finish your upgrade.