Difference between revisions of "Fedora Tips"
Line 16: | Line 16: | ||
/etc/default/grub | /etc/default/grub | ||
<br /> | <br /> | ||
− | < | + | <br /> |
Typically it was latarcyrheb-sun16 on most systems. | Typically it was latarcyrheb-sun16 on most systems. | ||
<br /><br /> | <br /><br /> |
Revision as of 19:22, 11 August 2014
Fedora Linux tipes, tricks & fixes!
Fedora Core 17 bootup error message saying can't load font file "True". Fix for this error message is here:
According to the bug report, it's an anaconda bug which can't be fixed on an installed system, so th efix is to manually change it yourself.
Just manually change True every place it is used as a font name in the
following 3 files:
/boot/grub2/grub.cfg
/etc/sysconfig/i18n
/etc/default/grub
Typically it was latarcyrheb-sun16 on most systems.
You could use latarcyrheb-sun32 if you want a bigger font for boot messages
and in console screens.
sysfont probably has a default font it uses if not specified, so you probably could do without the sysfont parameter without any problems.
Link to bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=799401