Before Cloudbox can be installed, the Ubuntu kernel needs to be updated to 4.10-generic or higher.
If you installed with Ubuntu Server 16.04 LTS with the HWE kernel (see here), then you can skip this page.
Note: You'll need to update the kernel a different way if you are using: [[Scaleway|FAQ#if-you-are-using-a-scaleway-server]] or [[OVH|FAQ#if-you-are-using-an-ovh-server]].
-
Run the following command:
cd ~/cloudbox
-
Run the following command:
sudo ansible-playbook cloudbox.yml --tags kernel
Note: This may take a while to complete.
-
Once the kernel update is done, the server will reboot automatically. If it doesn't, run the following command:
sudo reboot
-
Run the following command:
sudo apt-get upgrade linux-generic-hwe-16.04
Note: This may take a while to complete.
-
Once the kernel update is done, the server will need to be rebooted:
sudo reboot