Как мне скрыть загрузочный текст rEFInd?

У вас это работает?

#!/bin/bash
for i in {000..175}
do
     wget  http://machineknittingetc.com/downloadable/download/sample/sample_id/$i
done
1
26.03.2016, 17:37
2 ответа

rEFInd предоставляет некоторые параметры для управления тем, что отображается, а что не отображается. http://www.rodsbooks.com/refind/configfile.html должен помочь вам настроить то, что вы хотите.

0
28.01.2020, 01:23

Да, соответствующий вариант 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: osx
1
28.01.2020, 01:23

Теги

Похожие вопросы