Greetings!
I have the /var partition mounted on an external USB hard disk with btrfs file system (in order to reduce SD card wearing). The problem is that 'journalctl -b' right after boot returns no messages at all. I don't know if the former is the cause of the latter. Later messages in the course of the session are journaled and stored OK. During boot, the messages on the screen run fast and are impossible to read, but no red colored "[FAILED]" marks are observed, only green "[OK]" ones.
In /etc/systemd/journald.conf I have a single (non-commented) line:
$this->bbcode_second_pass_code('', 'Storage=persistent')
In /etc/system.com the only entry is:
$this->bbcode_second_pass_code('', '[Manager]
LogLevel=notice')
/etc/fstab is as follows:
$this->bbcode_second_pass_code('', '/dev/mmcblk0p1 /boot vfat rw,async,noatime,auto,nouser,dev,suid,exec 0 0
LABEL="stor" /home btrfs rw,subvol=rpi/home,acl,auto,nouser,nodev,suid,exec,async 0 0
LABEL="stor" /var btrfs rw,subvol=rpi/var,acl,auto,nouser,nodev,suid,exec,async 0 0')
Both /home and /var are mounted and accessible when checked just after boot.
How to get boot messages to be journaled?
Thanks.
Albert.
EDIT:
Marked as solved.