Devuan GNU+Linux is a free software operating system for your computer. Free software means you are free to use, copy and distribute, study, change the software, and share your modifications with the community.


Devuan Chimaera Install Guide

This is an easy to follow guide to installing Devuan from the CD/DVD images for supported hardware. The general advice accompanying this guide is to always backup all data before beginning.

Contents

Devuan 4.0.0 Chimaera Release Notes
Prerequisites
Supported architectures
Installation images
Installing Devuan

Prerequisites

As a minimum, knowledge of how to write an ISO image to CD/DVD or USB and make the computer boot from it.

Supported architectures

Installation images

These are currently the ways of getting installation images. Please use mirrors or torrents where possible.

Choose from the following installation options:

  1. The *_netinstall.iso (~300 M) installs a minimal base system then downloads additional packages from the Devuan repositories during the installation process.
  2. The *_server.iso (670 MB) is the first of a 4 CD set that allows for a complete off-line server installation. The remaining CDs provide several desktop options and a limited selection of additional software.
      CD2: Xfce (installable from tasksel) and LXDE.
      CD3: MATE (installable from tasksel) and Openbox window manager.
      CD4: Cinnamon (installable from tasksel) but requires CD2 and CD3 to install.
  3. Use the DVD *_-desktop.iso (4 GB) if there is no network available and/or a need for multiple offline installations. The image contains several desktop choices and additional software options. LXQt and KDE are only available on DVD.

Please note that the graphical install option is no longer available due to size constraints.

Check the integrity of images

Before writing an image to your removable device, it is best to check the integrity to ensure the image is in a good state. This avoids many problems that may later occur during installation otherwise.

Download the SHA256SUMS from the release archive and verify image integrity.

user@hostname:~$ sha256sum --ignore-missing -c SHA256SUMS

Verify the images

Installation images distributed by Devuan are signed so that they can be verified as coming from Devuan. Verifying images checks that they have not been altered in transit.

Get the Devuan developers signing keys and import them to the GPG keyring.

user@hostname:~$ gpg --import devuan-devs.gpg

Use the signed SHA256SUMS.asc from the release archive to verify the image.

user@hostname:~$ gpg --verify SHA256SUMS.asc

A report of a good signature indicates everything is fine.

Writing an image to a CD/DVD or USB drive

Images can be written to a CD or DVD using wodim.

user@hostname:~$ wodim dev=/dev/sr0 -eject filename.iso

All Devuan ISO images are hybrid ISOs and may be written to a USB drive using dd.

root@hostname:~# dd if=filename.iso of=/dev/sdX bs=1M && sync

Installing Devuan

The Devuan Chimaera installer presents itself via Console framebuffer dialog options only because there is no longer a GUI installer available. If this method is unfamiliar, fear not! This guide goes through the process carefully, step by step.

To select an alternate bootloader (lilo) or exclude non-free firmware, choose "Expert install" under Advanced options.

1) Boot from the CD/DVD or USB drive and choose the Install option.

Devuan install first boot

2) The next few steps will ask about the system language, location and keyboard layout.

Keyboard layout

3) The installer will automatically configure the network. Wireless network users will have to provide a SSID and a passphrase. Then the installer will ask for a hostname for the new system. Being creative is fine but spaces and special characters will not be accepted.

Machine hostname

4) Provide a domain name. If this is not needed or you do not know what it is for, leave it blank.

Domain name

5) It is recommended to set a root password for Devuan. It is good security practice to use a strong password. Passwords are always input twice to make sure that there is no mistake.

Root password

6) Configure a user account for day-to-day activities. Unless there is a need to do otherwise, leave the full name blank and continue to providing a username.

User name

7) Enter a password and re-type it again as done before for root.

User password

8) The installer will now set the clock using NTP. Enter the time zone information, and continue with the install.

Configure the clock

  IF FULL DISK ENCRYPTION IS NEEDED SEE HERE BEFORE CONTINUING.

9) Before installing Devuan the disk needs to be partitioned. If free space is available on the disk then choosing to use the largest continuous space is recommended. This will preserve existing partitions and not alter them. Otherwise use the entire disk and ALL DATA on the disk will be LOST.

Use largest space

10) Choosing all files in one partition is a sensible option for newcomers. Manual disk partitioning is beyond the scope of this guide.

All files in one partition

11) It is time to write those partitions to the disk and format them with file systems. If the proposed changes are satisfactory then choose write to disk and continue. This is the last chance to back out and say no before the changes are made.

Write changes to disk

12) The base system will now install. Depending on the system hardware this may take some time.

Waiting for the base system install

13) In the case when there is no Internet access or mirror usage is to be avoided, it is recommended to scan additional CDs so that there are more packages available to install.

Scan CDs

14) If the installion is being performed from a full CD/DVD image, the installer will now ask to enable and choose a network mirror.

It is recommended to use a mirror if there is Internet access so that the latest package versions become available. For an offline installation continue without a mirror.

Network mirror option

15) Select a Devuan archive mirror. A preferred choice is "deb.devuan.org" unless there is another mirror available that is known to provide faster connectivity .

Choose a network mirror

16) Devuan uses popularity contest (popcon) to collect information about the most used packages. This is purely on an opt-in basis and will only collect statistics about packages that are installed from this point onwards.

Popularity contest

17) The defaults are sufficient to get a working Xfce desktop environment. Note that it is not needed to select Xfce explicitly as it is the default but also a different desktop environment may be chosen. Other options can be included or excluded based on the system requirements.

Note that offline installation may require a retry of the Software selection step. Repeating this action should allow the install to continue.

Software selection

18) The installer will now install the selected packages. This will take some time.

Installing software

19) Next the installer will ask to choose the preferred init system. The default in Devuan is sysvinit.

Init choice

20) Now that all the software required is installed, the GRUB bootloader will be installed. This allows the operating system to boot after installation. If GRUB asks to install to the MBR then this is usually the best choice.

Some setups will require no configuration and the install will now finish.

Installing the grub boot loader

21) It is important to choose the correct bootloader location. It should not be installed to a partition but to the MBR area which is located on the hard disk.

In this example /dev/sda is the only hard disk so we will install it there.

Choose bootloader location

22) The install is finished. Remove the installation media to continue to boot into the Devuan graphical environment.

Finish the install

This site is free of cookies and javascript