Page 1 of 1

15 min for install Vicibox on dedicated server on cloud

PostPosted: Thu Nov 03, 2022 2:53 pm
by hanidhakwani
With a low speed connection, it is possible to install vicibox OS using ISO on a dedicated server. Tested on OVH and SCALEWAY.

15 minutes ONLY :D

Disable Monitoring on OVH server

1 - Boot your server on secure mode
2 - Download ISO file : wget http://download.vicidial.com/iso/vicibo ... -8.1.2.iso
3 - SHA : sha256sum ViciBox_v8_1.x86_64-8.1.2.iso
4 - sudo apt-get update
5 - sudo apt-get install qemu qemu-kvm ovmf
6 - sudo qemu-system-x86_64 -enable-kvm -nodefaults -cdrom ViciBox_v8_1.x86_64-8.1.2.iso -hda /dev/sda -hdb /dev/sdb -bios /usr/share/ovmf/OVMF.fd -smp 4 -m 4G -net nic -net user -vga std -vnc SERVER_IP:0 -usbdevice tablet -k fr
7 - connect with TightVNC on SERVER_IP:5900
8 - install vicidial OS
9 - reboot your server on normal mode

Re: 15 min for install Vicibox on dedicated server on cloud

PostPosted: Sun Nov 06, 2022 9:56 am
by mflorell
VICIbox 8 is a few years old at this point, and the version of OpenSuSE it uses us not supported anymore. Have you tried this install method with VICIbox 10 at all?

Re: 15 min for install Vicibox on dedicated server on cloud

PostPosted: Sun Nov 06, 2022 10:27 am
by hanidhakwani
it is validated with V10 .

Re: 15 min for install Vicibox on dedicated server on cloud

PostPosted: Fri Nov 25, 2022 5:10 pm
by prolyke212
When I'm trying to install Vicibox 10 on dedicated server using the same instruction followed upon. It's not booting up the vicibox ISO instead it's booting up to default ISO which is attached on server from OVH. are there any other instruction to be followed for vicibox 10 ?

Re: 15 min for install Vicibox on dedicated server on cloud

PostPosted: Sun Nov 27, 2022 5:21 pm
by hanidhakwani
it must start in secure mode with the ovh iso and then follow the instructions