Installation Guide
Ubuntu 22.04 is the operating system our hypervisor runs on. Here's how to properly configure the BIOS and install Ubuntu
Last updated
Ubuntu 22.04 is the operating system our hypervisor runs on. Here's how to properly configure the BIOS and install Ubuntu
Last updated
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.
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
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
Hop here and install the Ubuntu 22.04 Server Edition:
On this step, MAKE SURE YOU CHECK "Set up this disk as an LVM group."
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.
Then, install OpenSSH server, as shown above. DO NOT install additional 3rd-party drivers (do not install NVIDIA drivers)
We'll promptly get your machine listed after we verify a few additional things and run some tests!