The officially official Devuan Forum!

You are not logged in.

#1 Yesterday 05:31:59

wolfchar
Member
From: USA
Registered: 2026-04-10
Posts: 6  
Website

How to Switch to the Devuan OpenRC Setup Post-Desktop Live Install?

I'm wondering if there is a method to convert a desktop-live.iso to the default Devuan OpenRC setup without the need for a complete re-installation. From my recall/understanding, this is a feature accessible with the other .isos distributed.

I recently performed a new installation using the desktop-live install .iso with the Refracta installer. This process, as I understand it, simply copies the current state of the live OS onto the partitions designated by the user during the installation. Unfortunately, there didn't seem to be an option to select the init system to be used.

Last edited by wolfchar (Yesterday 05:42:32)


wolfchar

"An idiot admires complexity, a genius admires simplicity." - Terry A. Davis

Offline

#2 Yesterday 09:03:27

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,885  

Re: How to Switch to the Devuan OpenRC Setup Post-Desktop Live Install?

You're right. The live installer just copies the running system to hard drive. If you have a couple extra GB of RAM, do an apt update and install packages or make other changes, then run the installer and the changes will be copied. I don't know if that will work with installing openrc, because a reboot is required - that would have to be the reboot into the installed system, because all changes are lost in the live system when it reboots.

If you already installed or are about to install, the simplest solution is to install with sysvinit, reboot into the new system and install openrc, then reboot again. Watch the screen for instructions when you install openrc. I haven't done it in a long time, so I don't know the current state. There might be some commands to run.

Offline

#3 Yesterday 20:46:10

wolfchar
Member
From: USA
Registered: 2026-04-10
Posts: 6  
Website

Re: How to Switch to the Devuan OpenRC Setup Post-Desktop Live Install?

fsmithred wrote:

If you already installed or are about to install, the simplest solution is to install with sysvinit, reboot into the new system and install openrc, then reboot again. Watch the screen for instructions when you install openrc. I haven't done it in a long time, so I don't know the current state. There might be some commands to run.

Ah okay, I'll have to investigate sometime and check if this is the case. I'll try to update this thread when that happens. Since we don't really know (and won't until someone tries it and records the results) if there is more post-setup required to get OpenRC working from the desktop-live install, I'll leave it open until someone tries and replies to confirm.

Last edited by wolfchar (Yesterday 20:46:47)


wolfchar

"An idiot admires complexity, a genius admires simplicity." - Terry A. Davis

Offline

#4 Yesterday 23:34:48

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,885  

Re: How to Switch to the Devuan OpenRC Setup Post-Desktop Live Install?

TLDR:

# apt install openrc
...
**********************************************************************
*** WARNING: if you are replacing sysv-rc by OpenRC, then you must ***
*** reboot immediately using the following command:                ***
for file in /etc/rc0.d/K*; do s=`basename $(readlink "$file")` ; /etc/init.d/$s stop; done
**********************************************************************

Whole thing:

# apt install openrc
Reading package lists...
Building dependency tree...
Reading state information...
Installing:
  openrc

Installing dependencies:
  libeinfo1  librc1t64

Suggested packages:
  policycoreutils

REMOVING:
  sysv-rc

Summary:
  Upgrading: 0, Installing: 3, Removing: 1, Not Upgrading: 146
  Download size: 234 kB
  Space needed: 1,944 kB / 2,401 MB available

Continue? [Y/n] Get:1 http://deb.devuan.org/merged excalibur/main amd64 libeinfo1 amd64 0.56-1 [14.5 kB]
Get:2 http://deb.devuan.org/merged excalibur/main amd64 librc1t64 amd64 0.56-1 [33.8 kB]
Get:3 http://deb.devuan.org/merged excalibur/main amd64 openrc amd64 0.56-1 [186 kB]
Fetched 234 kB in 3s (76.4 kB/s)
Selecting previously unselected package libeinfo1:amd64.
(Reading database ... 148892 files and directories currently installed.)
Preparing to unpack .../libeinfo1_0.56-1_amd64.deb ...
Unpacking libeinfo1:amd64 (0.56-1) ...
Selecting previously unselected package librc1t64:amd64.
Preparing to unpack .../librc1t64_0.56-1_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/librc.so.1 to /lib/x86_64-linux-gnu/librc.so.1.usr-is-merged by librc1t64'
Unpacking librc1t64:amd64 (0.56-1) ...
dpkg: sysv-rc: dependency problems, but removing anyway as you requested:
 sysvinit-core depends on sysv-rc | openrc | file-rc; however:
  Package sysv-rc is to be removed.
  Package openrc is not installed.
  Package file-rc is not installed.
 initscripts depends on sysv-rc | file-rc | openrc; however:
  Package sysv-rc is to be removed.
  Package file-rc is not installed.
  Package openrc is not installed.

(Reading database ... 148905 files and directories currently installed.)
Removing sysv-rc (3.14-4devuan1) ...
Selecting previously unselected package openrc.
(Reading database ... 148879 files and directories currently installed.)
Preparing to unpack .../openrc_0.56-1_amd64.deb ...
Unpacking openrc (0.56-1) ...
Setting up libeinfo1:amd64 (0.56-1) ...
Setting up librc1t64:amd64 (0.56-1) ...
Removing 'diversion of /lib/x86_64-linux-gnu/librc.so.1 to /lib/x86_64-linux-gnu/librc.so.1.usr-is-merged by librc1t64'
Setting up openrc (0.56-1) ...
Add existing services ...
 * service killprocs added to runlevel recovery
 * service bootlogs added to runlevel recovery
 * service single added to runlevel recovery
 * service console-setup.sh added to runlevel default
 * service acpi-fakekey added to runlevel default
 * service bootlogs added to runlevel default
 * service pulseaudio-enable-autospawn added to runlevel default
 * service rsyslog added to runlevel default
 * service sudo added to runlevel default
 * service uuidd added to runlevel default
 * service acpid added to runlevel default
 * service anacron added to runlevel default
 * service cron added to runlevel default
 * service dbus added to runlevel default
 * service exim4 added to runlevel default
 * service rmnologin added to runlevel default
 * service rsync added to runlevel default
 * service avahi-daemon added to runlevel default
 * service bluetooth added to runlevel default
 * service elogind added to runlevel default
 * service lightdm added to runlevel default
 * service network-manager added to runlevel default
 * service slim added to runlevel default
 * service cups added to runlevel default
 * service cups-browsed added to runlevel default
 * service saned added to runlevel default
 * service rc.local added to runlevel default
 * service stop-bootlogd added to runlevel default
 * service live-config added to runlevel sysinit
 * service mountkernfs.sh added to runlevel sysinit
 * service eudev added to runlevel sysinit
 * service mountdevsubfs.sh added to runlevel sysinit
 * service udev added to runlevel sysinit
 * service keyboard-setup.sh added to runlevel sysinit
 * service bootlogd added to runlevel sysinit
 * service hostname.sh added to runlevel sysinit
 * service checkroot.sh added to runlevel sysinit
 * service cryptdisks-early added to runlevel sysinit
 * service checkroot-bootclean.sh added to runlevel sysinit
 * service kmod added to runlevel sysinit
 * service cryptdisks added to runlevel sysinit
 * service checkfs.sh added to runlevel sysinit
 * service mountall.sh added to runlevel sysinit
 * service mount-configfs added to runlevel sysinit
 * service mountall-bootclean.sh added to runlevel sysinit
 * service apparmor added to runlevel sysinit
 * service brightness added to runlevel sysinit
 * service procps added to runlevel sysinit
 * service stop-bootlogd-single added to runlevel sysinit
 * service urandom added to runlevel sysinit
 * service networking added to runlevel sysinit
 * service rpcbind added to runlevel sysinit
 * service nfs-common added to runlevel sysinit
 * service mountnfs.sh added to runlevel sysinit
 * service mountnfs-bootclean.sh added to runlevel sysinit
 * service alsa-utils added to runlevel sysinit
 * service bootmisc.sh added to runlevel sysinit
 * service lm-sensors added to runlevel sysinit
 * service screen-cleanup added to runlevel sysinit
 * service x11-common added to runlevel sysinit
 * service live-tools added to runlevel sysinit
 * service sendsigs added to runlevel off
 * service umountnfs.sh added to runlevel off
 * service umountfs added to runlevel off
 * service umountroot added to runlevel off
 * service savecache added to runlevel off
 * service cgroups added to runlevel sysinit
 * Caching service dependencies ...
Error: udev is the name of a real and virtual service.
 * Found a solvable dependency loop: bootlogd a> hwclock u> rsyslog u> live-tools a> umountroot n> udev u> mountdevsubfs.sh p> mountdevsubfs n> bootlogd.
 * Solving the loop by breaking udev u> mountdevsubfs.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> udev u> bootmisc.sh.
 * Solving the loop by breaking umountfs u> bootmisc.sh.
 * Solving the loop by breaking udev u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> rpcbind u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> rpcbind u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> rpcbind n> nfs-common u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking u> rpcbind u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking u> rpcbind u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking u> rpcbind n> nfs-common u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking p> ifupdown u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking p> ifupdown u> rpcbind u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs n> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking p> ifupdown u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking p> ifupdown u> rpcbind u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking p> ifupdown u> rpcbind n> nfs-common u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> mountnfs-bootclean.sh p> mountnfs-bootclean u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking p> ifupdown u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> rpcbind u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> rpcbind u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> rpcbind n> nfs-common u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking u> rpcbind u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking u> rpcbind u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking u> rpcbind n> nfs-common u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking p> ifupdown u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking p> ifupdown u> rpcbind u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs n> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking p> ifupdown u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking p> ifupdown u> rpcbind u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking p> ifupdown u> rpcbind n> nfs-common u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> mountnfs-bootclean.sh p> mountnfs-bootclean u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking p> ifupdown u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> rpcbind u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> rpcbind u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> rpcbind n> nfs-common u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking u> rpcbind u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking u> rpcbind u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking u> rpcbind n> nfs-common u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> checkfs n> mountall.sh p> mountall u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking p> ifupdown u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking p> ifupdown u> rpcbind u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs n> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking p> ifupdown u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking p> ifupdown u> rpcbind u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking p> ifupdown u> rpcbind n> nfs-common u> mountnfs.sh p> mountnfs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> mountnfs-bootclean.sh p> mountnfs-bootclean u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking p> ifupdown u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs u> bootmisc.sh.
 * Solving the loop by breaking umountfs u> rpcbind.
 * Solving the loop by breaking mountnfs u> bootmisc.sh.
 * Solving the loop by breaking umountnfs u> bootmisc.sh.
 * Solving the loop by breaking nfs-common u> mountnfs.sh.
 * Solving the loop by breaking networking u> rpcbind.
 * Solving the loop by breaking rpcbind u> mountnfs.sh.
 * Solving the loop by breaking ifupdown u> mountnfs.sh.
 * Solving the loop by breaking mountnfs-bootclean u> bootmisc.sh.
 * Solving the loop by breaking mountall u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs n> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking p> ifupdown u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking p> ifupdown u> rpcbind u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> umountfs u> networking p> ifupdown u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs n> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking p> ifupdown u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking p> ifupdown u> rpcbind u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> umountfs u> networking p> ifupdown u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks a> checkfs n> mountall.sh p> mountall n> mountall-bootclean.sh p> mountall-bootclean u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs n> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking p> ifupdown u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking p> ifupdown u> rpcbind u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Found a solvable dependency loop: bootmisc.sh p> bootmisc n> live-tools a> umountroot n> cryptdisks-early a> umountfs u> networking p> ifupdown u> rpcbind n> nfs-common u> umountnfs.sh p> umountnfs n> sendsigs u> bootmisc.sh.
 * Solving the loop by breaking sendsigs u> bootmisc.sh.
 * Solving the loop by breaking umountfs u> networking.
 * Solving the loop by breaking ifupdown u> umountnfs.sh.
 * Solving the loop by breaking nfs-common u> umountnfs.sh.
 * Solving the loop by breaking networking u> umountnfs.sh.
 * Solving the loop by breaking rpcbind u> umountnfs.sh.
 * Solving the loop by breaking mountall-bootclean u> bootmisc.sh.
 * Found a solvable dependency loop: cryptdisks a> umountfs u> live-tools a> umountroot n> cryptdisks.
 * Found a solvable dependency loop: cryptdisks a> umountfs u> live-tools a> umountroot n> udev u> cryptdisks.
 * Solving the loop by breaking umountfs u> live-tools.
 * Solving the loop by breaking udev u> cryptdisks.
 * Found a solvable dependency loop: cryptdisks a> checkfs n> mountall.sh p> mountall u> live-tools a> umountroot n> cryptdisks.
 * Found a solvable dependency loop: cryptdisks a> umountfs u> rsyslog u> live-tools a> umountroot n> cryptdisks.
 * Solving the loop by breaking umountfs u> rsyslog.
 * Solving the loop by breaking rsyslog u> live-tools.
 * Found a solvable dependency loop: cryptdisks a> checkfs n> mountall.sh p> mountall u> live-tools a> umountroot n> cryptdisks.
 * Found a solvable dependency loop: cryptdisks a> umountfs u> mountnfs-bootclean.sh a> bootmisc n> live-tools a> umountroot n> cryptdisks.
 * Solving the loop by breaking mountall u> live-tools.
 * Solving the loop by breaking umountfs u> mountnfs-bootclean.sh.
 * Found a solvable dependency loop: cryptdisks a> umountfs u> mountnfs.sh p> mountnfs n> mountnfs-bootclean.sh a> bootmisc n> live-tools a> umountroot n> cryptdisks.
 * Found a solvable dependency loop: cryptdisks a> checkfs n> mountall.sh p> mountall u> mountnfs-bootclean.sh a> bootmisc n> live-tools a> umountroot n> cryptdisks.
 * Found a solvable dependency loop: cryptdisks a> checkfs n> mountall.sh p> mountall n> mountall-bootclean.sh a> bootmisc n> live-tools a> umountroot n> cryptdisks.
 * Found a solvable dependency loop: cryptdisks a> checkfs n> mountall.sh p> mountall n> mountall-bootclean.sh p> mountall-bootclean u> live-tools a> umountroot n> cryptdisks.
 * Solving the loop by breaking live-tools a> umountroot.
 * Solving the loop by breaking cryptdisks a> umountfs.
 * Solving the loop by breaking mountnfs-bootclean.sh a> bootmisc.
 * Solving the loop by breaking mountall-bootclean.sh a> bootmisc.                                                         [ ok ]
**********************************************************************
*** WARNING: if you are replacing sysv-rc by OpenRC, then you must ***
*** reboot immediately using the following command:                ***
for file in /etc/rc0.d/K*; do s=`basename $(readlink "$file")` ; /etc/init.d/$s stop; done
**********************************************************************
Processing triggers for man-db (2.13.1-1) ...
Processing triggers for libc-bin (2.41-12+deb13u1) ...

Offline

Board footer