The following was filed automatically by anaconda: anaconda 14.17.3 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/booty/x86.py", line 284, in writeGrubConf from product import productName File "/usr/lib64/python2.7/site-packages/pyanaconda/booty/x86.py", line 244, in writeGrub cfPath) File "/usr/lib64/python2.7/site-packages/pyanaconda/booty/x86.py", line 527, in write not self.useGrubVal) File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 217, in writeBootloader kernelList, otherList, defaultDev) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 212, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 131, in gotoNext self.moveStep() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1174, in nextClicked self.anaconda.dispatch.gotoNext() File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/progress_gui.py", line 79, in renderCallback self.intf.icw.nextClicked() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1195, in handleRenderCallback self.currentWindow.renderCallback() ImportError: No module named product
Created attachment 448569 [details] Attached traceback automatically from anaconda.
Needs to import from pyanaconda.product instead of product
we should document this for beta if RC3 goes final and we miss this fix. I believe the recommended workaround is to use something other than netinst.iso for EFI installs.
anaconda-14.18-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/anaconda-14.18-1.fc14
anaconda-14.18-1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update anaconda'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/anaconda-14.18-1.fc14
Brian, you tested EFI installs for F-14-RC1. I don't think you saw this issue anymore, can you confirm?