The officially official Devuan Forum!

You are not logged in.

#1 2023-08-31 10:57:00

Jokah
Member
Registered: 2019-01-30
Posts: 7  

installation from bookworm to daedalus

I followed the procedure from https://www.devuan.org/os/documentation … o-daedalus
an issue arise after the reboot step, the next step is apt-get dist-upgrade, but while doing so I get
Err:1 http://deb.devuan.org/merged daedalus InRelease
  Temporary failure in name resolution

and its not temporary it just doesn't work anymore

Offline

#2 2023-09-01 06:11:09

delgado
Member
Registered: 2022-07-14
Posts: 157  

Re: installation from bookworm to daedalus

Looks like the network is down.
One possibility is to reset the network device names to debian sytle again (devuan: "eth0", debian: "enp???").
Existing network configuration files then should work as before.

su -
echo 'GRUB_CMDLINE_LINUX="net.ifnames=1"' >>/etc/default/grub
update-grub
reboot

If that does not work:
Through recursive dependencies to systemd, it is possible that networkmanger (or connman or whatever) was deinstalled.
That is more complicated; basically you need to download any *.deb-files to install by yourself.
WiFI: I do not know how to configure manually.

Offline

Board footer