Skip to content

Bootc image does not boot on rpi #82

@say-paul

Description

@say-paul

Describe the bug
Raw image generated from bootc container using bib does not boot on raspberry pi.

To Reproduce

  1. Containerfile
FROM quay.io/fedora/fedora-bootc:41-aarch64
RUN dnf install -y avahi i2c-tools && \
systemctl enable avahi-daemon
  1. 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
  1. sudo xz -z -k -v disk.raw
  2. Using arm-image-installer flash the disk.raw.xz into a SD card
  3. Boot rpi with the flased sd card insterted.

Expected behavior
rpi should boot.

OS version:
fedora 41

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions