- Joined
- Jun 18, 2025
- Messages
- 1
- Reaction score
- 0
So i'm setting up unbuntu server with VM's to run 3cx.
The machine seems to stick after creating the vm and trying to install the os
sudo virt-install \
--name pbx-vm1 \
--ram 4096 \
--vcpus 2 \
--disk path=/var/lib/libvirt/images/pbx-vm1.qcow2,size=50 \
--cdrom /var/lib/libvirt/images/3cx.iso \
--os-variant debian12 \
--network bridge=br0 \
--graphics vnc \
--boot cdrom,hd \
--noautoconsole
This Is the command line I use to create the VM, anymore questions I will be delighted to answer.
----------------------------
Current progress: domain is still running. Installation may be in progress.
Waiting for the installation to complete.
The machine seems to stick after creating the vm and trying to install the os
sudo virt-install \
--name pbx-vm1 \
--ram 4096 \
--vcpus 2 \
--disk path=/var/lib/libvirt/images/pbx-vm1.qcow2,size=50 \
--cdrom /var/lib/libvirt/images/3cx.iso \
--os-variant debian12 \
--network bridge=br0 \
--graphics vnc \
--boot cdrom,hd \
--noautoconsole
This Is the command line I use to create the VM, anymore questions I will be delighted to answer.
----------------------------
Current progress: domain is still running. Installation may be in progress.
Waiting for the installation to complete.