<div dir="ltr"><div>I have previously used a Ubuntu 26.04 amd64 host system to install a RHEL10 s390x guest with no problem.</div><div><br></div><div>Also when trying to do the install using a command such as</div><div>qemu-system-s390x -M s390-ccw-virtio \<br>-monitor stdio \<br>-name "guest" \<br>-m 4096 \<br>-mem-prealloc \<br>-kernel /home/tjcw/Downloads/dvd1/linux_vm \<br>-initrd /home/tjcw/Downloads/dvd1/root.bin \<br>-blockdev file,node-name=c1,filename=/home/tjcw/Downloads/debian-13.4.0-s390x-DVD-1.iso \<br>                  -device virtio-scsi \<br>                  -device scsi-cd,drive=c1 \<br>-netdev user,id=net0,hostfwd=tcp::2222-:22 \<br>    -device virtio-net-ccw,netdev=net0,id=net0_dev \<br>-drive file=/home/tjcw/VMs/s390x-vm.qcow2,format=qcow2,if=none,id=drive-sata0-0-0 \<br>-device virtio-blk-pci,drive=drive-sata0-0-0,id=sata0-0-0</div><div>(on a debian trixie system) I could boot linux and get as far as running the installer if I uses explicit kernel and initrd as above, but the corresponding command attempting to use the kernel and ramdisk in the '.iso' would not boot. </div><div>I wasn't able to do the install with 'qemu-system-s390x' because I could not get networking to work correctly.</div></div>