Hi, I am trying to run KVM guest on arm: Beagleboard-x15. It has virtualization support. The only problem is that I can't receive any output from VM: debian@beaglebone:/boot$ lkvm run --name vm_guest -i initrd.img-5.4.20 --kernel vmlinuz-5.4.20 --console serial --debug # lkvm run -k vmlinuz-5.4.20 -m 320 -c 2 --name vm_guest Info: Loaded kernel to 0x80008000 (10277376 bytes) Info: Placing fdt at 0x8fe00000 - 0x8fffffff Info: Loaded initrd to 0x8f98ec48 (4658101 bytes) Info: virtio-mmio.devices=0x200@0x10000:36 ---> no output anymore ---> here I stop VM from another console # KVM compatibility warning. virtio-net device was not detected. While you have requested a virtio-net device, the guest kernel did not initialize it. Please make sure that the guest kernel was compiled with CONFIG_VIRTIO_NET=y enabled in .config. # KVM session ended normally. -- Regards, Denis Obrezkov