-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.16
-
No
-
Sprint 248
-
1
-
False
-
-
-
Bug Fix
-
Done
Description of problem:
openshift-install is unable to generate an aarch64 iso: FATAL failed to write asset (Agent Installer ISO) to disk: missing boot.catalog file
Version-Release number of selected component (if applicable):
4.16
How reproducible:
100 %
Steps to Reproduce:
1. Create an install_config.yaml with controlplane.architecture and compute.architecture = arm64 2. openshift-install agent create image --log-level debug
Actual results:
DEBUG Generating Agent Installer ISO... INFO Consuming Install Config from target directory DEBUG Purging asset "Install Config" from disk INFO Consuming Agent Config from target directory DEBUG Purging asset "Agent Config" from disk DEBUG initDisk(): start DEBUG initDisk(): regular file FATAL failed to write asset (Agent Installer ISO) to disk: missing boot.catalog file
Expected results:
agent.aarch64.iso is created
Additional info:
Seems to be related to this PR: https://github.com/openshift/installer/pull/7896 boot.catalog is also referenced in the assisted-image-service here: https://github.com/openshift/installer/blob/master/vendor/github.com/openshift/assisted-image-service/pkg/isoeditor/isoutil.go#L155
- is caused by
-
OCPBUGS-14257 coreos-installer iso kargs show broken on Agent ISO
- Closed
- links to
-
RHEA-2024:0041 OpenShift Container Platform 4.16.z bug fix update