Convert AstLinux install files to VMware

You can convert an astlinux-XX.img file to a VMware .vmdk 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 (VirtualBox) to convert the image to a virtual disk

Example:

gunzip astlinux-1.0.1-asterisk-1.8.8.1.img.gz
VBoxManage convertfromraw -format VMDK astlinux-1.0.1-asterisk-1.8.8.1.img astlinux-1.0.1.vmdk


Now we are ready to create a new VM in VMware, use the “astlinux-1.0.1.vmdk”, Linux, “Other Linux 2.6.x kernel”

Then make some Settings changes…

  Network: Connect directly to the physical network (Bridged)
  Processors & RAM: 2 processor cores (for fun) and 512MB RAM
  Hard Disk: Disk size: increase to 2.00 GB and check Pre-allocate disk space (optional), then click Apply.
  Advanced: Startup Device: "IDE Disk"

The rest of the defaults should be OK.

Start the AstLinux Virtual Machine…

Finally, configure using the normal setup.


Alternative for "VBoxManage" in Java

http://sourceforge.net/projects/raw2vmdk/

Usage:

java -Dtype=<ide|buslogic|lsilogic|legacyESX> -jar raw2vmdk.jar <raw image> <vmdk outfile>

Example (instead of using ” VBoxManage convertfromraw … ”):

cd raw2vmdk-0.1.3.1-jar/
java -jar raw2vmdk.jar ~/Desktop/astlinux-1.0.1-asterisk-1.8.8.1.img ~/Desktop/astlinux-1.0.1.vmdk


userdoc/tt_vmware.txt · Last modified: 2012/01/27 13:10 by abelbeck
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0