summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kernel/1865
blob: bd7d439c75a0aae26579fbb9ae086c649427349e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ERROR:../target/s390x/tcg/cc_helper.c:128:cc_calc_addu: assertion failed: (carry_out <= 1)
Description of problem:
Installation progresses OK, but QEMU asserts during post-installation setup tasks:

Performing post-installation setup tasks
**
ERROR:../target/s390x/tcg/cc_helper.c:128:cc_calc_addu: assertion failed: (carry_out <= 1)
Bail out! ERROR:../target/s390x/tcg/cc_helper.c:128:cc_calc_addu: assertion failed: (carry_out <= 1)
./install.sh: line 25: 158224 Aborted                 (core dumped) $QEMU/qemu-system-s390x -M s390-ccw-virtio -smp 1 -m 4G 
-nographic -display none -serial mon:stdio -device virtio-scsi -drive file=$ISO,format=raw,if=none,id=c1 -device scsi-cd,dri
ve=c1 -hda $DISK -kernel $KERNEL -initrd $INITRD -net nic,model=virtio,netdev=net1 -netdev user,id=net1 -D debug.log
Steps to reproduce:
1. Download ClefOS 7.7 ISO from [sinenomine](https://download.sinenomine.net/clefos)
2. Download Fedora 27 ISO and extract kernel.img and initrd.img, for boot purposes
3. Boot ClefOS ISO using Fedora kernel/initrd
4. Go through a minimal install, observe crash during post-installation setup tasks
Additional information:
See script log and install.sh attached. [install-and-output.zip](/uploads/87eb8484344402ea9c68784f89ea3339/install-and-output.zip)

I have tried QEMU 7.2.5 and 8.1 on my Fedora 38 AMD host.

My goal is to create RHEL7, SLES12, Ubuntu20 (or compatible) VMs for s390x software builds.
So far only Ubuntu20 has been successful.
RHEL7 fails due to kernel issues described in QEMU issue 906, so I'm trying ClefOS (CentOS for z) based on a procedure [here](https://www.linuxquestions.org/questions/linux-server-73/install-clefos-7-5-an-open-source-version-of-rhel-7-5-s390x-using-qemu-4175658710/)