Ubuntu 18.04.2 - Manual installation with root filesystem on /dev/vdb ===================================================================== Start the Boot Image -------------------- First login to the control panel: https://my.virtualhosts.de/cloud/ After you have logged in, choose your VPS, click on the gear symbol and then click on “Boot Image” Now you see a list of available boot images. Choose “Ubuntu 18.04.2”. The VM will now reboot and load the installation image. After the VM has booted and is running, you can open the console Ubuntu 18.04.2 installation --------------------------- 1. Ubuntu 18 Grub menu -> select Install Ubuntu Server .. image:: images/1.png 2. Select Language .. image:: images/2.png 2.1 Select Location .. image:: images/3.png 2.2 Select Keyboard .. image:: images/4.png 2.3 Setup Hostname .. image:: images/5.png 2.4 Setup User and Password .. image:: images/6.png 3. Partition disks / Creating partitions You can freely choose how to partition. Important is that you have the /boot partition located on /dev/vda. In this guide we will give an example like this: === =========== ========== ======== ======= ======== No. mount point filesystem disk type bootable === =========== ========== ======== ======= ======== #1 /boot xfs /dev/vda primary On #2 swap swap /dev/vda primary Off #3 / xfs /dev/vdb primary Off === =========== ========== ======== ======= ======== 3.1 Select manual .. image:: images/7.png 3.2 Create /boot partition of size 1GB. Choose “disk 1” (vda) and type enter .. image:: images/9.png 3.2.1 Partition size .. image:: images/10.png 3.2.2 Partition settings .. image:: images/13.png 3.3 Create partition as swap of size 2 GB on disk 1 (vda) .. image:: images/14.png 3.3.1 Partition settings .. image:: images/16.png 3.4 Now create root filesystem "/" on /dev/vdb. .. image:: images/17.png 3.4.1 Partition settings .. image:: images/19.png 3.5 Finish partitioning .. image:: images/21.png 4. Software/Service selection .. image:: images/24.png 5. Install grubloader on vda .. image:: images/26.png 6. Finish the installation .. image:: images/27.png Network configuration --------------------- The IPv4 configuration will be automatically configured. Only IPv6 needs to be configured additionally. The usable IP addresses and necessary information about the network (such as gateway address) can be found in our customer portal: https://my.virtualhosts.de/cloud/ => Control => Server Information => IPv4/IPv6 Settings To change the network configuration, please edit the file /etc/network/interfaces as in the example below: .. code-block:: console auto net0 iface net0 inet dhcp pre-up echo 0 > /proc/sys/net/ipv6/conf/net0/accept_dad iface net0 inet6 static address 2a02:e00:fff0:13x::1/64 iface net0 inet6 static address 2a02:e00:fff0:13x::2/64 ... iface net0 inet6 static address 2a02:e00:fff0:13x::a/64 up ip -6 route add 2a02:e00:fffx::1 dev net0 up ip -6 route add default via 2a02:e00:fffx::1