Marco d'Itri:
On Apr 13, Hans-Christoph Steiner <h...@eds.org> wrote:
Well, I'm a Debian user since 1998 and I know Debian, but I don't know Xen
or how that /lib/modules mount even got there. I suppose it could be solved
via documentation, but I don't know how to fix this, so I have a production
server stuck with an incomplete bookworm upgrade.
>
Me neither, I think that this kind of Xen setup falls squarely in the
retrocomputing area at this point.
I suggest that you unmount /lib/modules/, continue the upgrade and see
what happens after a reboot. I expect that it will work just fine.
I emailed the support for more info. In the meantime I did:
# service systemd-udevd stop
# umount /lib/modules
# apt dist-upgrade
# mount | grep /lib
modules on /usr/lib/modules type tmpfs (rw,relatime,size=102400k,mode=700)
# reboot
Failed to connect to bus: No such file or directory
#
So I rebooted from the VPS provider's console, and it seems to have worked.