When burning vdi to DVD for transfer

This is for discussing general topics about how to use VirtualBox.
Post Reply
cat2005
Posts: 52
Joined: 11. Aug 2009, 03:45
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux & Windows
Location: Kansas City, MO

When burning vdi to DVD for transfer

Post by cat2005 »

I have a vdi I want to burn to DVD then install on another computer using virtual box. When burning vdi to DVD for transfer like this, in what format should I burn the DVD? Data? Or some other format (i.e., make "data disc" or something else)?

Thanks.
MarkCranness
Volunteer
Posts: 875
Joined: 10. Oct 2009, 06:27
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows Server 2008 R2; Ubuntu 11.04; Windows 2000 Server; Windows XP

Re: When burning vdi to DVD for transfer

Post by MarkCranness »

Burn in whatever data format the other computer can read. ISO / ISO+Joliet / UDF whatever.
Yes, the VDI will be a data file on the DVD like any other file; you can't somehow directly burn the VDI as an ISO.

If you plan on using the VDI directly off of the DVD (possible, but not recommended), then:

Code: Select all

VBoxManage modifyhd ... --type immutable
... it before hand (this will force the VM to run with a differencing disk on the local hard drive).
cat2005
Posts: 52
Joined: 11. Aug 2009, 03:45
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux & Windows
Location: Kansas City, MO

Re: When burning vdi to DVD for transfer

Post by cat2005 »

Hi,

No, I do not want to run the vdi from the DVD. The DVD is simply a transport mechanism. I want to burn the vdi to DVD. Then I want to download the vdi from the DVD to the (new) computer with Virtual Box installed.

Would burning the DVD as a simple "data" disc suffice? I would think so, but I want to double check.

Thank you.
MarkCranness
Volunteer
Posts: 875
Joined: 10. Oct 2009, 06:27
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows Server 2008 R2; Ubuntu 11.04; Windows 2000 Server; Windows XP

Re: When burning vdi to DVD for transfer

Post by MarkCranness »

cat2005 wrote:Would burning the DVD as a simple "data" disc suffice?
Yes, I would think so as well.
cat2005
Posts: 52
Joined: 11. Aug 2009, 03:45
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux & Windows
Location: Kansas City, MO

Re: When burning vdi to DVD for transfer

Post by cat2005 »

Thank you.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: When burning vdi to DVD for transfer

Post by mpack »

Curiosity... a big problem of mine.

Why DVD? Why not a USB stick?
cat2005
Posts: 52
Joined: 11. Aug 2009, 03:45
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux & Windows
Location: Kansas City, MO

Re: When burning vdi to DVD for transfer

Post by cat2005 »

mpack wrote:Curiosity... a big problem of mine.

Why DVD? Why not a USB stick?

Because:

1) I am lazy and have never purchased a USB stick
2) I like "read-only" format for certain items
Post Reply