devillinux wrote:I had a similar problem before, but it wasn't related to grsec.
Did you select to compile in fonts in the kernel config?
Make sure those options are set in your .config:
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
Heiko
D
-Linux
The original Ubuntu kernel has slightly different settings (CONFIG_FONTS is not set, meaning the default, and some things are compiled as module) and works fine. I did not change these settings for my kernel. However, I also tried your setup, which does not work neither.
But if it works for you, then the Ubuntu patches might interfere with the grsecurity patch. Thanks for trying!