On 07/04/2017 07:41 AM, Mohd Yunus Sharum wrote: > Then when i accessed the VM using minicom -p /dev/pts/2, it showed the boot > process stopped until '[ OK ] Found device QEMU_HARDDISK'. > > I try (qemu) info status, and shows the vm is running. > > I try to ssh localhost -p 5555 but can't login. > > In this case, how can i determine if the system is successfully booted and > fully functional? Thanks.
You need to pass "console=ttyS0" or similar to tell systemd to actually activate a serial console. Console over serial is disabled by default. We should maybe change that in debian-installer. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

