Bug 1462538

Summary: Installer images built with anaconda-27.14-1.fc27 fail to boot
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: anacondaAssignee: Vendula Poncova <vponcova>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 27CC: anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, vanmeeuwen+fedora, vponcova
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: AcceptedBlocker
Fixed In Version: anaconda-27.15-1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-20 16:32:03 UTC Type: Bug
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: 1396700    

Description Adam Williamson 2017-06-18 16:05:56 UTC
All installer image tests for Rawhide 20170617.n.0 and 20170618.n.0 failed to boot with an anaconda traceback:

Traceback (most recent call last):
  File "/sbin/anaconda", line 282, in <module>
    from pyanaconda import startup_utils
  File "/usr/lib64/python3.6/site-packages/pyanaconda/startup_utils.py", line 40, in <module>
    from pyanaconda import kickstart
  File "/usr/lib64/python3.6/site-packages/pyanaconda/kickstart.py", line 22, in <module>
    from pyanaconda.threads import threadMgr
ModuleNotFoundError: No module named 'pyanaconda.threads'

Note: not entirely sure whether 27.13 or 27.14 introduced this, as they were built very close together.

This is an automatic F27 Alpha blocker: "Complete failure of any release-blocking TC/RC image to boot at all under any circumstance - "DOA" image (conditional failure is not an automatic blocker)".

Comment 1 Vendula Poncova 2017-06-19 10:20:22 UTC
Fixed in a pull request: https://github.com/rhinstaller/anaconda/pull/1104

Comment 2 Jan Kurik 2017-08-15 07:35:54 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle.
Changing version to '27'.

Comment 3 Adam Williamson 2017-08-20 16:32:03 UTC
This was obviously fixed a while back.