Disk-Check-Output when booting

I have removed Plymouth completely.
Now i see, that systemd is checking my / on boot.
only for the / partition prints:
Starting File System Check on /dev/disk/by-uuid/....
The /home Partition is checked too, but no output. (/var/log/boot.log)
.
Question: systemd-fsck@dev-disk-by\x2duuid-…
is printing this.
How To hide the output?
(Output says: no errors)

Found a Solution - if anyone has concerns about doing it this way, then please let me know WHY!
(Wenn jemand Bedenken hat, das so zu machen, dann bitte mitteilen, warum!)

  • Step 1: remove from /etc/mkinitcpio.conf in this line:
    HOOKS="base udev autodetect modconf block keyboard keymap filesystems fsck"
    the entry fsck.
  • Step 2: systemctl enable cronie && systemctl start cronie
  • Step 3: sudo tune2fs -i 3 /dev/xxx (xxx is the Root-partition, ask terminal: df -h)
    sudo tune2fs -i 4 /dev/yyy (yyy is the Home-partition)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.