Table of Contents

Devuan Installations

My Devuan installation notes.

Latest Devuan Installation

202204100749

Using Devuan Chimaera DVD ISO (dd onto USB) → UEFI boot!

Note: If using netinstall or CD1 some firmware may not be available - which is a problem if using WiFi module.

The must-haves for MY Devuan installation:

The stuffs I currently need:

Note: these are required to compile Linux kernel: libncurses5-dev build-essential libssl-dev libelf-dev git bison flex (need to check if these are already installed by the above selection, e.g. build-essential and git are covered)

work in progress…?

Last XFCE Installation

Minimal Desktop Installation

I want a basic installation with dwm.

work in progress…

Install Using debootstrap

Note: I got to Cinnamon Desktop and everything looks ok - BUT, I simply cannot run gnome-terminal! Well, I can if i run dbus-update-activation-environment first. So, I missed something coz when I reinstalled using the full dvd, everything works fine.

work in progress…

Devuan upgrade (chimaera to daedalus)

Personal note - basically from devuan.org.

devuan_upgrade.txt
upgrade chimaera to daedalus (from devuan.org)
 
- update/upgrade chimaera
$ apt update
$ apt upgrade
 
- update apt sources.list
$ cd /etc ; sed -i 's/chimaera/daedalus/g'  apt/sources.list ; cd - >/dev/null
 
- update pkg list from daedalus
$ apt update
 
- kill screensaver (if running)
$ killall xscreensaver
 
- upgrade/dist-upgrade
$ apt upgrade
$ apt dist-upgrade
 
- in case of failures, fix and rerun
$ apt -f install
$ apt dist-upgrade
 
- cleanup
$ apt autoremove --purge
$ apt autoclean
 
deb https://deb.devuan.org/merged daedalus main non-free-firmware non-free contrib
deb https://deb.devuan.org/merged daedalus-security main non-free-firmware non-free contrib
deb https://deb.devuan.org/merged daedalus-updates main non-free-firmware non-free contrib
 
#deb-src https://deb.devuan.org/merged daedalus main 
#deb-src https://deb.devuan.org/merged daedalus-security main
#deb-src https://deb.devuan.org/merged daedalus-updates main