iiamabby
iiamabby
UBUniversal Blue
Created by Noel on 1/4/2024 in #💾ublue-dev
ISO thread
3351 replies
UBUniversal Blue
Created by Noel on 1/4/2024 in #💾ublue-dev
ISO thread
thank you @Ondřej , made the change but still continuing to get the same error:
error: boot data installation failed: Failed to invoke rpm -qf
Traceback (most recent call last):
File "/run/osbuild/bin/org.osbuild.bootupd", line 170, in <module>
r = main(_args, _args["options"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/run/osbuild/bin/org.osbuild.bootupd", line 163, in main
subprocess.run(cmd, check=True)
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['chroot', '/run/osbuild/mounts/ostree/deploy/default/deploy/febc9f6f9f4e5fd4df1f26bae4b0f3aa571bde908ffd7d3e7e77fdb98e183935.0', '/usr/bin/bootupctl', 'backend', 'install', '--device=/dev/loop3', '--with-static-configs', '/run/osbuild/mounts']' returned non-zero exit status 1.
error: boot data installation failed: Failed to invoke rpm -qf
Traceback (most recent call last):
File "/run/osbuild/bin/org.osbuild.bootupd", line 170, in <module>
r = main(_args, _args["options"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/run/osbuild/bin/org.osbuild.bootupd", line 163, in main
subprocess.run(cmd, check=True)
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['chroot', '/run/osbuild/mounts/ostree/deploy/default/deploy/febc9f6f9f4e5fd4df1f26bae4b0f3aa571bde908ffd7d3e7e77fdb98e183935.0', '/usr/bin/bootupctl', 'backend', 'install', '--device=/dev/loop3', '--with-static-configs', '/run/osbuild/mounts']' returned non-zero exit status 1.
I have looked through the org.osbuild.bootupd code and can see the args passed to the command but i'm unable to locate where the rpm -qf is coming from or what exactly its attempting to accomplish, e.g. what file / package is it trying to verify
3351 replies
UBUniversal Blue
Created by Noel on 1/4/2024 in #💾ublue-dev
ISO thread
Hey everyone, i'm currently working on creating a bootable image based on kinoite, i've created a container image which installs bootupd in attempt to create a qcow2... running into this
error: boot data installation failed: Failed to invoke rpm -qf
error: boot data installation failed: Failed to invoke rpm -qf
heres the podman command:
sudo podman run \
--rm \
-it \
--privileged \
--pull=newer \
--security-opt label=type:unconfined_t \
-v $(pwd)/output:/output \
quay.io/centos-bootc/bootc-image-builder:latest \
--type qcow2 \
abdabthecreator/kinoite-bootupd
sudo podman run \
--rm \
-it \
--privileged \
--pull=newer \
--security-opt label=type:unconfined_t \
-v $(pwd)/output:/output \
quay.io/centos-bootc/bootc-image-builder:latest \
--type qcow2 \
abdabthecreator/kinoite-bootupd
any ideas on how to move past this? thanks!
3351 replies
UBUniversal Blue
Created by j0rge on 9/27/2023 in #💾ublue-dev
mkiso thread
👋
309 replies