The following was filed automatically by anaconda: anaconda 11.5.0.59 exception report Traceback (most recent call first): File "/usr/lib/anaconda/booty/ppc.py", line 68, in writeYaboot f.write("partition=%s\n" % bootDev.partedPartition.number) File "/usr/lib/anaconda/booty/ppc.py", line 168, in write chainList, defaultDev, justConfig) File "/usr/lib/anaconda/bootloader.py", line 204, in writeBootloader justConfigFile) File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 128, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1339, in nextClicked self.anaconda.dispatch.gotoNext() File "/usr/lib/anaconda/iw/progress_gui.py", line 79, in renderCallback self.intf.icw.nextClicked() File "/usr/lib/anaconda/gui.py", line 1360, in handleRenderCallback self.currentWindow.renderCallback() AttributeError: 'LVMLogicalVolumeDevice' object has no attribute 'partedPartition'
Created attachment 358888 [details] Attached traceback automatically from anaconda.
Version of components: Fedora 11 Steps to reproduce: 1. Run instalation of fedora 11 on PPC machine (bug found on ibm-p5-03.rhts.englab.brq.redhat.com) 2. Proceed to partitioning dialog 3. Click on create custom layout 4. On first harddrive create layout: PXEBOOT 4MB /boot 200MB SWAP 4GB Software RAID 50G Software RAID 50G Create RAID1 device with filesystem "physical volume (LVM)" Create new logical volume with / mount point. 5. Click next and proceed with the instalation. Actual result: anaconda throws exception when writing yaboot.
Can you pls test with current rawhide. The newest anaconda version is 12-18 (I think)
Retested with anaconda 12.19. With build rawhide20090903 everything seems to be OK.