System theme Light theme Dark theme

Download, installation & first boot

Download

You can download Void Linux from the official web site. Some notes about the choice of image:

Flashing the image to an USB is outside the scope of these guides. There are plenty of internet resources on the topic already. I personally just use Ventoy.

Installation

You can choose to log in as either anon or root at your preference (really the only difference you'll feel is the need to use sudo everywhere as the former).

To begin the installation, just run void-installer as root. The installation procedure is guided and pretty straightforward, just a few notes:

If you're lost regarding partitioning, check the Partitioning Notes in the official documentation.

If you're having trouble booting into Void Linux, see Can't boot into Void Linux.

First boot

Updating the system

The first step to take is to update the whole system. You may need to invoke xbps-install multiple times for this, depending on how up-to-date your image was:

sudo xbps-install -Su xbps
sudo xbps-install -Su

Ensuring date is correct

By default, Void Linux gets installed with the chronyd service enabled, so your system clock should already be getting synced via internet connection.

You can check by running the date command. If it returns an incorrect result, its very likely your hardware clock is not on the correct time setting.

Next steps

If all is good, then you currently hold a nice and clean Void Linux installation with no added fluff to do whatever you want with. From here, you can take it wherever.

Since these guides mostly focus around desktop configurations, I'll assume you're looking to set up a desktop environment next; in that case, continue to Preparing for the desktop.

Table of Contents