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 1770969 - OEMDRV not being detected on USB devices
Summary: OEMDRV not being detected on USB devices
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: anaconda
Version: 8.1
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: 8.0
Assignee: Jiri Konecny
QA Contact: Release Test Team
Sagar Dubewar
URL:
Whiteboard:
: 1865851 2162730 (view as bug list)
Depends On:
Blocks: 2094163 2136664
TreeView+ depends on / blocked
 
Reported: 2019-11-11 15:39 UTC by Andreas Bleischwitz
Modified: 2023-11-14 16:46 UTC (History)
13 users (show)

Fixed In Version: anaconda-33.16.9.1-1.el8
Doc Type: Enhancement
Doc Text:
.New boot option `inst.wait_for_disks=` to add wait time for loading a kickstart file or the kernel drivers Sometimes, it may take a few seconds to load a kickstart file or the kernel drivers from the device with the `OEMDRV` label during the boot process. To adjust the wait time, you can now use the new boot option, `inst.wait_for_disks=`. Using this option, you can specify how many seconds to wait before the installation. The default time is set to `5` seconds, however, you can use `0` seconds to minimize the delay. For more information about this option, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/performing_an_advanced_rhel_8_installation/kickstart-and-advanced-boot-options_installing-rhel-as-an-experienced-user#storage-boot-options_kickstart-and-advanced-boot-options[Storage boot options].
Clone Of:
Environment:
Last Closed: 2023-11-14 15:32:04 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
OEMDRV disk image with kickstart (37.49 KB, application/octet-stream)
2020-02-19 18:00 UTC, Jan Stodola
no flags Details
OEMDRV disk image with kickstart (37.73 KB, application/octet-stream)
2020-02-19 18:37 UTC, Jan Stodola
no flags Details
syslog, kickstart not used (197.15 KB, text/plain)
2020-02-19 18:39 UTC, Jan Stodola
no flags Details
syslog, kickstart used automatically (1.12 MB, text/plain)
2020-02-19 18:41 UTC, Jan Stodola
no flags Details
syslog, kickstart used automatically, without rd.debug (188.06 KB, text/plain)
2020-02-19 18:54 UTC, Jan Stodola
no flags Details
journalctl (619.13 KB, text/plain)
2023-05-17 15:19 UTC, Jan Stodola
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RTT-5241 0 None None None 2023-05-02 10:42:13 UTC
Red Hat Issue Tracker RTT-5242 0 None None None 2023-05-02 10:42:18 UTC
Red Hat Issue Tracker RTT-5243 0 None None None 2023-05-02 10:42:24 UTC
Red Hat Knowledge Base (Solution) 4572231 0 None None None 2019-11-15 15:41:21 UTC
Red Hat Knowledge Base (Solution) 6999834 0 None None None 2023-06-01 08:52:43 UTC
Red Hat Product Errata RHBA-2023:6957 0 None None None 2023-11-14 15:32:22 UTC

Description Andreas Bleischwitz 2019-11-11 15:39:45 UTC
Description of problem:
When using a USB-based driver-disk with a filesystem labeled "OEMDRV" containing a ks.cfg file, the installer does not recognize it. Adding some delays, ie. rd.debug, the device gets recognized and the ks.cfg of that device is used.

Version-Release number of selected component (if applicable):
Anaconda 29.19.1.13-1.el8

How reproducible:
Always

Steps to Reproduce:
1. Create a OEMDRV image or filesystem on a USB device, place some minimal ks.cfg on this.
2. Attach this OEMDRV device as USB device to a KVM machine
3. Start the installation using "rhel-8.1-x86_64-boot.iso"

Actual results:
ks.cfg is not loaded, graphical installer is shown

Expected results:
ks.cfg is loaded, using instructions as per ks.

Additional info:
minimal ks.cfg for text-based installation:
lang en_US
#platform x86, AMD64, or Intel EM64T
cmdline
cdrom
bootloader --location=mbr --append="rhgb quiet crashkernel=auto"
zerombr
clearpart --all --initlabel
autopart
auth --passalgo=sha512 --useshadow
selinux --enforcing
firewall --enabled --ssh
skipx
firstboot --disable
%packages
@standard
%end

Comment 2 Jan Stodola 2020-02-19 18:00:48 UTC
Created attachment 1664112 [details]
OEMDRV disk image with kickstart

Reproduced on RHEL-8.2 Beta, OEMDRV is not used unless rd.debug is added to the kernel command line.
Attaching an OEMDRV disk image with a kickstart file.

Comment 3 Jan Stodola 2020-02-19 18:37:24 UTC
Created attachment 1664123 [details]
OEMDRV disk image with kickstart

Another attempt to attach an OEMDRV disk image with a kickstart file. It should contain usable data this time.

This issue is not 100% reproducible for me, around 50% of attempts in a virtual machine successfully used the kickstart file.

Comment 4 Jan Stodola 2020-02-19 18:39:40 UTC
Created attachment 1664124 [details]
syslog, kickstart not used

syslog from an installation, where the kickstart file was not used automatically. Compose used for testing: RHEL-8.2 Beta.

Comment 5 Jan Stodola 2020-02-19 18:41:30 UTC
Created attachment 1664125 [details]
syslog, kickstart used automatically

syslog from an installation, where the kickstart file was used automatically. The installation was booted with the rd.debug parameter.

Comment 6 Jan Stodola 2020-02-19 18:54:54 UTC
Created attachment 1664138 [details]
syslog, kickstart used automatically, without rd.debug

And one more syslog - the kickstart was automatically used even without rd.debug on the kernel command line.
A virtual machine with just 1 CPU was used. The kickstart file was successfully used in all 5 attempts if only 1 CPU is present. Previous attempts were in a VM with 2 CPUs.

Comment 7 Jiri Konecny 2020-02-27 13:51:21 UTC
We can't use rd.debug to debug the option because it will slow down the process so the issue is not happening. We have to boot from DVD; pxeboot is again slower, so it won't reproduce the issue. Also as mentioned already in comment 6 you have to have more than 1 CPU. 
However, by adding debug prints and modifying dvd iso, I was able to find out that this is probably systemd/dracut issue.

We will create udev rule which is not triggered:

{
printf 'SUBSYSTEM=="block", KERNEL=="%s", RUN+="%s"\n' "$dev" "$cmd"
printf 'SUBSYSTEM=="block", SYMLINK=="%s", RUN+="%s"\n' "$dev" "$cmd"
} >> "/etc/udev/rules.d/90-anaconda.rules"

and our parameters are:

cmd="/sbin/initqueue --settled --onetime --name fetch-kickstart-disk $env{DEVNAME} /ks.cfg"
dev="disk/by-label/OEMDRV"

These rules are created in our kickstart-genrules.sh[1] which is a pre-trigger hook[2]. From my understanding, after pre-trigger hooks all the udev events should be trigger which should activate our rules. Our command in the rule doesn't seems to be triggered in this case.


[1]: https://github.com/rhinstaller/anaconda/blob/rhel-8/dracut/kickstart-genrules.sh#L34
[2]: https://github.com/rhinstaller/anaconda/blob/rhel-8/dracut/module-setup.sh#L38

Comment 11 David Tardon 2020-07-14 08:07:35 UTC
I think the udev rule works just fine and the real problem is that it is triggered too late, after dracut-initqueue.service already finished. We can see in the "bad case" log that the kickstart disk is initialized just before dracut-initqueue.service is started (a oneshot service is considered started after all its ExecStart= commands finished):

18:30:34,074 NOTICE kernel:scsi 0:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
18:30:34,075 NOTICE kernel:scsi 0:0:0:0: Attached scsi generic sg1 type 0
18:30:34,078 DEBUG kernel:ISO 9660 Extensions: Microsoft Joliet Level 3
18:30:34,082 INFO dracut-initqueue:mount: /run/install/repo: WARNING: device write-protected, mounted read-only.
18:30:34,083 DEBUG kernel:ISO 9660 Extensions: RRIP_1991A
18:30:34,087 NOTICE kernel:sd 0:0:0:0: [sda] 65536 512-byte logical blocks: (33.6 MB/32.0 MiB)
18:30:34,088 NOTICE kernel:sd 0:0:0:0: [sda] Write Protect is off
18:30:34,088 DEBUG kernel:sd 0:0:0:0: [sda] Mode Sense: 63 00 00 08
18:30:34,089 NOTICE kernel:sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
18:30:34,091 INFO kernel: sda: sda1
18:30:34,096 NOTICE kernel:sd 0:0:0:0: [sda] Attached SCSI disk
18:30:34,138 ERR multipath:sda: can't store path info
18:30:34,142 INFO multipathd:uevent trigger error
18:30:34,147 INFO dracut-initqueue:anaconda: found /run/install/repo//images/install.img
18:30:34,240 INFO kernel:loop: module loaded
18:30:34,383 INFO systemd:Started dracut initqueue hook.

dracut-initqueue finishes when there's no more work and all "finished" hooks succeed. There are 2 "finished" hooks installed, as evidenced by the last check_finished run from the debug log: 

17:54:56,265 INFO dracut-initqueue:/bin/dracut-initqueue@45(main): check_finished
17:54:56,265 INFO dracut-initqueue:/lib/dracut-lib.sh@444(check_finished): local f
17:54:56,265 INFO dracut-initqueue:/lib/dracut-lib.sh@445(check_finished): for f in $hookdir/initqueue/finished/*.sh
17:54:56,265 INFO dracut-initqueue:/lib/dracut-lib.sh@446(check_finished): '[' '/lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2froot.sh' = '/lib/dracut/hooks/initqueue/finished/*.sh' ']'
17:54:56,265 INFO dracut-initqueue:/lib/dracut-lib.sh@447(check_finished): '[' -e '/lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2froot.sh' ']'
17:54:56,280 INFO dracut-initqueue:/lib/dracut-lib.sh@447(check_finished): . '/lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2froot.sh'
17:54:56,285 INFO dracut-initqueue://lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2froot.sh@1(source): '[' -e /dev/root ']'
17:54:56,285 INFO dracut-initqueue:/lib/dracut-lib.sh@445(check_finished): for f in $hookdir/initqueue/finished/*.sh
17:54:56,285 INFO dracut-initqueue:/lib/dracut-lib.sh@446(check_finished): '[' /lib/dracut/hooks/initqueue/finished/wait_for_settle.sh = '/lib/dracut/hooks/initqueue/finished/*.sh' ']'
17:54:56,285 INFO dracut-initqueue:/lib/dracut-lib.sh@447(check_finished): '[' -e /lib/dracut/hooks/initqueue/finished/wait_for_settle.sh ']'
17:54:56,285 INFO dracut-initqueue:/lib/dracut-lib.sh@447(check_finished): . /lib/dracut/hooks/initqueue/finished/wait_for_settle.sh
17:54:56,286 INFO dracut-initqueue://lib/dracut/hooks/initqueue/finished/wait_for_settle.sh@1(source): '[' -f /tmp/settle.done ']'
17:54:56,286 INFO dracut-initqueue:/lib/dracut-lib.sh@449(check_finished): return 0

=> anaconda needs to add a check for the kickstart too.

Comment 12 jcastran 2020-08-04 14:14:41 UTC
*** Bug 1865851 has been marked as a duplicate of this bug. ***

Comment 22 Jiri Konecny 2023-04-28 13:53:43 UTC
PR: https://github.com/rhinstaller/anaconda/pull/4721

Comment 23 Jan Stodola 2023-05-17 09:42:53 UTC
Tested with anaconda-33.16.9.1-1.el8.

When inst.wait_for_disks=0 was present on the kernel cmdline, the problem could be reproduced occasionally.
Without inst.wait_for_disks the installer waited ~5 seconds and then continued, as expected.
Tested also inst.wait_for_disks=30, which waited ~30 seconds during the boot process.

Marking as Verified:Tested

Comment 24 Jan Stodola 2023-05-17 12:08:43 UTC
Removing Verified:Tested, since a possible issue has been found and additional tests are running.

Comment 25 Jan Stodola 2023-05-17 15:19:42 UTC
Created attachment 1965145 [details]
journalctl

Tested also with driverdisks on an OEMDRV labeled device and it seems that driverdisks are processed multiple times now during boot:
...
[  OK  ] Reached target System Initialization.
[  OK  ] Reached target Basic System.
[   12.628726] dracut-initqueue[1294]: Examining /dev/sr1
[   12.682057] dracut-initqueue[1295]: mount: /media/DD-1: WARNING: device write-protected, mounted read-only.
[   12.709108] dracut-initqueue[1294]: Extracting: kmod-redhat-e1000e
[   12.741801] dracut-initqueue[1294]: Extracting: kmod-redhat-virtio_blk
[   12.756428] dracut-initqueue[1294]: Extracting: kmod-redhat-e1000
[   15.435990] dracut-initqueue[1294]: leaving the driver_updates script
[   15.490331] dracut-initqueue[1347]: Examining /dev/vdb1
[   15.543035] dracut-initqueue[1365]: mount: /media/DD-2: WARNING: device write-protected, mounted read-only.
[   17.204059] dracut-initqueue[1347]: leaving the driver_updates script
[   17.245024] dracut-initqueue[1380]: Examining /dev/sr1
[   17.295174] dracut-initqueue[1381]: mount: /media/DD-3: WARNING: device write-protected, mounted read-only.
[   17.305876] dracut-initqueue[1380]: Extracting: kmod-redhat-e1000e
[   17.324170] dracut-initqueue[1380]: Extracting: kmod-redhat-virtio_blk
[   17.333257] dracut-initqueue[1380]: Extracting: kmod-redhat-e1000
[   19.180701] dracut-initqueue[1380]: leaving the driver_updates script
[   19.243517] dracut-initqueue[1449]: Warning: Can't get kickstart from /dev/sr1:/ks.cfg
[   19.993875] dracut-initqueue[1752]: Examining /dev/vdb1
[   19.997825] dracut-initqueue[1753]: mount: /media/DD-4: WARNING: device write-protected, mounted read-only.
[   21.796877] dracut-initqueue[1752]: leaving the driver_updates script
[   21.841258] dracut-initqueue[1761]: Examining /dev/vdb1
[   21.846884] dracut-initqueue[1762]: mount: /media/DD-5: WARNING: device write-protected, mounted read-only.
[   23.616496] dracut-initqueue[1761]: leaving the driver_updates script
[   23.662465] dracut-initqueue[1770]: Examining /dev/vdb1
[   23.667909] dracut-initqueue[1771]: mount: /media/DD-6: WARNING: device write-protected, mounted read-only.
[   25.471137] dracut-initqueue[1770]: leaving the driver_updates script
[   25.516865] dracut-initqueue[1779]: Examining /dev/sr1
[   25.568351] dracut-initqueue[1780]: mount: /media/DD-7: WARNING: device write-protected, mounted read-only.
[   25.582550] dracut-initqueue[1779]: Extracting: kmod-redhat-e1000e
[   25.602456] dracut-initqueue[1779]: Extracting: kmod-redhat-virtio_blk
[   25.611371] dracut-initqueue[1779]: Extracting: kmod-redhat-e1000
[   27.396750] dracut-initqueue[1779]: leaving the driver_updates script
[   27.444876] dracut-initqueue[1849]: Examining /dev/vdb1
[   27.450939] dracut-initqueue[1873]: mount: /media/DD-8: WARNING: device write-protected, mounted read-only.
[   29.155045] dracut-initqueue[1849]: leaving the driver_updates script
[   29.200117] dracut-initqueue[1888]: Examining /dev/sr1
[   29.253432] dracut-initqueue[1889]: mount: /media/DD-9: WARNING: device write-protected, mounted read-only.
[   29.277564] dracut-initqueue[1888]: Extracting: kmod-redhat-e1000e
[   29.297830] dracut-initqueue[1888]: Extracting: kmod-redhat-virtio_blk
[   29.305814] dracut-initqueue[1888]: Extracting: kmod-redhat-e1000
[   31.099076] dracut-initqueue[1888]: leaving the driver_updates script
[   31.813721] dracut-initqueue[2087]: Examining /dev/vdb1
[   31.819245] dracut-initqueue[2088]: mount: /media/DD-10: WARNING: device write-protected, mounted read-only.
[   33.368326] dracut-initqueue[2087]: leaving the driver_updates script
[   33.411282] dracut-initqueue[2096]: Examining /dev/vdb1
[   33.416418] dracut-initqueue[2097]: mount: /media/DD-11: WARNING: device write-protected, mounted read-only.
[   35.092918] dracut-initqueue[2096]: leaving the driver_updates script
[   35.140438] dracut-initqueue[2105]: Examining /dev/vdb1
[   35.145680] dracut-initqueue[2106]: mount: /media/DD-12: WARNING: device write-protected, mounted read-only.
[   36.846936] dracut-initqueue[2105]: leaving the driver_updates script
[   36.890316] dracut-initqueue[2114]: Examining /dev/vdb1
[   36.894804] dracut-initqueue[2115]: mount: /media/DD-13: WARNING: device write-protected, mounted read-only.
[   38.604754] dracut-initqueue[2114]: leaving the driver_updates script
[  OK  ] Started dracut initqueue hook.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
...

There was also a DUD-related bug 2154904 fixed in build anaconda-33.16.9.1-1.el8, so perhaps one of these two bugs caused this regression.

journalctl from the installation is attached.
 
Moving back to ASSIGNED.

Comment 30 Jan Stodola 2023-05-18 12:29:46 UTC
Moving back to MODIFIED, Verified:Tested, additional testing didn't reveal any regression.

The problem mentioned in comment 25 was likely caused by bug 1700368 or bug 1729032, so I retested the bug using a DUD containing a different set of drivers.

During my testing I also saw another similar problem, when the DUD was examined and the drivers loaded twice. This is not related to this change, since the same issue can be reproduced on RHEL-8.8. The problem is tracked in a separate bug 2208252.

Comment 35 Jan Stodola 2023-05-26 07:26:04 UTC
FYI, a new regression appeared, possibly caused by this change. See bug 2209602.

Comment 36 Renaud Métrich 2023-05-26 08:29:09 UTC
Hmm, looks like to me the logic was broken already but working because of the dynamic (race between loading stage2 and mounting cdrom root).
Now that the window is closed, this started failing.

Comment 37 Jiri Konecny 2023-06-01 08:52:43 UTC
*** Bug 2162730 has been marked as a duplicate of this bug. ***

Comment 40 Jan Stodola 2023-06-16 09:25:01 UTC
I'm moving this bug to VERIFIED, bug 2209602 has a fix and no regression has been found for this bug.

Proposing a doc text for the release notes, Could you please review it, Sagar?

Also bug 2215506 was reported to document the new boot option in the installation guide.

Comment 49 errata-xmlrpc 2023-11-14 15:32:04 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 (anaconda bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2023:6957


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