Qemu switches to “stopped” state during bootup

qemuvirtualization

I recently tried to boot up my image of Debian and noticed that during bootup, Qemu – according to the window title – switches it state to QEMU [stopped] and doesn't respond. I checked qemu-kvm and qemu-system-i386/qemu-system-x86_64 and it stopped at different moments, but never booted up completely. I know that the machine worked fine before. What could be wrong?

Best Answer

QEMU switches to stopped on two occasions - EIO (read/write error) or ENOSPACE (out of space error). You should see either in the logs and act accordingly