Process to boot a virtual machine (VM) from an ISO image¶
To boot a VM from an iso image:
- Create a blank volume (A) to serve as your root drive.
- Create a second volume (B) from the ISO image.
- Create a VM with two volumes (A, B), and install the operating system on the blank volume (A) using the ISO image volume (B).
- After the installation completes, the volume with the ISO image (B) can be detached and deleted.
You can then create future VM's using a snapshot of the A volume (or even create an image from the volume).