Welcome to my blog. If you came here expecting expert advice, and deep technical posts, this isn’t that. You will find interesting info, and lots of rambling…
Btrfs on a Hetzner Dedicated Server
This guide assumes you want to install Ubuntu 24.04, the server has a pair of NVME disks, and is set to boot using legacy mode. We also assume that the system has already been booted into the rescue system. Wipe Disks Assuming the disks are NVME. We’ll wipe the partition information from them, before proceeding. wipefs -fa /dev/nvme*n1 Install Ubuntu using installimage Hetzner provides an operating system installation tool, installimage. We’ll use this to partition, install the OS, and perform network configuration. The install configuration should look like the following: ...