-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Raw image generated from bootc container using bib does not boot on raspberry pi.
To Reproduce
- Containerfile
FROM quay.io/fedora/fedora-bootc:41-aarch64
RUN dnf install -y avahi i2c-tools && \
systemctl enable avahi-daemon
sudo podman build -t bib_image .
sudo podman run --rm -it --privileged \
--pull=newer \
--security-opt label=type:unconfined_t \
-v $(pwd)/output:/output \
-v /var/lib/containers/storage:/var/lib/containers/storage \
quay.io/centos-bootc/bootc-image-builder:latest
--type raw --rootfs ext4
--target-arch aarch64 bib_image
sudo xz -z -k -v disk.raw
- Using arm-image-installer flash the disk.raw.xz into a SD card
- Boot rpi with the flased sd card insterted.
Expected behavior
rpi should boot.
OS version:
fedora 41
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working