other: 0.121 device: 0.114 PID: 0.104 semantic: 0.089 permissions: 0.068 boot: 0.067 files: 0.064 vnc: 0.062 performance: 0.061 KVM: 0.060 graphic: 0.059 network: 0.050 socket: 0.042 debug: 0.040 debug: 0.154 files: 0.120 network: 0.112 PID: 0.094 device: 0.087 boot: 0.084 other: 0.078 socket: 0.069 performance: 0.051 semantic: 0.046 vnc: 0.031 graphic: 0.029 KVM: 0.029 permissions: 0.016 dp83932 stops working after a short while Following the instructions here https://wiki.qemu.org/Documentation/Platforms/m68k I was able to successfully install debian. However, running apt-get update stalls after the first 1-2MB. root@debian:~# apt-get update Get:1 http://ftp.ports.debian.org/debian-ports sid InRelease [55.3 kB] Ign:1 http://ftp.ports.debian.org/debian-ports sid InRelease Get:2 http://ftp.ports.debian.org/debian-ports sid/main all Packages [8,735 kB] 18% [2 Packages 2,155 kB/8,735 kB 25%] After running apt-get update. I don't seem to be able to send any packets anymore. ping host lookups fail and a subsequent apt-get update makes no progress. I'm launching qemu with: qemu-system-m68k -boot c \ -M q800 -serial none -serial mon:stdio -m 1000M \ -net nic,model=dp83932 -net user \ -append "root=/dev/sda2 rw console=ttyS0 console=tty" \ -kernel vmlinux-4.16.0-1-m68k \ -initrd initrd.img-4.16.0-1-m68k \ -drive file=m68k-deb10.qcow2,format=qcow2 \ -nographic I see this with qemu v6.0.0-rc5 I also see the same problem with version 4.2.1 I think you must use a more recent kernel because some bugs have been fixed in QEMU and kernel that need both of them in sync. Could you extract the kernel from your m68k disk image to use it with QEMU "-kernel" and "-initrd" parameters? The kernel in my m68k disk image is vmlinux-4.16.0-1-m68k which is presumably what comes from https://cdimage.debian.org/cdimage/ports/10.0/m68k/iso-cd/debian-10.0-m68k-NETINST-1.iso. Is there a debian image that uses a newer kernel? It looks like using https://cdimage.debian.org/cdimage/ports/snapshots/2021-04-17/debian-10.0.0-m68k-NETINST-1.iso instead fixes the issue. Perhaps the instruction on https://wiki.qemu.org/Documentation/Platforms/m68k should be updated. On Wed, Apr 28, 2021 at 11:31 PM Jeff