Am 01.12.20 um 18:02 schrieb Josh Jones:
Sorry which log do you mean by debug journal log? Apologies for my ignorance.
Enable persistent journal (see /usr/share/doc/systemd/README.Debian.gz)When booting into the offline based upgrade, add "systemd.log_level=debug" to the kernel command line.
After booting into your regular system again after the upgrade, dump the journal from the previous boot (as root)
journalctl -alb-1 (b-1 means, boot - 1, i.e. previous boot) Michael