Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.11 KB

First-Time-Install:-Updating-Kernel.md

File metadata and controls

49 lines (29 loc) · 1.11 KB

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]].


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