How to create an iso image from vdi file?

28,121

From VirtualBox forums:

VBoxManage clonehd file.vdi output.iso --format RAW

dd if=output.iso of=/dev/sdX

Replace X in the above command with the letter of the drive you want to write to. Double check this since the command will destroy data on the designated drive.

Now it is on a bootable USB of whatever size.

Share:
28,121

Related videos on Youtube

Praveen
Author by

Praveen

“Somewhere, something incredible is waiting to be known.” ― Carl Sagan

Updated on September 18, 2022

Comments

  • Praveen
    Praveen over 1 year

    I have a .vdi file of OpenSUSE-13 in my host system Ubuntu 14.04LTS. Can I create a .iso image of OpenSUSE for installation, which contains all the applications in my vdi file?

    The .vdi file is about 25GB in size and 11GB of that is the used space.

  • Déjà vu
    Déjà vu over 7 years
    The same forum says that the result is not an ISO file...
  • sudo
    sudo almost 7 years
    This answer says that it's not an ISO but that that doesn't matter. I've tried this in the past and forget whether it works. Other issues may occur, but I'll bet SUSE won't have problems: superuser.com/questions/114445/…