Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1129949

Summary: anaconda can not load image file du to 'Unrecognized image file format' error
Product: Red Hat Enterprise Linux 6 Reporter: Lingfei Kong <lkong>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Release Test Team <release-test-team-automation>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.6CC: leiwang
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-14 13:46:55 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:
Attachments:
Description Flags
anaconda.log
none
X.log
none
screenshot-0001.png
none
screenshot-0002.png none

Description Lingfei Kong 2014-08-14 04:17:40 UTC
Description of problem:
Installing rhel6.6 host on a bare metal machine, when enter into graphical model, anaconda can not load image file du to 'unrecognized image file format' error. This lead to  buttons have no image with it.         
This problem will also lead to an unhandled exception (see screenshot-0002.png) when press "Next" button to install a "Basic Server" (see screenshot-0001.png)

Version-Release number of selected component (if applicable):
RHEL-6.6-20140812.1
anaconda-13.21.224-1.el6

How reproducible:
100%

Steps to Reproduce:
1. Install  rhel6.6 host on a bare metal machine
2. Enter into graphical model, anaconda will ask you to input a root password first, stay in this installation interface
3. Check button "Next" under the bottom of the window

Actual results:
"Next" button have no arrow image with it. And anaconda.log have the following lines:
01:19:32,508 WARNING : step complete does not exist
01:19:32,508 WARNING : step complete does not exist
01:19:32,806 ERROR   : unable to read anaconda_header.png: Couldn't recognize the image file format for file '/usr/share/anaconda/pixmaps/anaconda_header.png'
01:19:32,807 WARNING : can't find pixmap anaconda_header.png
01:19:32,909 WARNING : /usr/lib/anaconda/gui.py:1567: GtkWarning: Error loading theme icon 'go-previous' for stock: Unrecognized image file format
  self.window.show()

01:19:32,913 WARNING : /usr/lib/anaconda/gui.py:1567: GtkWarning: Error loading theme icon 'go-next' for stock: Unrecognized image file format
  self.window.show()

01:19:32,914 INFO    : moving (1) to step accounts
01:19:32,925 ERROR   : unable to read root-password.png: Couldn't recognize the image file format for file '/usr/share/anaconda/pixmaps/root-password.png'
01:19:32,925 WARNING : can't find pixmap root-password.png
01:19:32,937 WARNING : /usr/lib/anaconda/gui.py:1610: GtkWarning: Error loading theme icon 'go-previous' for stock: Unrecognized image file format
  gtk.main()


Expected results:
"Next" button have arrow image with it.

Additional info:
The attachment is anaconda.log and X.log

Comment 1 Lingfei Kong 2014-08-14 04:18:15 UTC
Created attachment 926617 [details]
anaconda.log

Comment 2 Lingfei Kong 2014-08-14 04:18:37 UTC
Created attachment 926618 [details]
X.log

Comment 3 Lingfei Kong 2014-08-14 04:19:15 UTC
Created attachment 926619 [details]
screenshot-0001.png

Comment 4 Lingfei Kong 2014-08-14 04:20:01 UTC
Created attachment 926620 [details]
screenshot-0002.png

Comment 5 Lingfei Kong 2014-08-14 04:20:28 UTC
It works well for RHEL6.5

Comment 8 David Shea 2014-08-14 13:46:55 UTC
01:19:22,469 INFO    : no stage2= given, assuming http://download.englab.nay.redhat.com/pub/rhel/rel-eng/RHEL-6.6-20140624.0/6.6/Server/x86_64/os//images/install.img

You need to use a newer stage2.

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