I installed the latest version of Debian Sparc64 using QEMU, with the following command line:

qemu-system-sparc64 \
    -m size=1024M \
    -hda hda_debian_sparc64.qcow2 \
    -cdrom debian-10.0.0-sparc64-NETINST-1.iso \
    -net nic \
    -net user \
    -nographic \
    -boot once=d \
    -name 'Install Debian Linux on UltraSPARC'

After selecting the boot option in GRUB, I get the following error:

error: canonicalise devname failed.
Unhandled Exception 0x0000000000000030
PC = 0x00000000ffd0f234 NPC = 0x00000000ffd0f238
Stopping execution

I tried to run the system, specifying in the QEMU command line the option "-kernel" and "-initrd", but I couldn't boot the kernel.

Reply via email to