Bug 2077045
Summary: | Kickstart on partition reports error: "unknown network kickstart URL: hd:disk/by-uuid/..." | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Jan Stodola <jstodola> | |
Component: | anaconda | Assignee: | Jiri Konecny <jkonecny> | |
Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 9.0 | CC: | chchiu, jcastran, jikortus, jkonecny, sbarcomb | |
Target Milestone: | rc | Keywords: | Triaged | |
Target Release: | --- | Flags: | pm-rhel:
mirror+
|
|
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | anaconda-34.25.3.7-1.el9 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2211857 (view as bug list) | Environment: | ||
Last Closed: | 2023-11-07 08:31:56 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: | 1942219 |
Description
Jan Stodola
2022-04-20 14:34:07 UTC
Based on my quick look on the code it seems that we are always running fetch-kickstart-net and also fetch-kickstart-disk. The issue is that we are not able to find (correctly) the kickstart in the fetch-kickstart-net and warn user. This seems to be just a cosmetic bug where we should look on the command line parameter and if there is prefix `hd:` then we should ignore the fetch-kickstart-net script. Not sure if I hit the same bug, but the symptoms look similar, with the difference that in my case boot ends up in dracut emergency shell. This happens in our test where an ISO made by osbuild-composer is booted via UEFI HTTP boot. I'll attach rdsosreport, so that you can have a look if there's the same underlying cause or this is something different. Jirko, I found the following arguments on the kernel command line from comment 6, which look somehow incorrect: ... inst.updates=http://srv/anabot.img anabot=http://srv/default-partitioning.xml ... Also "inst.ks=hd:LABEL=RHEL-9-2-0-BaseOS-x86_64:/osbuild.ks" is present twice on the kernel cmdline. *** Bug 2178281 has been marked as a duplicate of this bug. *** RHEL-8 clone: bug 2211857 This is happening also for inst.ks=cdrom. 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:6414 |