在rEFInd中选择要引导的操作系统之后,它会在引导之前打印引导目标及其选项。
有什么方法可以禁用这种行为吗?
发布于 2018-08-24 04:11:48
是的,相关的选项是use_graphics_for。从文档中获取该选项:
# 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: osxhttps://unix.stackexchange.com/questions/272318
复制相似问题