userdoc:tt_virtualbox

This is an old revision of the document!


Convert AstLinux install files to VirtualBox

You can convert an astlinux-XX.img file to a VirtualBox .vdi file and have a bootable system with a few simple steps.

  1. Download an AstLinux 'geni586' .img.gz file
  2. Decompress the image using gunzip, yielding a .img file
  3. Use the VBoxManage utility to convert the image to a virtual disk

Example:

gunzip astlinux-1.0.1-asterisk-1.8.8.1.img.gz
VBoxManage convertfromraw -format VDI astlinux-1.0.1-asterisk-1.8.8.1.img astlinux-1.0.1.vdi

The formats VDI, VMDK and VHD are supported.

Then you can then resize the imageā€¦

Usage:

VBoxManage modifyhd --resize <new size in MB> <path to image> e.g.

Example (let's say 2 GB):

VBoxManage modifyhd --resize 2048 astlinux-1.0.1.vdi

Then simply create a new virtual machine using this file as the disk (I used a network bridge (en0) and the PCnet-Fast III adapter for the 'geni586' image on a Mac).

Finally, configure using the normal setup.

  • userdoc/tt_virtualbox.1327682237.txt.gz
  • Last modified: 2012/01/27 10:37
  • by abelbeck