Bug 1902273
Summary: | s390utils 2.15.1-2 rebase broken BLS entries (and thus osbuild) | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Christian Kellner <ckellner> | ||||
Component: | s390utils | Assignee: | Dan Horák <dhorak> | ||||
Status: | CLOSED ERRATA | QA Contact: | Vilém Maršík <vmarsik> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 8.4 | CC: | bsivasub, dhorak, fmartine, rasibley, rvr, smitterl, vkabatov | ||||
Target Milestone: | rc | Keywords: | Triaged | ||||
Target Release: | 8.0 | ||||||
Hardware: | s390x | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | s390utils-2.15.1-3.el8 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-05-18 14:55:06 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: | |||||||
Attachments: |
|
Description
Christian Kellner
2020-11-27 14:39:43 UTC
Created attachment 1734152 [details]
[PATCH] - add again the 00-zipl-prepare.install script that got dropped (#1902273)
Attaching a patch to fix this. The problem was that the 00-zipl-prepare.install script got dropped in the rebase and this is needed to prevent the systemd-boot kernel-install plugin to install their BLS snippets.
One clarification from the bug report is that this issue is not specific to osbuild, it should be present in any RHEL8.4 s390x image. In fact, this seems to be a duplicate of #1901874. (In reply to Javier Martinez Canillas from comment #3) > One clarification from the bug report is that this issue is not specific to > osbuild, it should be present in any RHEL8.4 s390x image. In fact, this > seems to be a duplicate of #1901874. I meant Bug #1901874 here (without "Bug" a link is not created). This is affecting RHEL-8.4 production nightly. Task: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=33398066 Error: Image file '/run/osbuild/output/osbuild-mnt-44j9mpad/ffffffffffffffffffffffffffffffff/4.18.0-256.el8.s390x/linux': No such file or directory *** Bug 1903691 has been marked as a duplicate of this bug. *** I think this looks fixed. Old version: # rpm -q s390utils-base s390utils-base-2.15.1-2.el8.s390x # rpm -i kernel-4.18.0-286.el8.s390x.rpm kernel-core-4.18.0-286.el8.s390x.rpm kernel-modules-4.18.0-286.el8.s390x.rpm dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y Error: Config file '/etc/zipl.conf': Line 7: no such section 'Red Hat Enterprise Linux (4.18.0-286.el8.s390x) 8.4 (Ootpa)' warning: %posttrans(kernel-core-4.18.0-286.el8.s390x) scriptlet failed, exit status 1 # find /boot/ | grep initr /boot/initramfs-4.18.0-240.el8.s390x.img /boot/initramfs-0-rescue-8a75c72f6c574233a54a3e5bf65201cc.img /boot/initramfs-4.18.0-240.el8.s390xkdump.img /boot/initramfs-4.18.0-286.el8.s390xkdump.img /boot/8a75c72f6c574233a54a3e5bf65201cc/4.18.0-286.el8.s390x/initrd /boot/8a75c72f6c574233a54a3e5bf65201cc/0-rescue/initrd New version: # rpm -q s390utils-base s390utils-base-2.15.1-4.el8.s390x # rpm -i kernel-4.18.0-286.el8.s390x.rpm kernel-core-4.18.0-286.el8.s390x.rpm kernel-modules-4.18.0-286.el8.s390x.rpm # find /boot/ | grep initr /boot/initramfs-4.18.0-240.el8.s390x.img /boot/initramfs-0-rescue-8a75c72f6c574233a54a3e5bf65201cc.img /boot/initramfs-4.18.0-240.el8.s390xkdump.img /boot/initramfs-4.18.0-286.el8.s390x.img 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 (s390utils 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-2021:1617 |