Can't boot alpine iso on s390x starting with 3.19
Package Information
- Package name: s390x standard iso
- Package version: 3.19.x/3.20.x
- Alpine version: 3.19.x/3.20.x
- Alpine architecture: s390x
Summary
When trying to boot the alpine iso, it fails with:
LOADPARM=[ ]
Using virtio-blk.
ISO boot image size verified
uncompression error
-- System halted
This seems to affect 3.19 and 3.20
I do not know if this is the right repository, as this is my first issue. If i should move this to a different repository please let me know.
Steps to reproduce
If applicable, please provide instructions to reproduce the issue.
- Download iso
curl -SLO https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/s390x/alpine-standard-3.19.0-s390x.iso
- Try to boot the iso:
qemu-system-s390x -machine s390-ccw-virtio,accel=kvm -m 2048 -nographic -cdrom alpine-standard-3.19.0-s390x.iso