Install: Kernel - dibrz/ARMBand GitHub Wiki

Before Cloudbox can be installed, the server needs to be on a kernel version of 4.10+ (you can run uname -r to check).

If you are running Ubuntu Server 16.04 LTS with HWS Kernel or Ubuntu Server 18.04 LTS, you can skip this page.

Note: You'll need to update the kernel a different way if you are using: Scaleway or OVH.


Update Kernel via Cloudbox

  1. Run the following command:

    cd ~/cloudbox
    
  2. Run the following command:

    sudo ansible-playbook cloudbox.yml --tags kernel
    

    Note: This may take a while to complete.

  3. Once the kernel update is done, the server will reboot automatically. If it doesn't, run the following command:

    sudo reboot
    

Update Kernel Manually

  1. Run the following command:

    sudo apt-get upgrade linux-generic-hwe-16.04
    

    Note: This may take a while to complete.

  2. Once the kernel update is done, the server will need to be rebooted:

    sudo reboot