You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run podman run --rm --privileged --pid=host -v /:/target -v /dev:/dev -v /var/lib/containers:/var/lib/containers --security-opt label=type:unconfined_t localhost/bootc:beaker bootc install to-existing-root --target-transport containers-storage on s390x machine.
Failed with error:
ERROR Installing to filesystem: Listing partitions of /dev/dasda: Subprocess failed: ExitStatus(unix_wait_status(256))
sfdisk: /dev/dasda: does not contain a recognized partition table
root@ibm-z-511 ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
dasda 94:0 0 38.2G 0 disk
├─dasda1 94:1 0 1G 0 part /boot
└─dasda2 94:2 0 37.2G 0 part
├─rhel_ibm--z--511-root 253:0 0 33.4G 0 lvm /var/lib/containers/storage/overlay
│ /
└─rhel_ibm--z--511-swap 253:1 0 3.8G 0 lvm [SWAP]
The text was updated successfully, but these errors were encountered:
Have a short talk with @henrywang , seems on s390x bootc / bootupd use sfdisk to list partitions that introduces the problem, might use fdasd according to coreos-installer
[root@ibm-z-511 ~]# sfdisk -J /dev/dasda
sfdisk: /dev/dasda: does not contain a recognized partition table
Run
podman run --rm --privileged --pid=host -v /:/target -v /dev:/dev -v /var/lib/containers:/var/lib/containers --security-opt label=type:unconfined_t localhost/bootc:beaker bootc install to-existing-root --target-transport containers-storage
on s390x machine.Failed with error:
The text was updated successfully, but these errors were encountered: