Outside VE I write my image file directly into disk to obtain a fresh working linux machine:
Is it possible to do the same using a mounted usb storage as source and a Virtual Machine disk as target ?
Pratically speaking, to create a VM (not yet started) with disk cloned from image.
Thanks
Code:
dd if=myfile.img of=/dev/sdx
Is it possible to do the same using a mounted usb storage as source and a Virtual Machine disk as target ?
Pratically speaking, to create a VM (not yet started) with disk cloned from image.
Thanks