How can I boot directly to a VirtualBox (.vdi) image (possibly via hypervisor)?
- by Josh
I have a system image in VirtualBox as a .vdi file. I am aware of how to convert this to other formats of VM using VBoxManage.
I'd like to boot this image locally on a number of clients which currently have no OS installed.
What's the simplest way to boot into this VM from bare metal?
I'm willing to install some minimal OS if necessary. Is this even possible?
Maybe there's something out there along the lines of VDI Blaster that will load a locally stored VM?