You are not logged in.
I'm getting Broken Pipe error during `mkinitcpio`. Always after the 'running kms hook'.
Doesn't seem to cause any problems, but i'd like to solve it as issues on mkinitcpio can be annoying if they break boot. mkinitcpio exits with $?=0 just fine.
I cannot think why I would get a broken pipe on zstd... is there any case where zstd output is sent to head|tail or something that doesn't care about the full output?!
Offline
You could try to run mkinitcpio with the --verobose option and if that does not help dirtily insert a "set -o xtrace" to the start of the script. Also do you have enough space on your boot partition?
Offline