前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >解决fedora启动时显示cannot open font file true的办法 By HKL,

解决fedora启动时显示cannot open font file true的办法 By HKL,

作者头像
hiplon
发布2020-07-22 10:41:47
5650
发布2020-07-22 10:41:47
举报
文章被收录于专栏:VNFVNF

To get rid of “cannot open font file true”

打开/etc/default/grub 文件 (# nano /etc/default/grub)

GRUB_CMDLINE_LINUX=行中的SYSFONT=True 改为 SYSFONT=latarcyrheb-sun16

保存退出;

运行命令:

代码语言:javascript
复制
grub2-mkconfig -o /boot/grub2/grub.cfg

然后reboot (# reboot)

问题即可解决。

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 messagesand in console screens.

Then,

代码语言:javascript
复制
grub2-mkconfig -o /boot/grub2/grub.cfg
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • To get rid of “cannot open font file true”
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档