Closed issue by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/29478 Description: After the recent kernel update to 5.11, I get in my linux console this message during boot: ``` setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16 ``` Although the font looks fine, I'd like to know what is causing the error, and make sure I'm taking advantage of `CONFIG_FONT_TER16x32=y` in our kernel. Do you know where I should look? I'm using `grub` as bootloader, and `dracut` to generate initramfs. I haven't set `FONT` in `/etc/rc.conf`. ``` $ xuname Void 5.11.6_1 x86_64-musl GenuineIntel uptodate hold rrnFFF ``` Thanks.