2

While there are minimal OS (CoreOS, Ubuntu Core etc) for container hypervisors, I would like to know if there is a minimal OS for KVM too. By a minimal OS for KVM I mean an OS which can be installed on a bare metal machine and has nothing more than what is required to run KVM and control it remotely. It seems people are trying to achieve this by installing ubuntu core on bare metal. However I could not find any concrete example on this.

If there is no minimal OS for KVM, what all things I can remove from ubuntu 15.04 to convert it to a minimal OS for KVM?

2 Answers2

1

I would install Ubuntu server edition and select only virtual machine host at the Software Selection step. See also.

Doug Smythies
  • 16,146
0

There is one now:

Minimal Ubuntu is a set of Ubuntu images designed for automated deployment at scale and made available across a range of cloud substrates. ... https://wiki.ubuntu.com/Minimal

Bob
  • 101