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 1254270 - Fatal error using dud for 7.2Alpha installation
Summary: Fatal error using dud for 7.2Alpha installation
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: anaconda
Version: 7.2
Hardware: x86_64
OS: Linux
urgent
urgent
Target Milestone: rc
: ---
Assignee: Will Woods
QA Contact: Release Test Team
Petr Bokoc
URL:
Whiteboard:
Depends On: 1260610 1260624
Blocks: 1104057 1133060 1186677 1246125 1252514
TreeView+ depends on / blocked
 
Reported: 2015-08-17 14:38 UTC by Peter Pols
Modified: 2016-05-31 20:18 UTC (History)
9 users (show)

Fixed In Version: anaconda-21.48.22.40-1
Doc Type: Known Issue
Doc Text:
Please update Doc Text for RHEL7.2 Beta release notes Cause: Consequence: Fix: Result:
Clone Of:
Environment:
Last Closed: 2015-11-19 10:03:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Fatal error screenshot (142.03 KB, image/png)
2015-08-17 14:41 UTC, Peter Pols
no flags Details
kmod-driver select screen (66.34 KB, image/png)
2015-08-17 14:42 UTC, Peter Pols
no flags Details
megasr 7.1 image (932.00 KB, application/octet-stream)
2015-08-18 07:30 UTC, Peter Pols
no flags Details
megasr 7.2 image (934.00 KB, application/octet-stream)
2015-08-18 07:30 UTC, Peter Pols
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2284 0 normal SHIPPED_LIVE anaconda bug fix and enhancement update 2015-11-19 09:44:49 UTC

Description Peter Pols 2015-08-17 14:38:08 UTC
Using a driver disk for a 7.2 alpha installation fails. The problem is seen with
different installation methods (pxe/net or remote storage).

How reproducible: always

Steps to Reproduce:
1. install 7.2 alpha
2. select a driver disk

Actual results:
A fatal error screen (see screenshot1) about a missing kmod-driver package appears.
The installation will be aborted, but the driver package is still present and usable (see screenshot2).

Expected results:
Driver disk should be loaded and installed

Additional info:
No additional information is available is collectable because no shell (F2) or F3 screen is working.
 
The driver package can be installed on an existing 7.2 system without problems.

Comment 1 Peter Pols 2015-08-17 14:41:28 UTC
Created attachment 1063908 [details]
Fatal error screenshot

Comment 2 Peter Pols 2015-08-17 14:42:36 UTC
Created attachment 1063909 [details]
kmod-driver select screen

Comment 4 Christian Horn 2015-08-17 15:19:48 UTC
Thanks for reporting this.
From the kmod package it seems like you have rebuild the driver for rhel7.2, I understand it can be loaded/used on an existing rhel7.2 installation.

- Can you upload the driver package?
- Also the one for 7.1 might be useful, so I can compare with a 7.1 deployment.
- When using pxeboot, you use format "dd=http://<ip>/driverdisk.img", right?

Comment 5 Peter Pols 2015-08-18 07:29:04 UTC
The pxeboot notation is inst.dd=http://<ip>/driverdisk.img.

Comment 6 Peter Pols 2015-08-18 07:30:09 UTC
Created attachment 1064182 [details]
megasr 7.1 image

Comment 7 Peter Pols 2015-08-18 07:30:45 UTC
Created attachment 1064183 [details]
megasr 7.2 image

Comment 8 Christian Horn 2015-08-18 08:48:56 UTC
Danke Peter.

I got the issue reproduced, and this looks indeed like an issue here preventing the DUD to work.

- For reproducing, I used KVM guests, deployed with virt-install
- I use kickstart, and the additionally inst.dd=http://<ip>/driverdisk.img
- After 7.1 deployment, kmod-megasr is installed, after 7.2 deployment not
- both DUD images follow the same directory structure
- the 7.2 RPM installs fine on an installed rhel7.2 alpha

I see this difference while installation, RHEL7.1, but not 7.2:
DD: Processing Network Drivers from /tmp/DD-net/
DD: Processing DD repo /media/DD//rpms/x86_64 on /tmp/DD-net/megasr-16.01.2014.0318.4fts-6.el7.1-000.x86_64.iso
DD: Extracting files from /media/DD//rpms/x86_64/kmod-megasr-16.01.2014.0318.4fts-6.el7.1.x86_64.rpm

This issue should be considered as blocker.

Comment 9 Christian Horn 2015-08-18 08:54:53 UTC
The issue is reported for RHEL-7.2-Alpha-1.1 with kernel-3.10.0-302.el7.x86_64, which was distributed to partners.  I have no access to later builds.

Comment 11 Martin Wilck 2015-08-31 12:37:55 UTC
"Doc Type: Bug Fix → Known Issue"

Does that mean there is not intention to fix this?? Please explain.

Comment 13 Will Woods 2015-08-31 18:26:09 UTC
We're trying to reproduce the problem(s) now.

Note that the original problem in comment #0 and the problem in comment #8 are two different failures in two different code paths, so we may need to split this bug in two in order to track those separately.

Comment 14 Brian Lane 2015-08-31 19:37:35 UTC
I can reproduce this in KVM when booting with the provided 7.2 DUD iso. There are multiple problems, here are fixes for 2 of them:

https://github.com/rhinstaller/anaconda/pull/337

In addition to those it extracts the drivers 3 times, into DD-1, DD-2 and DD-3.

Comment 16 Martin Wilck 2015-09-02 06:12:46 UTC
In which beta snap shot can we expect this to be fixed?

Comment 17 John Jarvis 2015-09-03 14:00:59 UTC
anaconda-21.48.22.41-1.el7 is included in Snapshot 1 so this fix is included in snap 1.

Comment 19 Peter Pols 2015-09-25 13:33:19 UTC
Retest with Snapshot2 (anaconda-21.48.22.47-1.el7) done.
Using a driver disk is working fine with this snapshot.

Comment 21 errata-xmlrpc 2015-11-19 10:03:20 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-2284.html


Note You need to log in before you can comment on or make changes to this bug.