Do you have experience with KVM/QEMU/virt-manager?

Hello Friends

I did do a research about VirtualBox 6 vs 7 and in some place as additional information was mentioned as an alternative over VirtualBox specifically for Linux the following:

Since years ago I use VirtualBox in peace but in Windows and macOS. Now, because I have some laptops with Linux installed directly, in one of them was installed VirtualBox, but now I am curious about the new set.

  • Do you have experience with KVM/QEMU/virt-manager?

It about for one or all of them. Furthermore, If you have other recommendation to be included in this category is well welcomed

The goal is to know if this set is a better alternative than VirtualBox and I should invest time to learn them.

Thanks for your understanding

Hi Manuel,
There was a topic some time ago on virt-manager . It was a joint effort by @Rosika and myself. It is here

I have used VirtualBox in Linux, but I find virt-manager fits better into the Linux way of doing things.

The most important thing with a VM is being able to get data in and out of the guest system. I found the ā€˜shared fileā€™ concept in Virtualbox to be rather awkward. There are better ways of communicating between host and guest systems, and that is why we wrote the above topic.

The guest system in Virt-manager can be any Linux distro, or any BSD, or even Windows.

There is a tutorial on virt-manager here

Regards
Neville

2 Likes

Huge Thanks for both for the valuable feedback.

I hope it be public on some post through itsfoss with the respective credits :slight_smile: ā€¦ tell me pls, for the scenario for a guest being Server (it for either Ubuntu or Fedora). According with your experience:

What could be your best suggestion? VirtualBox or KVM/QEMU/virt-manager?

I have never used a guest as a server.
You can start a KVD/QEMU guest with either virsh
or virt-manager. So if you wanted a server without a console ,
use virt-manager to make the VM initially, but thereafter
start it with virsh . You can then log into it with ssh if you need to manage something.
I am not sure if you have that option with Virtualbox.

Thanks for the mention of virsh I will do a research about that too.

You can then log into it with ssh if you need to manage something.
I am not sure if you have that option with Virtualbox.

When the guest being Linux and server is started is show a ā€œblack screenā€ or simply the terminal. Of course it through a new Window. Is possible interact directly with the OS through that window - I think the Screen term is used in VB - and is possible access to the guest through SSH too. Of course the configuration settings about ssh server must be accomplished first.

1 Like

@Manuel_Jordan

You can find some virsh examples here

Some virsh commands require qemu-ga be installed in the guest.

Huge thanks for your polite and valuable support.

A cold beer to you - really this network (forum) is valuable!

1 Like