Difference between revisions of "Fedora Tips"

From TheBestLinux.com
Jump to navigation Jump to search
Line 1: Line 1:
Fedora Linux tipes, tricks & fixes!
+
<h1>Fedora Linux Tips, Tricks, Fixes & More!</h1>
 +
<h5>Note:  Most of this information also pertains to CentOS, SuSE, Mandriva, and other RedHat derivatives</h5>
 +
<br />
 +
<h3>Manual Network Configuration Using the Command Line</3>
 +
<br />
 +
 
 
<br />
 
<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:   

Revision as of 20:07, 17 November 2014

Fedora Linux Tips, Tricks, Fixes & More!

Note: Most of this information also pertains to CentOS, SuSE, Mandriva, and other RedHat derivatives


Manual Network Configuration Using the Command Line</3>

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 the fix 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