2

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.

symphonicd
  • 31
  • 1
  • 1
  • 2
  • 3
    You 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 Answers1

4

Here are the steps:

  • Create New Virtual Machine and boot from clonezilla ISO image of CD.
  • Restore clonezilla image like normal procedure.
JonathanDavidArndt
  • 1,414
  • 3
  • 20
  • 29
  • I used clonezilla to backup a disk, but the output is not an ISO. – TheLabCat Jan 14 '22 at 19:52
  • You 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