How to Install Void Linux: A Complete Step-by-Step Guide

This guide will show you how to install Void Linux easily and set up a fully workable GNOME desktop environment.

Void Linux is independent Linux distribution following a rolling release model entirely developed by volunteers. It appeals to users who prefer a lightweight, minimalistic, highly customizable Linux experience.

However, what sets it apart from most other Linux distributions is that Void is not a derivative of any other. Instead, it is a genuinely original build from scratch.

Moreover, it is a notable exception to most Linux distributions because it is systemd-free; Void uses runit as its init system instead of the more common systemd.

For those not familiar with runit, it is a very minimalist and extremely fast init system that is easy to configure and more in line with the old daemon tools that Linux distros used to use by default.

Armed with this knowledge, we can now move to the meat of this guide – the installation of Void Linux.

UEFI Preparation

You can install Void Linux directly to your computer by following this guide, but you can also install it on a virtual machine using VirtualBox or KVM.

Before starting the installation, VirtualBox’s and KVM’s virt-manager users must enable EFI in the virtual machine settings. Otherwise, an error will occur when attempting to install the GRUB bootloader.

VirtualBox

Enable EFI on VirtualBox

Virt-Manager

Enable UEFI on virt-manager

1. Download the Void Linux Installation Image

The first thing that we need to do is obtain an installation image of Void Linux. Void comes with two C standard libraries: glibc and musl. Glibc is widely used among Linux distributions.

On the other hand, musl is a more straightforward implementation of the same C library, but its recency means that not all programs will work properly.

For this guide, we will use the glibc version. First, visit the Void Linux download page and grab the base Live image with glibc.

Download Void Linux Installation ISO Image

2. Prepare Live Bootable USB

Once your Void Linux ISO file finishes downloading, you must create a live Void installation USB from the ISO you just downloaded. There are many ways to prepare it, and one of them is by using the dd command.

Alternatively, you can use applications such as Etcher or Ventoy, which are good options for creating a bootable USB drive.

3. Boot Void Linux from the Live USB

Once you have created a live USB for Void Linux, shut down your computer, plug the USB into it, and boot your system.

Please remember that you can sometimes not boot from a Live USB with secure boot enabled. If that’s the case with you, access the BIOS and disable the secure boot first.

Once you have appropriately booted into the Void ISO, you should see something similar to the below image.

Boot Screen

Choose the first row and hit “Enter.”

After the installer decompresses and loads the Linux kernel, you will be automatically thrown to a terminal with root privileges.

At this point, we only have the Void Linux live system. We need to proceed to install Void Linux. Log in with the username “root” and password “voidlinux.”

Starting Void Linux Installation

Then start the installation process. To do this, type void-installer in the command line.

void-installerCode language: JavaScript (javascript)

4. Installing Void Linux

Void uses a simple text-based installer to guide you through the traditional installation steps. In addition, the Void’s installation program will welcome you.

We’re going to go ahead and press “Enter.”

Installer Welcome Screen

4.1 Set System Keyboard

The installation wizard’s main menu highlights all the steps you need to do. We are starting with the “Keyboard” and making our way down.

Set System Keyboard

Select whatever works for you, but mine is the “us” standard keyboard. So go down to “us,” select it, and hit “Enter.”

Set System Keyboard

4.2 Set up the Network

Next is the network setup.

Set up the Network

The network says it did detect an Ethernet adapter here.

Set up the Network

Next, the installer will ask if you want to set up DHCP for this Ethernet adapter. If you choose “Yes,” your network adapter will automatically grab an IP address from your router. Otherwise, you will have to set up a static IP address.

Set up the Network

As you can see, it says that our network works correctly, so hit the “Enter” key.

Set up the Network

4.3 Installation Source

The next step is to select where the installer will get its installation packages.

Set Installation Source

To get the latest packages, select “Network.” Of course, this option requires a workable network connection.

Set Installation Source

4.4 Set System Hostname

In the next step, you must provide a hostname for your Void system. Again, it can be anything that you want. 

Set System Hostname

In our case, I will name the machine “void.”

Set System Hostname

4.5 Set System Locale

Now we need to set up a locale. 

Set System Locale

Select “en_US.UTF-8.”

Set System Locale

4.6 Set System Timezone

Next, let’s configure the timezone.

Set System Timezone

For the timezone step, pick the closest location to you to determine your system clock.

Set System Timezone

For this Void Linux installation, I choose “America“> “New York.” Of course, you select the time zone corresponding to your location.

Set System Timezone

4.7 Set Root Password

Following that, we’ll be setting up a root password. So let’s go ahead and press “Enter.”

Set Root Password

Then type in a password you want to use for a root user. Make sure this is a secure password. After that, you’re going to be asked to confirm the password.

Set Root Password

4.8 Setting Up the User

Next, we have the user account to set up, which is the system’s primary user. So this is what you’ll be logging in with access to the desktop.

Setting Up the User

The first prompt will ask for your username.

Setting Up the User

The next is for the full name of our new user. For example, you can enter your name here. I chose to stay with the default value “Void User.”

Setting Up the User

After that, you’ll be asked for a password and a password confirmation.

Setting Up the User

Select which system groups you want your user account in the next step. The installer has already provided reasonable defaults, which should be enough for daily use, so press “Enter” to continue to the next step.

Setting Up the User

4.9 Setting Up the Bootloader

Next, we’ll be asked about the bootloader.

Setting Up the Bootloader

Go ahead and set where to install it. As you can see here, I only have one disk, “/dev/vda,” and that’s the one I will select.

Make sure you choose the proper disk; mount it to your computer if you have more than one.

Setting Up the Bootloader

The installer asks if you want to use the graphical terminal for the bootloader. Choose “Yes.”

Setting Up the Bootloader

4.10 Partition of the Disk

The next step in our Void Linux installation guide is partitioning the hard drive. Here you will find the most trouble if you are unfamiliar with partitioning tools such as cfdisk or fdisk.

But don’t worry, it’s easy, as you’ll see.

Partition the Disk

Here you can see the disk selected is “/dev/vda.” That’s the only one for me. Of course, you might have more than this if you have multiple disks mounted to your system. So make sure again to select the proper one.

Partition the Disk

The wizard will then ask which tool you want to use to partition the disk. Select “cfdisk,” as it is simpler and easier to use.

Partition the Disk

Here you can go ahead and read through the differences. Then, you can either set up an MBR or GPT partition table. In this guide, we will use GPT.

Partition the Disk

Now let’s start creating the disk layout partition table. If you use a blank disk, cfdisk will ask you for a Label Type. Select “gpt” and hit “Enter.”

Partition the Disk

Then select “Free Space” and hit “New” from the bottom menu. You can navigate through the menu options using the Tab or arrow keys.

Partition the Disk

Type the partition size in GB (1G) and press the “Enter” key.

Partition the Disk

With the “/dev/vda1” partition still selected, select “Type” from the bottom menu and choose “EFI System” partition type.

Partition the Disk
Partition the Disk

You’ve finished configuring the EFI System partition. Now let’s create the Swap partition using the same procedure.

Select “Free space” again and hit “New.”

Partition the Disk

Type the partition size in GB (4G) and press the “Enter” key.

Partition the Disk

Finally, you need to create the root (/) partition. Once again, select the remaining “Free space” and hit on “New.”

Partition the Disk

Leave the default size value: all the remaining free space. Then, press the “Enter” key.

Partition the Disk

You’ve finished configuring the root partition. Finally, you need to save the changes made. Choose “Write” from the bottom menu and hit “Enter.”

Partition the Disk

Type “yes” and press the “Enter” key.

Partition the Disk

We’re done here. Select “Quit” and press “Enter” to do so.

Partition the Disk

4.11 Creating the Filesystems and Mount Points

For the filesystems step, you will create the filesystems for the partitions you made.

Creating the Filesystems and Mountpoints

The first filesystem we have is “/dev/vda1,” which was the partition of the EFI system. So go ahead and press “Enter.”

Creating the Filesystems and Mountpoints

We’ll use the “vfat” for this one.

Creating the Filesystems and Mountpoints

Then the installer asked us where do we want to mount this partition. It will be in “/boot/efi,” so type it and press “Enter.”

Creating the Filesystems and Mountpoints

Confirm your choice by pressing “Enter.”

Creating the Filesystems and Mountpoints

Next is “/dev/vda2.” We’re going to go ahead and press “Enter.”

Creating the Filesystems and Mountpoints

Here we wanted to create a “swap.” So choose it and press “Enter.”

Creating the Filesystems and Mountpoints

Confirm your choice by pressing “Enter.”

Creating the Filesystems and Mountpoints

And finally, go down to the bottom and pick “/dev/vda3.”

Creating the Filesystems and Mountpoints

Choose “ext4” for the filesystem.

Creating the Filesystems and Mountpoints

Then the installer says to specify a mount point. We put one forward slash (/) indicating the root file system and hit “Enter.”

Creating the Filesystems and Mountpoints

Confirm your choice by pressing “Enter.”

Creating the Filesystems and Mountpoints

After we’re done with all three partitions, we’ll scroll over to the “Done” button and press “Enter.”

Creating the Filesystems and Mountpoints

Now that we have selected our filesystems and the disk partitions, we proceed by running the installation process. So select “Install” and press “Enter.”

Void Linux Installation

Here we are getting one last confirmation. Just press “Yes.”

Void Linux Installation

The packet download will start, so be patient and wait for it to finish. It usually takes a few minutes.

Void Linux Installation

Once the download is done, it will show an “OK” prompt. Press “Enter,” and the wizard will continue the installation process.

Void Linux Installation

The installation should not take long. Once finished, the installer will display an installation success screen. Select “Yes” to reboot the machine to the newly installed Void Linux.

Void Linux Installation

After the reboot, you will be greeted by the GRUB bootloader.

Void Linux GRUB Boot Manager

After booting your new Void Linux system, you can log in with the root account you created earlier.

Void Linux Installation Succeeded

Suppose you got this far – congratulations! You successfully installed Void Linux on your computer!

5. Installing Desktop Environment on Void Linux

At this point, your Void Linux system contains only the essential software packages needed to manage the system from the command line, with no desktop environment installed. So, let’s add it.

Firstly, change the default root shell to Bash.

chsh -s /usr/bin/bash
Changing the Default root Shell on Void Linux

Then, log out (“Ctrl+D“) and log in so that the change can be applied.

We can choose between many desktop environments that can be used with Void Linux. For this guide, I will install GNOME.

xbps-install -S gnome gnome-apps xorg

However, if you are unfamiliar with installing packages on Void, do not worry – we’ve got you covered. Here is our excellent guide to get you started: How to Use XBPS Package Manager on Void Linux

Once the package installation is complete, it is time to set up the services that will automatically start when you reboot your Void Linux system.

Managing services on Void is relatively easy. It uses the runit supervision suite to run system services and daemons.

All service scripts currently running are just files that can be seen in the “/var/service/” directory, and those can easily be added, modified, or removed from “/etc/sv/.”

To enable a service on a booted system, you need to create a symlink to the service directory in “/var/service.”

With that said, let’s enable the GDM display manager, Network Manager, and DBUS services to autostart:

ln -s /etc/sv/gdm /var/service
ln -s /etc/sv/NetworkManager /var/service
ln -s /etc/sv/dbus /var/serviceCode language: JavaScript (javascript)

6. Enable Audio

To set up the audio on Void, you must first decide whether to utilize PipeWire, PulseAudio, or ALSA. Since PipeWire is increasingly becoming the default media server for Linux, we will use it in this guide.

Run the two commands below to enable the automatic startup of the PipeWire media server and WirePlumber, a powerful session and policy manager for PipeWire, when logging into the desktop environment.

ln -s /usr/share/applications/wireplumber.desktop /etc/xdg/autostart/
ln -s /usr/share/applications/pipewire.desktop /etc/xdg/autostart/

More on the topic – here.

7. Reboot and Enter the Void

Finally, reboot and log in to the newly installed GNOME desktop environment.

reboot
GDM Login Screen

From this point, you can install what you want and configure your Void Linux system to suit your tastes and preferences best.

Void Linux GNOME Desktop - Successfully Installed

Conclusion

Up to this point, you have gotten some good information about Void Linux and have successfully installed it. I know it was long, but I have tried to cover all steps in brief and other additional things from scratch.

By completing this guide, you have gained the skills to install Void Linux easily and acquired a solid foundation to explore further customization options, experiment with additional software, and delve into the vibrant Void Linux community.

In addition, as a Void user, the Void Linux Handbook might be a precious resource to you.

I hope the guide has helped get you started with Void Linux. Thanks for using it!

If you have any questions, comments, or suggestions, please post them in the comments section below.

Bobby Borisov

Bobby Borisov

Bobby, an editor-in-chief at Linuxiac, is a Linux professional with over 20 years of experience. With a strong focus on Linux and open-source software, he has worked as a Senior Linux System Administrator, Software Developer, and DevOps Engineer for small and large multinational companies.

Think You're an Ubuntu Expert? Let's Find Out!

Put your knowledge to the test in our lightning-fast Ubuntu quiz!
Ten questions to challenge yourself to see if you're a Linux legend or just a penguin in the making.

1 / 10

Ubuntu is an ancient African word that means:

2 / 10

Who is the Ubuntu's founder?

3 / 10

What year was the first official Ubuntu release?

4 / 10

What does the Ubuntu logo symbolize?

5 / 10

What package format does Ubuntu use for installing software?

6 / 10

When are Ubuntu's LTS versions released?

7 / 10

What is Unity?

8 / 10

What are Ubuntu versions named after?

9 / 10

What's Ubuntu Core?

10 / 10

Which Ubuntu version is Snap introduced?

The average score is 68%

17 Comments

  1. You should specify that after installation you need to finish the installation of the user account. You need to go like root and add to the user groups and confirm the password to log in already as a user. Without this, the system does not recognize the user account and his password.

    • Thanks for the note but if you follow the steps described above no further actions are needed to finalize the user account settings. Once the installation is complete, the user account is available and ready for use.

  2. Could you please be a bit more clear about the way it should be installed on virtual box? Because starting the iso within a VB instance is completely different. And if I understand the article correctly it will just be installed on a bare metal system. Am I missing something?

    • Hi HJ,

      As a matter of fact, the installation shown above was made using a KVM. The procedure, whether using a KVM, VirtualBox or doing a bare metal installation is absolutely identical.
      Just run the installation ISO file (void-live-x86_64-20210930.iso) in VirtualBox the way you run all the others. There is nothing special here, except the EFI part which is shown at the beginning of the guide.

      Best,
      Bobby

  3. I noticed the iso dated from 2021-09 and it used kernel 5.13.
    That seems oldish to me. They haven’t produce anything since last september ??? Is Void really still alive or slowing dying ???

    • Void certainly is not dying. 🙂 Just the installation ISO image comes with this version of the Linux kernel. If you perform a network installation, you will see that the installed kernel is the latest possible:
      [linuxiac@void ~]$ uname -a
      Linux void 5.15.17_1 #1 SMP Thu Jan 27 12:55:26 UTC 2022 x86_64 GNU/Linux

      Linux 5.15.17, Thu, 27 Jan 2022
      https://lwn.net/Articles/882911/

  4. Thanks for the tutorial. It was very helpful in setting up my first instance of Void Linux. I appreciate their documentation and will refer to it but this style of quick start is much easier as a new user to Void.

  5. Bonjour et merci beaucoup pour ce tuto détaillé et très clair. Je l’ai suivi pour une installation rapide, sans cafouillage, et avec succès.
    J’ai cependant une question technique concernant l’environnement de bureau (DE):
    Vous avez opté pour gnome, je n’ai pas d’avis objectif sur la question, c’est très bien mais j’aimerais installer xfce ou mate afin de gagner encore en fluidité.
    Void est une distribution très légère qui convient parfaitement aux machines peu musclées et gnome plombe un peu les performances.
    Comment installer d’autres DE plus légers et comment les faire cohabiter en switchant de l’un à l’autre en fonction des besoins et des humeurs ?
    D’avance merci beaucoup pour votre réponse.

    • Bonjour Sony,
      Le site est anglophone, une question en Français appelera moins de réponses…

      Pour installer d’autres DE, il faut utiliser le gestionnaire de paquets : xbps. J’ai noté que Xfce est présent, Mate aussi. Il y a également lxqt (minimaliste, léger). Soit tu as déjà un système sous Void, et dans ce cas:
      xbps-install -Su xfce
      (ou “mate”, ou “lxqt”).
      Soit tu n’as pas encore de système sous Void, ou peux en réinstaller un, et alors en partant de l’image live avec Xfce, et en installant “local” plutôt que “network” au moment du choix des paquets, ça installe un bureau Xfce fonctionnel (à part le son, chez moi).
      Le manuel Void détaille l’installation d’autres DE plus lourds (KDE, Gnome) mais il suffit de remplacer par le paquet de ton choix : soit avec le méta-paquet, soit en choisissant les paquets plus finement.

      Pour ce qui est de changer de DE, évidemment c’est possible : ça se fera dans le gestionnaire de session, au début, dans l’écran de login.
      J’ai installé sddm avec KDE, ça fonctionne, mais c’était déjà le cas avec le gestionnaire par défaut (lxdm il me semble).
      Bon courage !

  6. Hi Bobby. My good old MXLinux21 is getting bloated and slower. Tried Void and it is eye-blinking fast, virtually instant. Awesome. But, things like ‘USB with persistance’, and also Void Installing are nightmares for newbies. I’m running Void KDE live (USB 1) and want to actually install it on a second 64Gb (USB 2) stick. Not sure how to manage this correctly? Tips please? Hope Void learns from MXLinux etc and gets a good Installer GUI very soon, so more people will use Void…the future of great Linux distros! – – – – – before the big boys catch up! Send me an email with details if you wish, in case it is a big explanation. Thanks.

  7. Note that you need to have mesa-dri package installed, in order for GNOME to work after starting up.

Leave a Reply

Your email address will not be published. Required fields are marked *