Skip to main content
Skip table of contents

CommBox Edge VM - Proxmox Installation Guide

Download and Decompress the Image

  1. SSH to your Proxmox server and change to the images directory

CODE
cd /var/lib/vz/images

  1. Download the latest QCOW image from SPORT and decompress the file.

CODE
gzip -dk vx-blank-v7.1.4.49~45885ba.qcow2.gz

Create a new VM (Without Disk)

In the Proxmox Web UI:

  1. Go to Datacenter > Node > Create VM

    1. Enter:

    2. VM ID: (e.g., 101)

    3. Name: (e.g., CommBox Edge VM)

  2. On the OS tab:

    1. Choose “Do not use any media”

  3. On the System tab:

    1. Leave defaults.

  4. On the Hard Disk tab:

    1. Delete the existing Hard Drive.

  5. Complete the rest (CPU, Memory, Network)

    1. CPU - 4 vCPUs for production installation. 2 vCPUs for lab or testing.

    2. Memory - 16GB

    3. Network Device - 3 NICs (WAN, LAN, Management)

  6. Click Finish

You will not be able to add more than one Network Device when the VM is first created. Make sure to add the additional Network Devices before you boot the VM.

This creates a VM shell without a disk, which we’ll now attach.

image-20250611-195712.png

Import and attach the Disk

  1. On the Proxmox shell use the qm importdisk to import the disk. Remember to replace “102” with the VM ID you were given when you created the VM.

CODE
qm importdisk 102 vx-blank-v7.1.4.49~45885ba.qcow2 local-lvm
  1. Attach the disk to the VM by navigating to VM > Hardware > Unused Disk 0 and clicking Add.

    image-20250611-210227.png
  2. Update the Boot Order by Navigating to VM > Options > Boot Order. Make sure the SCSI0 is at the top of the list and enabled.

image-20250611-203744.png
  1. Start the VM.

  2. Follow the VM Personalization guide to complete the installation.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.