Hide Forgot
The following was filed automatically by anaconda: anaconda 16.6.20110502.6b5d exception report Traceback (most recent call first): File "/tmp/updates/pyanaconda/bootloader.py", line 449, in _is_valid_target_device not device.partedPartition.active): File "/tmp/updates/pyanaconda/bootloader.py", line 486, in target_devices if self._is_valid_target_device(device): File "/tmp/updates/pyanaconda/bootloader.py", line 262, in stage1_device self.stage1_device = self.target_devices[0] File "/tmp/updates/pyanaconda/storage/partitioning.py", line 965, in allocatePartitions if bootloader and disk == bootloader.stage1_device.disks[0]: File "/tmp/updates/pyanaconda/storage/partitioning.py", line 859, in doPartitioning allocatePartitions(storage, disks, partitions, free, bootloader=bootloader) File "/tmp/updates/pyanaconda/storage/partitioning.py", line 222, in doAutoPartition doPartitioning(anaconda.storage, bootloader=anaconda.bootloader) File "/tmp/updates/pyanaconda/dispatch.py", line 224, in dispatch self.dir = step_func(self.anaconda) File "/tmp/updates/pyanaconda/gui.py", line 94, in return_false func(*args, **kwargs) AttributeError: 'NoneType' object has no attribute 'active'
Created attachment 496184 [details] Attached traceback automatically from anaconda.
I am seeing this with the Friday rawhide compose and a kickstart. Guessing: related to the new bootloader.
The offending line is gone as of anaconda-16.8, but there are some other places in the bootloader code where we assume a PartitionDevice will have a partedPartition that is not None. I'll try a kickstart to see how it behaves.