Comment 17 for bug 1961910

Revision history for this message
wolfgang (wolfgang-ztoeg) wrote :

crash during full-upgrade: (that removed bunch of packages, see below...)
Start-Date: 2022-09-23 00:16:10
Commandline: apt full-upgrade

black screen, no network.

reboot.

configuring network: (from history)
1093 ip a add 192.168.178.100/24 dev enp37s0
1094 ip link set dev enp37s0 up
1095 ip route add default via 192.168.178.1

/etc/hosts: 129.143.116.10 ftp-stud.hs-esslingen.de (for my sources.list)

apt update
apt --fix-broken install
(problem remains: no gui no net)

apt install ubuntu-desktop .. gui is back.

found Removed packages from faulty full-upgrade. a bunch of. -> file atached: Removed

cat Removed | tr , \\n| awk -F: '{print $1}'|grep -v Remove|xargs apt install -y

did the job. online+working OK
End-Date: 2022-09-23 01:23:51