Obsolete info with AstLinux 1.2.5 and later. Use the ISO Installer Image.
You can convert an astlinux-XX.img file to a Proxmox VE .qcow2 file and have a bootable system with a few simple steps.
/var/lib/vz/images/
on your Proxmox VE serverExample:
gunzip astlinux-1.2.3-asterisk-11.18.0.img.gz qemu-img resize astlinux-1.2.3-asterisk-11.18.0.img 4G qemu-img convert -f raw astlinux-1.2.3-asterisk-11.18.0.img -O qcow2 astlinux.qcow2
Here is the complete manual of the qemu-img command.
astlinux.qcow2
to /var/lib/vz/images/<VM ID>/
(it starts with 100)./etc/pve/local/qemu-server/<VM ID>.conf
and change the name of ide0
to astlinux.qcow2
.cp astlinux.qcow2 100/vm-100-disk-1.qcow2
Start the AstLinux Virtual Machineā¦
Finally, configure using the normal setup.
Note -> Testing was performed using Proxmox VE 3.1 on bare metal 1). Your mileage may vary testing Proxmox within another VM, for example VMware appears to work for evaluation purposes, but VirtualBox may have issues with the network bridge interface.