(SOLVED) KDFONTOP function not implemented

Whenever I boot my system, I noticed that I get a message saying KDFONTOP function not implemented until I boot into my system, usually I like to have the log show itself but I can't seem to fix this? I'm still just a bit new and I've seen other people mention this but with no definitive fix.
ideally, I keep the same font that was packaged upon install of the system.

1 Like

For this try adding setfont to the BINARIES section of /etc/mkinitcpio.conf.

BINARIES=(setfont)

Then rebuild the “initramfs”.

sudo mkinitcpio -P
13 Likes

That did it, Thank you!

4 Likes

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