If you want to run CentOS inside a ZSpace virtual machine, the overall process is straightforward, but there are a few details that matter—especially the network setup. Below is a complete walkthrough, from downloading the ISO to logging in with SSH.
Download the CentOS image first
Start by getting a CentOS ISO from the Alibaba Cloud mirror:
https://mirrors.aliyun.com/centos/
CentOS provides several ISO types, and each one is aimed at a different use case:
- DVD ISO: the standard edition. This is the one used here, and for most people it is the safest choice.
- Everything ISO: the full edition, with a much larger software set included. It is more beginner-friendly if you want more components available out of the box, including easier switching between graphical and command-line environments.
- Minimal ISO: a stripped-down release. It does not include a graphical interface, so it is not a good fit for beginners.
- NetInstall: used to boot first and then install over the network.

Which version to choose
Scroll down and find 7.9.2009/.
The version used here is CentOS 7.9, mainly because it works better with BaoTa compatibility. Of course, you can choose a different version if you have your own requirements.
After downloading the ISO, upload it to a folder on your ZSpace device.
Path:
7.9.2009-isos-x86_64

Before creating the VM: unbind Bond
The first important step is to unbind Bond.

Once Bond has been removed, manually configure your ZSpace network settings, including the IP address and DNS. Do not leave it on DHCP auto-assignment, because that may cause unpredictable problems for the virtual machine.

As for which interface to configure:
- If the network cable is plugged into the port closer to the power connector, set Network 1.
- If it is plugged into the port farther from the power connector, set Network 2.
Set up the bridge
After that, configure the network bridge.


The bridge shown here is already created, which is why the option appears grayed out.
Go through the CentOS installation
Once the ISO is attached and the VM is created, proceed with the standard installation steps.











If the installation completion button is gray, go back into Installation Destination, select it again, and refresh it. After that, it should become available.

Then set the root password and wait for the installation to finish.
Log in with SSH
After CentOS is installed, you can connect through SSH right away.
Use the following login information:
- IP address: the IP you configured earlier
- Username:
root - Password: the root password you set during installation
- Port:
22by default