Comment on page
Ubuntu 22.04 LTS Installation Guide
Ubuntu 22.04 is the operating system our hypervisor runs on. Here's how to properly configure the BIOS and install Ubuntu
1. Create your server
Double check:
- You are not mixing-and-matching RAM
- You have an integrated graphics card, your motherboard includes a graphics device, OR you have an extra discrete GPU
First, hop into the machine's BIOS. For most servers, this will mean pressing down the delete key.
.png?alt=media&token=bd3a8d2c-ba2e-42e8-a78e-0da286180425)
Hop into the machine's BIOS
This allows the CPU to be divided up into customer virtual machines.
In Asrock Rack and Supermicro motherboards, you'll find SVM (virtualization support for AMD CPUs) in Advanced --> CPU Configuration
.png?alt=media&token=df7523a3-ae41-4d71-80e3-f2b81313974b)
This enables us to pass through GPUs into virtual machines.
Also, enable SR-IOV support. While this is not required at the moment, our software will need this functionality in the future.
In Asrock Rack motherboards, you'll find IOMMU in Advanced --> AMD CBS --> NBIO Common Options
.png?alt=media&token=73d5a9fd-3ec2-4fd3-acf4-80ce6e62a660)
Hop here and install the Ubuntu 22.04 Server Edition:


For this tutorial, we'll be using English

Generally, you can continue without updating. If the installation fails, try it with the updated installer
.jpeg?alt=media&token=72da10ab-774c-4fc6-8bc4-ea87d9b15c9b)
Please select "Ubuntu Server," not the minimized option. We require the additional packages that come with it

If you have multiple network devices connected to the network, you may want to create a bond to ensure better reliability. If your router supports 802.3ad, we recommend that. If not, you can just use one network device.

Regardless of if you are using a bond or the network card directly, please make sure you set the IPv4 method through manual mode, not DHCP. This will ensure that the IP will never change, which we require.

When setting your mirror, please set a geographically-close mirror to ensure responsiveness and speed

On this step, MAKE SURE YOU UNCHECK "Set up this disk as an LVM group." Leaving this checked on will make your filesystem unusable by us. We want a standard EXT4 file system, so please have this unchecked.
.jpeg?alt=media&token=c18c6e3a-c58e-4880-ab73-11c65ef3f74c)
At this point, this is what your storage should look like

Then, confirm!
.jpeg?alt=media&token=9651ee38-9abe-407b-a16d-dc021ee658a7)
- Your name: Set this to be anything
- Your server's name: set this to be something descriptive. It does not need to be anything special; it's solely the name of the server that connects to your network, so it can largely be ignored.
- Pick a username: tensordock. Please do NOT do anything else! Not tensordock01, not tensordock_user. Just tensordock.
- Choose a password: Make this a long and complex password! If it is guessable, then hackers could access your machine and do damage to your internal network! You can also log on later and then change the password then.
.jpeg?alt=media&token=6a5889c0-ccb1-4344-8d38-71ecdf52b043)
Then, install OpenSSH server, as shown above. DO NOT install additional 3rd-party drivers (do not install NVIDIA drivers)
Let us know, and we'll promptly get your machine listed after we verify a few additional things and run some tests!
Last modified 12d ago