Hello again.
I'm trying to emulate some Linux ISOs with Qemu in my loong64, but it does not boot, not Debian or Archlinux.
It fails when it tries to load the initramfs image.
This the command I run:
qemu-system-x86_64 -display none -vnc :0 -m 4G -smp 2 -drive if=virtio,format=qcow2,file=/home/loongson/debian/debian12.qcow2 -boot d -cdrom /home/loongson/debian/debian-12.10.0-amd64-netinst.iso
orqemu-system-x86_64 -display none -vnc :0 -m 4G -smp 2 -drive if=virtio,format=qcow2,file=/home/loongson/debian/debian12.qcow2 -boot d -cdrom /home/loongson/debian/archlinux-2025.03.01-x86_64.iso
But it just loads the kernel image and I can see the CPU is used but never boots.
I Debian looks like it loads initrd.gz in expert mode, but nothing else.
-` loongson@loongson01
.o+` -------------------
`ooo/ OS: Arch Linux loongarch64
`+oooo: Host: Loongson-3A6000-HV-7A2000-1w-V0.1-EVB
`+oooooo: Kernel: 6.6.45-2-lts
-+oooooo+: Uptime: 26 mins
`/:-:++oooo+: Packages: 989 (pacman)
`/++++/+++++++: Shell: bash 5.2.32
`/++++++++++++++: Terminal: /dev/pts/1
`/+++ooooooooooooo/` CPU: Loongson-3A6000-HV (8)
./ooosssso++osssssso+` GPU: 00:06.1 Loongson Technology LLC Display Controller
.oossssso-````/ossssss+` Memory: 1077MiB / 16143MiB
-osssssso. :ssssssso.
:osssssss/ osssso+++.
/ossssssss/ +ssssooo/-
`/ossssso+/:- -:/+osssso+-
`+sso+:-` `.-/+oso:
`++:. `-/+/
.` `/




Any ideas? someone managed to boot ISO images with qemu?
Thanks!