then reboot once to actually enable on-disk journal, then reboot again to record the shutdown sequence. After that, please do
sudo journalctl -b -1 > /tmp/journal.txt
and attach /tmp/journal.txt here.
And again, how exactly did you set this up? Is this reproducible in a VM somehow? Can you please give me /etc/fstab and other files where you configured this?
Unfortunately rsyslog gets shut down too early, so we don't see much from this. Can you please re-try with enabling persistent journal:
sudo mkdir -p /var/log/journal
sudo systemd-tmpfiles --create --prefix /var/log/journal
then reboot once to actually enable on-disk journal, then reboot again to record the shutdown sequence. After that, please do
sudo journalctl -b -1 > /tmp/journal.txt
and attach /tmp/journal.txt here.
And again, how exactly did you set this up? Is this reproducible in a VM somehow? Can you please give me /etc/fstab and other files where you configured this?
Thanks!