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 2211011 - Kickstart installation got stuck with message: cancel waiting for multipath siblings of sda
Summary: Kickstart installation got stuck with message: cancel waiting for multipath s...
Keywords:
Status: CLOSED DUPLICATE of bug 2209599
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: anaconda
Version: 9.3
Hardware: x86_64
OS: All
unspecified
high
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-05-30 09:20 UTC by Richard Liu
Modified: 2023-05-31 08:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-31 08:31:59 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
rhel9.3 kictstart install got stuck (190.20 KB, image/png)
2023-05-30 09:20 UTC, Richard Liu
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-158517 0 None None None 2023-05-30 09:20:42 UTC

Description Richard Liu 2023-05-30 09:20:11 UTC
Created attachment 1967849 [details]
rhel9.3 kictstart install got stuck

Description of problem:
Kickstart installation got stuck with message:
cancel waiting for multipath siblings of sda
cancel waiting for multipath siblings of sdb


Version-Release number of selected component (if applicable):
RHEL-9.3.0-20230529.38-x86_64-dvd1.iso

How reproducible:


Steps to Reproduce:
1.Copy content from RHEL-9.3.0-20230529.38-x86_64-dvd1.iso
2.Add kickstart file, change config info in isolinux.cfg, grub.conf, grub.cfg, etc.
3.Generate the customized ISO, mount the new ISO to Dell PowerEdge R640/R630, reboot the server to start installation.

Actual results:
Installation process got stuck, please see the attachment.

Expected results:
Installation should be successful.

Additional info:
We created an automation tool for rhel installation, which works for rhel from 8.x to 9.2, however, it doesn't work for rhel9.3, it's like a bug introduced in 9.3?
BTW, the server has no multipath installed, and rhel 8.x to 9.2 can be successfully installed with the same automation tool.

Comment 1 Jan Stodola 2023-05-30 09:56:45 UTC
Richard, can you please provide the kernel command line of your customized ISO?
Could you try adding "inst.wait_for_disks=0" to the kernel command line to se if it helps?
It's possible you are hitting bug 2209599.

Thanks,
Jan

Comment 2 Richard Liu 2023-05-31 06:04:33 UTC
Hello Jan,

After adding "inst.wait_for_disks=0" to the isolinux.cfg, kickstart works as expected.


append initrd=initrd.img inst.ks=cdrom:/ks.cfg inst.stage2=hd:LABEL=RHEL-9-3-0-BaseOS-x86_64 inst.wait_for_disks=0 quiet

Regards,

Richard

Comment 3 Jan Stodola 2023-05-31 08:31:59 UTC
Thanks for confirming that "inst.wait_for_disks=0" works as a temporary workaround. Based on that I'm closing this bug as a duplicate of bug 2209599.

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


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