On 12/05/17 09:31, John Paul Adrian Glaubitz wrote: > On Fri, May 12, 2017 at 09:53:33AM +0200, Petr Vorel wrote: >> I've installed Debian debian-9.0-sparc64-NETINST-1.iso in qemu, which was >> successful: >> >> qemu-system-sparc64 -hda debian-unstable-sparc64.qcow2 -cdrom >> debian-9.0-sparc64-NETINST-1.iso -boot once=d -serial pty -nographic -m 160 >> >> But running installed system "hangs" without ability to log in. > > It actually doesn't hang. You just forgot to pass "console=ttyS0" to > the kernel command line so that systemd starts a getty on the serial > console.
Yeah I've been trying to dig into the bochs_drm issue recently. I recently posted some tips on qemu-devel which might be useful: https://lists.nongnu.org/archive/html/qemu-devel/2017-05/msg00045.html. ATB, Mark.

