How to start a KVM-guest as single user mode?
When I tried to start the VM as sigle user mode, it displayed "Booting a command line" on the screen and got stucked. This guest VM starts fine as multi user mode.
Here is the procedure I did:
Start a guest VM on a Host.
$ virsh start --console myguestvm
Select a menu on grub menu and press e.
Edit a line below and add "single" parameter
linux /boot/vmlinuz-3.11.0-20-generic root=UUID=XXXXX ro quiet splash $vt_handoff
Then press ctrl + x.
Thanks in advance.