Difference between revisions of "Fedora Tips"
(Created page with "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,...") |
(Fix Font File True Not Found in Fedora 17 Bootup) |
||
Line 1: | Line 1: | ||
Fedora Linux tipes, tricks & fixes! | Fedora Linux tipes, tricks & fixes! | ||
− | + | <br /> | |
Fedora Core 17 bootup error message saying can't load font file "True". Fix for this error message is here: | Fedora Core 17 bootup error message saying can't load font file "True". Fix for this error message is here: | ||
− | + | <p> | |
− | + | <br /><br /> | |
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. | 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. | ||
− | + | <br /> | |
Just manually change True every place it is used as a font name in the | Just manually change True every place it is used as a font name in the | ||
following 3 files: | following 3 files: | ||
− | + | <br /> | |
+ | <br /> | ||
/boot/grub2/grub.cfg | /boot/grub2/grub.cfg | ||
+ | <br /> | ||
/etc/sysconfig/i18n | /etc/sysconfig/i18n | ||
+ | <br /> | ||
/etc/default/grub | /etc/default/grub | ||
− | + | <br /> | |
Typically it was latarcyrheb-sun16 on most systems. | Typically it was latarcyrheb-sun16 on most systems. | ||
− | + | <br /><br /> | |
You could use latarcyrheb-sun32 if you want a bigger font for boot messages | You could use latarcyrheb-sun32 if you want a bigger font for boot messages | ||
and in console screens. | and in console screens. | ||
− | + | <br /> | |
sysfont probably has a default font it uses if not specified, so you probably could do without the sysfont parameter without any problems. | sysfont probably has a default font it uses if not specified, so you probably could do without the sysfont parameter without any problems. | ||
− | + | <br /> | |
− | + | <br /> | |
Link to bug report: | Link to bug report: | ||
+ | <br /> | ||
https://bugzilla.redhat.com/show_bug.cgi?id=799401 | https://bugzilla.redhat.com/show_bug.cgi?id=799401 |
Revision as of 19:21, 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