Bug 676542

Summary: 'No module named iutil' when attempting to load an installer interface component
Product: [Fedora] Fedora Reporter: He Rui <rhe>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: akozumpl, anaconda-maint-list, jeff.raber, jfrieben, joachim.backes, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-10 09:51:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 657616    
Attachments:
Description Flags
anaconda.log
none
error window none

Description He Rui 2011-02-10 07:25:52 UTC
Created attachment 477987 [details]
anaconda.log

Description of problem:
On a kvm with F15 installed, try to install F15 again. Delete old partitioning and customize the partioning. After partitioning, An error window pop up(See attached). Traceback in anaconda.log(attached) noted 'No module named iutil'

Version-Release number of selected component (if applicable):
anaconda 15.19
f15-Alpha-tc1

How reproducible:
often

Steps to Reproduce:
0. Install F15 or old fedora releases for a kvm.
1. Install F-15 again on this kvm. 
2. At partitioning step, choose custom layout to delete old partitions and create new partitions.
3. Error occurred.

Actual result:
01:59:08,406 ERR anaconda.stdout: Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1309, in setScreen
    loaded = imp.load_module(moduleName, *found)
  File "/usr/lib/python2.7/site-packages/pyanaconda/iw/bootloader_main_gui.py", line 24, in <module>
    import iutil
ImportError: No module named iutil

Comment 1 He Rui 2011-02-10 07:26:28 UTC
Created attachment 477988 [details]
error window

Comment 2 Jeff Raber 2011-02-10 07:50:38 UTC

-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 3 He Rui 2011-02-10 08:57:19 UTC
Wow, it seems related to the partitioning. As long as I create partitions by 'create custom layout', no matter on kvm or bare metal, this error will occur.

Comment 4 Joachim Frieben 2011-02-10 09:01:24 UTC
Simply reusing an existing partition layout through 'create custom layout' is sufficient to trigger this exception. Anaconda 15.18 did not exhibit this bug.

Comment 5 Joachim Backes 2011-02-10 09:36:09 UTC
(In reply to comment #4)
> Simply reusing an existing partition layout through 'create custom layout' is
> sufficient to trigger this exception. Anaconda 15.18 did not exhibit this bug.

Having exactly the same issue:

Getting an error message: "An error occured when attempting to load an installer interface component
className = MainBootloaderWindow"

Comment 6 He Rui 2011-02-10 09:41:16 UTC
Propose it as Alpha blocker since it blocks anyone who tries to partition using 'create custom layout', though it's not included in release criteria[1].

[1] https://fedoraproject.org/wiki/Fedora_15_Alpha_Release_Criteria

Comment 7 Ales Kozumplik 2011-02-10 09:51:03 UTC

*** This bug has been marked as a duplicate of bug 676032 ***