I have a 30gB tar.gz disk image of a physical debian machine, created by clonezilla - what's the easiest list of steps to follow to convert it to a virtual machine? Do i have to necessarily make .iso? I ran into trouble making a big .iso like that with genisoimage.
Asked
Active
Viewed 4.2k times
4
-
3You perform a restore just like you would with real hardware. Boot up with the clonezilla image (the boot image from clonezilla, not the image you took) on your VM and go through the restore procedures. This is what clonezilla is designed for. – Dec 10 '14 at 21:24
1 Answers
5
Here are the steps:
- Create New Virtual Machine and boot from clonezilla ISO image of CD.
- Restore clonezilla image like normal procedure.

JonathanDavidArndt
- 1,424
- 3
- 20
- 29

Hussain Ali
- 51
- 1
- 2
-
-
1You had to boot into Clonezilla from a USB or CD. The image used to create that physical media is what you use in the VM to boot up. Once booted up in Clonezilla in your VM, just restore the backup into the VM. – Michael McGarrah Feb 15 '22 at 18:48
-
I did boot from a USB, but the result is not an ISO - it's a folder full of files, the biggest one has .gz extension (NOT iso) – InfiniteLoop Jul 08 '23 at 02:29