Linux KVM + virt-install

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

Linux KVM + virt-install

Post by ^rooker »

[PROBLEM]
Trying to create a KVM virtual machine guest system with Debian Wheezy installer, but executing the "virt-install" command, writes the following lines and then just hangs:
Starting install...
Creating domain... 0 B 00:03
Connected to domain <your_vm_domain>
Escape character is ^]
[SOLUTION]
I forgot to add configuration parameters to "virt-install" for handling graphic output of the client. I thought I wouldn't need graphics, since it's going to be a Debian server (so no GUI) - BUT: Debian's initial splash screen is graphical... :wink:

So I added the following parameters to my "virt-install" call:

Code: Select all

--graphics vnc --noautoconsole
PS: You will need to destroy and undefine the virtual machine and vm-domain of the previous call.
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply