Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt_proxmox [2013/12/22 12:07] – droemel | userdoc:tt_proxmox [2016/02/05 15:04] (current) – droemel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Convert AstLinux install files to Proxmox VE ====== | ====== Convert AstLinux install files to Proxmox VE ====== | ||
| + | !!Obsolete info with AstLinux 1.2.5 and later.!!  | ||
| + | |||
| + | \\ | ||
| You can convert an astlinux-XX.img file to a [[http:// | You can convert an astlinux-XX.img file to a [[http:// | ||
| Line 12: | Line 15: | ||
| Example: | Example: | ||
| - | gunzip astlinux-1.1.3-asterisk-1.8.23.1.img.gz | + | gunzip astlinux-1.2.3-asterisk-11.18.0.img.gz | 
|    |    | ||
| - |   qemu-img resize astlinux-1.1.3-asterisk-1.8.23.1.img  | + | 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 [[http:// | ||
| - | qemu-img convert -f raw astlinux-1.1.3-asterisk-1.8.23.1.img -O qcow2 astlinux.qcow2 | + | \\ | 
|    |    | ||
| - | * Now simply create a new 32bit KVM virtual machine with an **IDE** or **SATA** disk, the Intel E1000 NIC and a kvm32 CPU. | + | * Now simply create a new 32bit KVM virtual machine with an **IDE** or **SATA** disk, the **Intel E1000** NIC and a **kvm32** CPU. | 
|   * Take note of the **VM ID**, copy or move the '' |   * Take note of the **VM ID**, copy or move the '' | ||
| - |   * Then edit ''/ | + |   * Then either  | 
| + |     * or just overwrite the default disk with: '' | ||
| Start the AstLinux Virtual Machine... | Start the AstLinux Virtual Machine... | ||
| Line 27: | Line 35: | ||
| Finally, configure using the normal **[[userdoc: | Finally, configure using the normal **[[userdoc: | ||
| - | I tested this with Proxmox VE 3.1 on a real machine,  | + | !!Note ->!! Testing was performed using Proxmox VE 3.1 on bare metal ((you need a 64bit CPU with VT-x or it will be really slow!)).  | 
| + | |||
| + | \\ | ||
| + | \\ | ||