首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何隐藏rEFInd引导文本?

如何隐藏rEFInd引导文本?
EN

Unix & Linux用户
提问于 2016-03-26 15:37:36
回答 1查看 6K关注 0票数 5

在rEFInd中选择要引导的操作系统之后,它会在引导之前打印引导目标及其选项。

有什么方法可以禁用这种行为吗?

EN

回答 1

Unix & Linux用户

发布于 2018-08-24 04:11:48

是的,相关的选项是use_graphics_for。从文档中获取该选项:

代码语言:javascript
复制
# Launch specified OSes in graphics mode. By default, rEFInd switches
# to text mode and displays basic pre-launch information when launching
# all OSes except macOS. Using graphics mode can produce a more seamless
# transition, but displays no information, which can make matters
# difficult if you must debug a problem. Also, on at least one known
# computer, using graphics mode prevents a crash when using the Linux
# kernel's EFI stub loader. You can specify an empty list to boot all
# OSes in text mode.
# Valid options:
#   osx     - macOS
#   linux   - A Linux kernel with EFI stub loader
#   elilo   - The ELILO boot loader
#   grub    - The GRUB (Legacy or 2) boot loader
#   windows - Microsoft Windows
# Default value: osx
票数 5
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/272318

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档